SA-MP Forums Archive
sorry - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Server (https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: sorry (/showthread.php?tid=507875)



sorry - Useryy - 19.04.2014

wrong topic


Re: sorry - Konstantinos - 19.04.2014

You get the "empty statement" due to the semicolon at the end of the if statement.
pawn Код:
if(GetPVarInt(playerid, "PlayerAutoLogin"))
{
    // some code..
}
else
{
    // dialog here..
}



Re: sorry - Useryy - 19.04.2014

thanks +1