OnPlayerModelSelectionEx
#3

Quote:
Originally Posted by IamPRO
Посмотреть сообщение
use something like:
pawn Код:
public OnPlayerModelSelection(playerid, response, listid, modelid)
{
    if(listid == weplist)//id of the list
    {
        if(response)//if responsed
        {
            switch(modelid)
            {
            case 0://it is the object id.
                {
I know it has the "modelid" parameter, but I need to check what box has been clicked, not modelid. (incase I have 2 models in different boxes)
Reply


Messages In This Thread
OnPlayerModelSelectionEx - by ranme15 - 12.09.2014, 11:37
Re: OnPlayerModelSelectionEx - by IamPRO - 12.09.2014, 12:13
Re: OnPlayerModelSelectionEx - by ranme15 - 12.09.2014, 12:17
Re: OnPlayerModelSelectionEx - by IamPRO - 12.09.2014, 12:22

Forum Jump:


Users browsing this thread: 1 Guest(s)