textdraw problem
#10

Change coords

pawn Код:
public OnPlayerCommandPerformed(playerid,cmdtext[],success)
{
    new Text:invalidText;
    invalidText = TextDrawCreate(240.0,280.0,"~r~Invalid Command.");
    TextDrawShowForPlayer(playerid,invalidText);
    return 1;
}
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)