Posts: 85
Threads: 17
Joined: Jul 2015
Quote:
Originally Posted by WildWave
The Dynamic Object are created, but when i use AttachDynamicObjectToPlayer , its not attached..
CODE:
petObject[playerid] = CreateDynamicObject(1603 , pos[0], pos[1], pos[2], 0, 0, 0);
AttachDynamicObjectToPlayer(petObject[playerid],playerid,2.0,0.0, 0.0,0,0,1);
|
I think you should use 'CreatePlayerDynamicObject' for this situation.