02.12.2011, 14:15
If so, you have to use
at first then
make a condition within the above script like
pawn Код:
new viparmortimer
pawn Код:
new string[128];
if(Player[playerid][VipRank] >= 2)
{
format(string, sizeof(string), "You must wait 30 minutes to use this command. ");
SendClientMessageEx(playerid, COLOR_GREY, string);
return 1;
}
make a condition within the above script like
pawn Код:
if(Player[playerid][VipRank] >= 2)
{
viparmortimer[playerid] = 108000;
}