08.07.2011, 11:03
I want to spawn an object to a player, but it won't spawn. This is my code, is there something wrong with it?
pawn Код:
pAttachedPrimary[playerid] = CreateDynamicObject(object, 0, 0, 0, 0, 0, 0, -1, -1, playerid, 200);
AttachObjectToPlayer(pAttachedPrimary[playerid], playerid, -0.06,-0.13,-0.01,0.0,24.0,-1.0);