help in Textdraw
#5

Код:
 public OnPlayerClickTextDraw(playerid, Text:textid)
guys i do that but same error is comming


Код:
public OnPlayerClickTextDraw(playerid, Text:textid)
{
    if(textid == Wheels[3])
    {
        SetPlayerSkin(playerid, 0);
    }
    else if(textid == Wheels[4])
    {
        SetPlayerSkin(playerid, 0);
    }
    else if(textid == Wheels[5])
    {
        // Others Code
    }
    return 1;
}
Reply


Messages In This Thread
help in Textdraw - by XaibBaba - 06.12.2014, 17:37
Re: help in Textdraw - by Ryz - 06.12.2014, 17:40
Re: help in Textdraw - by XaibBaba - 06.12.2014, 17:43
Re: help in Textdraw - by HY - 06.12.2014, 17:46
Re: help in Textdraw - by XaibBaba - 06.12.2014, 17:50

Forum Jump:


Users browsing this thread: 1 Guest(s)