13.07.2014, 02:04
pawn Код:
CMD:openlocker(playerid, params[])
{
if(IsPlayerInRangeOfPoint(playerid,3.0,278.4005,-175.9992,999.6060))
{
if(PlayerInfo[playerid][pDonator] >= 3)
{
GivePlayerValidAdminWeapon(playerid, 27, 99999);
GivePlayerValidAdminWeapon(playerid, 29, 99999);
GivePlayerValidAdminWeapon(playerid, 31, 99999);
}
else return SendClientMessage(playerid, COLOR_GREY, "You are not near the locker");
} else return SendClientMessage(playerid, COLOR_GREY, "You Are Not Vip.");
return 1;
}
+rep'd both of you for the help

