new ocjects wont work
#2

5rd slot didn't exist. ( 0 - 4 )

Change the 5rd slot to 4..

pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
    if (strcmp("/tazer", cmdtext, true, 10) == 0)
    {
        SetPlayerAttachedObject(playerid, 4, 18642, 2);
        return 1;
    }
    return 0;
}
Reply


Messages In This Thread
new ocjects wont work - by legodude - 30.11.2010, 17:31
Re: new ocjects wont work - by kurta999 - 30.11.2010, 17:33
Re: new ocjects wont work - by legodude - 30.11.2010, 18:15
Re: new ocjects wont work - by Vince - 30.11.2010, 18:26
Re: new ocjects wont work - by legodude - 01.12.2010, 12:55

Forum Jump:


Users browsing this thread: 3 Guest(s)