Guest User

Untitled

a guest
Jan 15th, 2019
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. FUNCTION: dodajPlatu(playerid, check)
  2. {
  3.  
  4. new jobid = PI[playerid][pJob];
  5.  
  6. // =========================================================================> Pizza Dostavljac
  7. if(jobid == 1) {
  8. new plata51 = random(50)+1825;
  9. if(happyjob == 0) {
  10. if(happyjob == 1) {
  11. PI[playerid][pPlata] += plata51*2;
  12. SCMF(playerid, -1, "{1A7A4C}* Odradili ste turu, dobili ste $%d na platu!", plata51*2);
  13. }
  14. else {
  15. PI[playerid][pPlata] += plata51;
  16. SCMF(playerid, -1, "{1A7A4C}* Odradili ste turu, dobili ste $%d na platu!", plata51);
  17. }
  18. }
  19. else {
  20. PI[playerid][pPlata] += plata51*2;
  21. SCMF(playerid, -1, "{1A7A4C}* Odradili ste turu, dobili ste $%d na platu!", plata51*2);
  22. }
  23. return true;
  24. }
Advertisement
Add Comment
Please, Sign In to add comment