07.12.2010, 10:51
Hey,
can somebody told me how can I attach more objects to player?
for example: I want to attach to player sunglasses and hat
I tried this:
but it doesn't attach both objects, only one of them
can somebody told me how can I attach more objects to player?
for example: I want to attach to player sunglasses and hat
I tried this:
Quote:
if (strcmp("/ww", cmdtext, true) == 0) { SetPlayerAttachedObject(playerid,0,18947,2, 0.13,0.015,0.003, 0.0,0.0,0.0, 1.0,1.0,1.0); SetPlayerAttachedObject(playerid,0,19022,2,0.1,0.0 4,0.0,60.0,85.0,25.0,1.0,1.0,1.0); return 1; } |