#1

wrong topic
Reply
#2

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..
}
Reply
#3

thanks +1
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)