01.04.2010, 23:38
Well i scripted a command and i get 3 errors that i need help with and i cant seem to fix it Code below
11915 if(strcmp(cmd, "/drivinglaws", true) == 0)
11917 if(IsPlayerConnected(playerid))
11930 return 1;
Please help me
Код:
C:\Program Files\Rockstar Games\GTA San Andreas\gamemodes\DRRP.pwn(11915) : error 010: invalid function or declaration C:\Program Files\Rockstar Games\GTA San Andreas\gamemodes\DRRP.pwn(11917) : error 010: invalid function or declaration C:\Program Files\Rockstar Games\GTA San Andreas\gamemodes\DRRP.pwn(11930) : error 010: invalid function or declaration Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 3 Errors.
11917 if(IsPlayerConnected(playerid))
11930 return 1;
Please help me