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



empty statement dcmd_goto - goldenpower - 29.07.2014

ladmin4v2.pwn(2454) : error 036: empty statement


if(GotoDisabled[ID] == 1);


please help me


AW: empty statement dcmd_goto - Macronix - 29.07.2014

Remove the semicolon


Re: empty statement dcmd_goto - Stanford - 29.07.2014

Remove
pawn Код:
;
from the code:

pawn Код:
if(GotoDisabled[ID] == 1)