SA-MP Forums Archive
Empty Statement? - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Empty Statement? (/showthread.php?tid=137340)



Empty Statement? - ScottCFR - 28.03.2010

Can someone tell me how this worked last night but now it's an empty statement?

pawn Код:
if(gTeam[playerid] == TEAM_POLICE);



Re: Empty Statement? - Jefff - 28.03.2010

Код:
if(gTeam[playerid] == TEAM_POLICE)
{

}
not
Код:
;



Re: Empty Statement? - ScottCFR - 28.03.2010

Forgot, Thanks man