Unable to make textdraw
#1

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.
Reply


Messages In This Thread
Unable to make textdraw - by Sliceofdeath - 03.10.2013, 13:51
Re: Unable to make textdraw - by StuartD - 03.10.2013, 13:55
Re: Unable to make textdraw - by Sliceofdeath - 03.10.2013, 13:58
Re: Unable to make textdraw - by Excel™ - 03.10.2013, 14:08

Forum Jump:


Users browsing this thread: 1 Guest(s)