Guest User

Untitled

a guest
May 21st, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. if(strcmp(cmd, "/slot", true) == 0)
  2. {
  3. if(IsPlayerConnected(playerid))
  4. {
  5. if(PlayerToPoint(1.0,playerid,833.6006,3.1688,1004.1797) || PlayerToPoint(1.0,playerid,830.6246,-0.2785,1004.1797))
  6. {
  7. SafeGivePlayerMoney(playerid, 1000);
  8. SBizzInfo[18][sbTill] += 5;
  9. }
  10. else
  11. {
  12. SendClientMessage(playerid, COLOR_GRAD1, "Niste u Kladionici");
  13. }
  14. }
  15. }
Add Comment
Please, Sign In to add comment