03.10.2013, 13:51
I am unable to make textdraw by following this ..
https://sampwiki.blast.hk/wiki/TextDrawCreate
Code i am using -
Help me if i am missing something.
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);