XADRENALINEIX

Buffeting's Attach Object to Player

May 15th, 2013
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.16 KB | None | 0 0
  1. Object otmp;
  2. CREATE_OBJECT(model,0.0,0.0,0.0,&otmp,true);
  3. ATTACH_OBJECT_TO_PED(otmp,pPed,0,0.0,0.0,-0.11,0.0,0.0,3.0,false);
  4. SET_OBJECT_LIGHTS(otmp,true);
  5. }
Advertisement
Add Comment
Please, Sign In to add comment