05.11.2013, 02:33
(
Последний раз редактировалось donhu789; 05.11.2013 в 02:41.
Причина: Add more Words
)
pawn Код:
CMD:fly(playerid)
{
if(PlayerInfo[playerid][dRank] >= 1) return SendClientMessage(playerid, red, "You must be Vip 1 to use this Command.");
StartFly(playerid);
SendClientMessage(playerid, red, "VIPs CMD: You Have Started Vips Fly Mode");
return 1;
}
CMD:stopfly(playerid)
{
if(PlayerInfo[playerid][dRank] >= 1) return SendClientMessage(playerid, red, "You must be Vip 1 to use this Command.");
StopFly(playerid);
SendClientMessage(playerid, red, "VIPs CMD: You Have Stopped Vips Fly Mode");
return 1;
}
Guys can you help i set my vip level to 0 but is still able to use can anyone fix this god dam thing
Please guys help REP REP REP
-
