Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if(strcmp(cmd, "/takeguns", true) == 0)
- {
- if(IsPlayerConnected(playerid))
- {
- if (PlayerToPoint(3.0, playerid,1267.663208,-781.323242,1091.906250))
- GivePlayerWeapon(playerid, 24, 100);
- GivePlayerWeapon(playerid, 30, 200);
- GivePlayerWeapon(playerid, 29, 200);
- GivePlayerMoney(playerid, -2000);
- SendClientMessage(playerid, COLOR_LIGHTBLUE, "* You buy the Gun's of the Hq !");
- }
- else
- {
- SendClientMessage(playerid, COLOR_LIGHTBLUE, "* You are not in the HQ !");
- return 1;
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement