0.3x selection menu /buyclothes
#4

Sorry forgot something at this too
pawn Код:
public OnPlayerModelSelection(playerid, response, listid, modelid)
{
    if(listid == skinlist)
    {
        if(response)
        {
            SendClientMessage(playerid, 0xFF0000FF, "Skin Changed");
            SetPlayerSkin(playerid, modelid);
        }
        else SendClientMessage(playerid, 0xFF0000FF, "Canceled skin selection");
        return 1;
    }
    return 1;
}
Reply


Messages In This Thread
0.3x selection menu /buyclothes - by Godzilla8957 - 20.02.2013, 20:15
Re: 0.3x selection menu /buyclothes - by McFellow - 20.02.2013, 20:32
Re: 0.3x selection menu /buyclothes - by Godzilla8957 - 20.02.2013, 20:39
Re: 0.3x selection menu /buyclothes - by McFellow - 20.02.2013, 20:45
Re: 0.3x selection menu /buyclothes - by Godzilla8957 - 20.02.2013, 20:52
Re: 0.3x selection menu /buyclothes - by Godzilla8957 - 20.02.2013, 23:14
Re: 0.3x selection menu /buyclothes - by Peach - 20.02.2013, 23:48

Forum Jump:


Users browsing this thread: 1 Guest(s)