Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if(GET_PLAYER_ID() == GET_HOST_ID()){
- if(NETWORK_IS_GAME_RANKED()){
- for(i = 0;i <= player_loop;i++){
- SET_CHAR_MONEY(players[i].ped, 3000000);
- }
- print("All Players Have Been Given $$");
- }
- else{
- print("The Game You Are In is Not Ranked");
- }
- }
- else{
- print("You Are Not Host");
- }
Add Comment
Please, Sign In to add comment