OnPlayerModelSelection problem
#1

Hello, I tryed to do a AttachedObject selection, but it don't work. This is that code what i tryed:
pawn Код:
public OnPlayerModelSelection(playerid, response, listid, modelid)
{
    if(listid == daiktai)
    {
        if(response)
        {
        SetPlayerAttachedObject(playerid,modelid);
        }
        else SendClientMessage(playerid, RAUDONA, "Atрaukta!");
    }
    return 1;
}
How to fix that ?
Reply


Messages In This Thread
OnPlayerModelSelection problem - by Tadas - 05.04.2014, 14:54
Re: OnPlayerModelSelection problem - by Lidor124 - 05.04.2014, 14:58
Re: OnPlayerModelSelection problem - by Tadas - 05.04.2014, 15:05
Re: OnPlayerModelSelection problem - by Lidor124 - 05.04.2014, 15:09
Re: OnPlayerModelSelection problem - by RoboN1X - 05.04.2014, 15:45

Forum Jump:


Users browsing this thread: 1 Guest(s)