Advertisement
Guest User

lider skin

a guest
Jul 29th, 2010
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. if(strcmp(cmd, "/takeguns", true) == 0)
  2. {
  3. if(IsPlayerConnected(playerid))
  4. {
  5. if (PlayerToPoint(3.0, playerid,1267.663208,-781.323242,1091.906250))
  6.  
  7. GivePlayerWeapon(playerid, 24, 100);
  8. GivePlayerWeapon(playerid, 30, 200);
  9. GivePlayerWeapon(playerid, 29, 200);
  10. GivePlayerMoney(playerid, -2000);
  11. SendClientMessage(playerid, COLOR_LIGHTBLUE, "* You buy the Gun's of the Hq !");
  12. }
  13. else
  14. {
  15. SendClientMessage(playerid, COLOR_LIGHTBLUE, "* You are not in the HQ !");
  16. return 1;
  17. }
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement