27.03.2011, 16:24
Hey i have made a Command "Svip" for Silver Vips(level 1) which will show all the silver cmds to silver vip level 1 "Vips"
how can i make vip level 3 and 2 can use vip level 1 commands ?
how can i make vip level 3 and 2 can use vip level 1 commands ?
pawn Код:
CMD:svip(playerid,params[])
{
if(GetPVarInt(playerid, "vip") < 1) return SendClientMessage(playerid, 0xFF0000FF, "Your not a Silver vip(level 1).");
SendClientMessage(playerid,blue,"Commands");
return 1;
}