Textdraw don't work
#1

Код:
#include <a_samp>

new Text:Black0;

public OnFilterScriptInit()
{
	Black0 = TextDrawCreate(481.000000,353.000000,"_");
	TextDrawUseBox(Black0,1);
	TextDrawBoxColor(Black0,0x00000099);
	TextDrawTextSize(Black0,596.000000,0.000000);
	TextDrawAlignment(Black0,0);
	TextDrawBackgroundColor(Black0,0x000000ff);
	TextDrawFont(Black0,3);
	TextDrawLetterSize(Black0,3.599999,7.599996);
	TextDrawColor(Black0,0xffffffff);
	TextDrawSetOutline(Black0,1);
	TextDrawSetProportional(Black0,1);
	TextDrawSetShadow(Black0,1);
}


public OnPlayerSpawn(playerid)
{
TextDrawShowForPlayer(playerid,Black0);
}
Reply


Messages In This Thread
Textdraw don't work - by 111vovan111 - 16.09.2009, 15:40
Re: Textdraw don't work - by BeckzyBoi - 16.09.2009, 15:44
Re: Textdraw don't work - by 111vovan111 - 16.09.2009, 15:46

Forum Jump:


Users browsing this thread: 1 Guest(s)