Advertisement
Guest User

Untitled

a guest
Jun 27th, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 0.54 KB | None | 0 0
  1. if(strcmp(cmd,"/armour",true)==0)
  2.     {
  3.         if(IsPlayerInRangeOfPoint(playerid, 10, 316.524994,-167.706985,999.661987) || IsPlayerInRangeOfPoint(playerid, 3,316.524994,-167.706985,999.661987))
  4.         {
  5.             if(GetPlayerMoney(playerid) < 1500)
  6.             {
  7.             SendClientMessage(playerid,COLOR_RED,"** Sorry, you do not have enough cash. You need $500!");
  8.             return 1;
  9.             }
  10.             SetPlayerArmour(playerid,100);
  11.             }
  12.             else
  13.             {
  14.             SendClientMessage(playerid,COLOR_RED,"** Sorry, you are not in a store.");
  15.             }
  16.         return 1;
  17.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement