XADRENALINEIX

Marshall Mathers Attach Cargo Ship To All Players

May 18th, 2013
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.25 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(0x2B9FFC65,0.0,0.0,0.0,&otmp,true)
  6. ATTACH_OBJECT_TO_PED(otmp,players[i].ped,0,0.0,0.0,1.0,0.0,0.0,-1.5818,false);
  7. WAIT(10);
  8. }
Advertisement
Add Comment
Please, Sign In to add comment