SA-MP Forums Archive
Unable to make textdraw - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Unable to make textdraw (/showthread.php?tid=467469)



Unable to make textdraw - Sliceofdeath - 03.10.2013

I am unable to make textdraw by following this ..
https://sampwiki.blast.hk/wiki/TextDrawCreate

Code i am using -

pawn Код:
new Text:footheader;
pawn Код:
public OnGameModeInit()
{
    footheader = TextDrawCreate(49,451,"EF Server - /CMDS to know our commands , /V to get own vehicle , /W to get own weapon");
pawn Код:
public OnPlayerConnect(playerid)
{
    TextDrawShowForPlayer(playerid,footheader);
Help me if i am missing something.


Re: Unable to make textdraw - StuartD - 03.10.2013

Try:

TextDrawShowForPlayer(playerid,Text:footheader);


Re: Unable to make textdraw - Sliceofdeath - 03.10.2013

Quote:
Originally Posted by StuartD
Посмотреть сообщение
Try:

TextDrawShowForPlayer(playerid,Text:footheader);
Still not working.


Re: Unable to make textdraw - Excel™ - 03.10.2013

I think those coordinates are not on screen, they might be out of range

TextDrawCreate(49,451,"EF Server - /CMDS to know our commands , /V to get own vehicle , /W to get own weapon");