11.01.2013, 15:09
Hey,I made a cmd that attaches a player a bush,but when you go ingame and try to attach it to the player it gives you a stair instead of a bush.
I have tried with other object ID's aswell,it always gives another object instead of the wanted id.
Thanks for advance! (If ya don't believe check it out yourself)
I have tried with other object ID's aswell,it always gives another object instead of the wanted id.
Thanks for advance! (If ya don't believe check it out yourself)
pawn Код:
CMD:attachbush(playerid,params[])
{
AttachObjectToPlayer(702,playerid,0,0,0,0,0,0);
return 1;
}