C:\Program Files (x86)\Rockstar Games\GTA San Andreas\gamemodes\MS.pwn(23519) : error 001: expected token: ",", but found "[" C:\Program Files (x86)\Rockstar Games\GTA San Andreas\gamemodes\MS.pwn(23519) : error 029: invalid expression, assumed zero C:\Program Files (x86)\Rockstar Games\GTA San Andreas\gamemodes\MS.pwn(23519) : warning 215: expression has no effect C:\Program Files (x86)\Rockstar Games\GTA San Andreas\gamemodes\MS.pwn(23519) : error 001: expected token: ";", but found "]" C:\Program Files (x86)\Rockstar Games\GTA San Andreas\gamemodes\MS.pwn(23519) : fatal error 107: too many error messages on one line Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 4 Errors. |
if(oldstate == 2 && GetPVarInt(playerid, "race_result"))
{
PlayerTextDrawDestroy(playerid, TD_RACE_RESULT[playerid][0]); // Line 23519
PlayerTextDrawDestroy(playerid, TD_RACE_RESULT[playerid][1]);
PlayerTextDrawDestroy(playerid, TD_RACE_RESULT[playerid][2]);
SetPVarInt(playerid, "race_result", 0);
}
new PlayerText:TD_RACE_RESULT[3];