31.01.2012, 12:31
Because you added
so that will cause you to not let you set your own vip level unless another person sets for you.
pawn Код:
if(playerid == ID)
{
SendClientMessage(playerid,COLOR_ERROR,"You cannot set your own V.I.P level. You are already the highest level.");
return 1;
}

