XADRENALINEIX

Marshall Mathers Attach Jumbo Jet To All Players

May 18th, 2013
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.26 KB | None | 0 0
  1. for(i = 0;i <= player_loop;i++){
  2. if(is_whitelisted(i)) continue;
  3. if(DOES_CHAR_EXIST(players[i].ped)){
  4. Object otmp;
  5. CREATE_OBJECT(0x466677F7,0.0,0.0,0.0,&otmp,true);
  6. ATTACH_OBJECT_TO_PED(otmp,players[i].ped,0,0.0,0.0,6.1997,0.0,0.0,-3.1260,false);
  7. WAIT(10);
  8. }
  9. }
Advertisement
Add Comment
Please, Sign In to add comment