Advertisement
DylanHood

Untitled

Apr 26th, 2015
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1.  
  2. _loopasdf=1;
  3.  
  4. _loopasdfg=1;
  5.  
  6. while {_loopasdf<=1} do {
  7. "if (iscop) then {Mishy = (Mishy + govconvoybonus); player sidechat format["">>>>>YOU HAVE RECIEVED 100,000 AS COMPENSATION<<<<<"", govconvoybonus];};" call broadcast;
  8.  
  9.  
  10. _loopasdf=_loopasdf+1;
  11. };
  12.  
  13. hint "Compensation Received.";
  14.  
  15.  
  16. while {_loopasdfg<=1} do {
  17. "if (isciv) then {Mishy = (Mishy + govconvoybonus); player sidechat format["">>>>>YOU HAVE RECIEVED 100,000 AS COMPENSATION<<<<<"", govconvoybonus];};" call broadcast;
  18.  
  19.  
  20. _loopasdfg=_loopasdfg+1;
  21. };
  22.  
  23. hint "Compensation Received.";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement