19.04.2014, 17:18
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..
}