SA-MP Forums Archive
Error 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)
+--- Thread: Error empty statement (/showthread.php?tid=382660)



Error empty statement - kepa333 - 04.10.2012

ERROR:
PHP код:
error 036: empty statement 

CODE:

PHP код:
if(PlayerInfo[playerid][pTut] == || PlayerInfo[playerid][RPQUIZ] == 0); 



Re : Error empty statement - Skaizo - 04.10.2012

if(PlayerInfo[playerid][pTut] == 1 || PlayerInfo[playerid][RPQUIZ] == 0);
replace with
if(PlayerInfo[playerid][pTut] == 1 || PlayerInfo[playerid][RPQUIZ] == 0)


Re: Error empty statement - kepa333 - 04.10.2012

oh lol :P