hi ich will das jetzt so machen das nur z.b grove in das auto kann ich habe das jetzt gemacht
static gTeam[MAX_PLAYERS];
//======Gangs cars=======
// GroveStreet
new GroveCars[557];
forward IstEinGroveCar(carid);
public OnPlayerStateChange(playerid, newstate, oldstate)
{
if(IstEinGroveCar(newcar))//Zeile 232
{
{ if(PlayerInfo[playerid][gTeam] == 1) { return 1; } //zeile 234
{
}
else
{
RemovePlayerFromVehicle(playerid);
SendClientMessage(playerid, grün, " Du gehörst nicht zur Grove-Street!");
return 1;
}
return 1;
}
hier der fehler
D:\Script\gamemodes\gangdmclanwom.pwn(232) : error 004: function "IstEinGroveCar" is not implemented
D:\Script\gamemodes\gangdmclanwom.pwn(234) : error 017: undefined symbol "PlayerInfo"
D:\Script\gamemodes\gangdmclanwom.pwn(234) : warning 215: expression has no effect
D:\Script\gamemodes\gangdmclanwom.pwn(234) : error 001: expected token: ";", but found "]"
D:\Script\gamemodes\gangdmclanwom.pwn(234) : error 029: invalid expression, assumed zero
D:\Script\gamemodes\gangdmclanwom.pwn(234) : fatal error 107: too many error messages on one line
Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
5 Errors.