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
#2

Try:

TextDrawShowForPlayer(playerid,Text:footheader);
Reply
#3

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

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

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");
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)