XADRENALINEIX

Buffeting's Attach Object to All Players

May 15th, 2013
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.19 KB | None | 0 0
  1. Object otmp;
  2. CREATE_OBJECT(hexdecimal,0.0,0.0,0.0,&otmp,true);
  3. ATTACH_OBJECT_TO_PED(otmp,players[i].ped,0,0.0,0.0,-0.11,0.0,0.0,3.0,false);
  4. WAIT(10);
  5. print("Put a...on all players!");
  6. }
Advertisement
Add Comment
Please, Sign In to add comment