Guest User

Untitled

a guest
Jul 12th, 2014
262
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. CMD:0penlocker(playerid, params[])
  2. {
  3. if(IsPlayerInRangeOfPoint(playerid,1.0,403.8266,-2088.7598,7.8359) || IsPlayerInRangeOfPoint(playerid,1.0,398.7553,-2088.7490,7.8359))
  4. {
  5. if(PlayerInfo[playerid][pDonator] >= 1)
  6. {
  7. GivePlayerValidAdminWeapon(playerid, 27, 99999);
  8. GivePlayerValidAdminWeapon(playerid, 29, 99999);
  9. GivePlayerValidAdminWeapon(playerid, 31, 99999);
  10. }
  11. else return SendClientMessage(playerid, COLOR_GREY, "You are not near to the locker");//error here 10075
  12. }
  13. else return SendClientMessage(playerid,COLOR_GREY,"You are not a VIP");
  14. {//Fishplace at the bigwheel
  15. return 1;
  16. }
  17. }
Advertisement
Add Comment
Please, Sign In to add comment