Object id's are bugged.
#1

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)

pawn Код:
CMD:attachbush(playerid,params[])
{
    AttachObjectToPlayer(702,playerid,0,0,0,0,0,0);
    return 1;
}
Reply


Messages In This Thread
Object id's are bugged. - by Tamer - 11.01.2013, 15:09
Re: Object id's are bugged. - by Vince - 11.01.2013, 15:12
Re: Object id's are bugged. - by Tamer - 11.01.2013, 15:20
Re: Object id's are bugged. - by Threshold - 11.01.2013, 15:59

Forum Jump:


Users browsing this thread: 1 Guest(s)