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

if u want it to show on the screen do it this way
Код:
	GameTextForPlayer(playerid,"~w~Welcome~y~ To~b~ Carrier Wars~r~ CHEATING WILL GET U BANNED SO DONT DO IT,~g~ And Have a Nice Stay",5000,5);
Reply
#3

But I want to show a textdraw and this answer does not really solve the problem!
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)