if(ScarfoCar(vehicleid) && !ispassenger)
{
if(SpielerInfo[playerid][Leader] == 6 || SpielerInfo[playerid][Member] == 6)
{
}
else
{
GameTextForPlayer(playerid,"~y~Du gehörst nicht der Scarfo Family!",5000,5);
TogglePlayerControllable(playerid, 1);
}
}
return 1;
}
hier die ERRORS
C:\Program Files (x86)\Rockstar Games\Grand Theft Auto San Andreas\audio\TEST\gamemodes\NeR.pwn(1502) : error 010: invalid function or declaration
C:\Program Files (x86)\Rockstar Games\Grand Theft Auto San Andreas\audio\TEST\gamemodes\NeR.pwn(1504) : error 010: invalid function or declaration
C:\Program Files (x86)\Rockstar Games\Grand Theft Auto San Andreas\audio\TEST\gamemodes\NeR.pwn(1507) : error 010: invalid function or declaration
C:\Program Files (x86)\Rockstar Games\Grand Theft Auto San Andreas\audio\TEST\gamemodes\NeR.pwn(1513) : error 010: invalid function or declaration
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
4 Errors.
/edit Überschrift geändert