OnPlayerClickTextDraw
#2

Apart of not returning a value i don't see anything in that code.
pawn Код:
public OnPlayerClickPlayerTextDraw(playerid, PlayerText:playertextid)
{
    if(playertextid == Textdraw8[playerid])
    {
        PlayerTextDrawDestroy(playerid, Textdraw8[playerid]);
    }
        return 1;//Return 1 here.
}
Post the TextDraw8 info+ definition.
If you don't have the following code add it under the includes.
pawn Код:
new PlayerText:Textdraw8[MAX_PLAYERS];
Reply


Messages In This Thread
OnPlayerClickTextDraw - by TKZ227 - 19.04.2013, 17:35
Re: OnPlayerClickTextDraw - by DaRk_RaiN - 19.04.2013, 17:42
Re: OnPlayerClickTextDraw - by TKZ227 - 19.04.2013, 18:12
Re: OnPlayerClickTextDraw - by ReVo_ - 19.04.2013, 18:15
Re: OnPlayerClickTextDraw - by TKZ227 - 19.04.2013, 18:19

Forum Jump:


Users browsing this thread: 1 Guest(s)