textdraw problem
#4

Quote:
Originally Posted by [L3th4l]
Посмотреть сообщение
pawn Код:
public OnPlayerCommandPerformed(playerid,cmdtext[],success)
{
    if(!success)
    {
        new Text:invalidText[MAX_PLAYERS];
        invalidText[playerid] = TextDrawCreate(240.0,580.0,"~r~Invalid Command.");
        TextDrawShowForPlayer(playerid, invalidText[playerid]);
        return 1;
    }
}
this still dont work. It shows nothing
Reply


Messages In This Thread
textdraw problem - by [SU]Fnugski - 30.12.2010, 09:03
Re: textdraw problem - by Toreno - 30.12.2010, 09:06
Re: textdraw problem - by [L3th4l] - 30.12.2010, 09:08
Re: textdraw problem - by [SU]Fnugski - 30.12.2010, 09:13
Re: textdraw problem - by [SU]Fnugski - 30.12.2010, 09:26
Re: textdraw problem - by [SU]Fnugski - 30.12.2010, 09:27
Re: textdraw problem - by _rAped - 30.12.2010, 09:29
Re: textdraw problem - by [SU]Fnugski - 30.12.2010, 09:30
Re: textdraw problem - by [SU]Fnugski - 30.12.2010, 09:32
Re: textdraw problem - by MadeMan - 30.12.2010, 09:32

Forum Jump:


Users browsing this thread: 1 Guest(s)