Textdraws won't show
#1

Hi, when I try to create textdraws on init and show them to player, nothing happens! Even with blank gamemode and no other filterscripts. Please, help me.
pawn Код:
#include <a_samp>

new Text:welcomeText;

public OnFilterScriptInit()
{
    welcomeText = TextDrawCreate(240.0,580.0,"Welcome to my SA-MP server");
    return true;
}

public OnPlayerConnect(playerid)
{
    TextDrawShowForPlayer(playerid,welcomeText);
}
Reply


Messages In This Thread
Textdraws won't show - by IllidanS46 - 12.08.2011, 21:43
Re: Textdraws won't show - by Zonoya - 12.08.2011, 21:45
Re: Textdraws won't show - by IllidanS46 - 12.08.2011, 23:41

Forum Jump:


Users browsing this thread: 1 Guest(s)