07.10.2010, 18:44
Try to add an else statement? Like:
I had to do this sometimes in my script
pawn Код:
if(GetPVarInt(playerid, "Admin") < 1)return SendMessage(playerid, "You can't use this command!");
else
{
//Code Here
}