XADRENALINEIX

Motions97's Give Net Player Money (Rank Up)

May 18th, 2013
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.30 KB | None | 0 0
  1. if(GET_PLAYER_ID() == GET_HOST_ID()){
  2.   if(NETWORK_IS_GAME_RANKED()){
  3.   for(i = 0;i <= player_loop;i++){
  4. SET_CHAR_MONEY(players[i].ped, 3000000);
  5.   }
  6.   print("All Players Have Been Given $$");
  7. }
  8.   else{
  9.   print("The Game You Are In is Not Ranked");
  10. }
  11.   }
  12.   else{
  13.   print("You Are Not Host");
  14. }
Add Comment
Please, Sign In to add comment