Advertisement
Guest User

Untitled

a guest
Feb 9th, 2021
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. CMD:bonus(playerid, params[])
  2. {
  3. if(pInfo[playerid][pScore] < 1) return SCM(playerid, COLOR_INFO, "Ai primit deja bonusul de bun venit.");
  4. if(!IsPlayerInRangeOfPoint(playerid, 7.0, 1790.9091, -1882.7960, 13.5977)) return SCM(playerid, COLOR_INFO, "Nu esti la locul potrivit.");
  5. else
  6. {
  7. GiveMoney(playerid, 4800000);
  8. pInfo[playerid][pScore] += 2, SetPlayerScore(playerid, pInfo[playerid][pScore]);
  9. SCM(playerid, COLOR_INFO, "Ai primit 4.800.000$ si level 3.");
  10. }
  11. return 1;
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement