TEXTDRAW!!!!
#1

Its FS

Код:
#include <a_samp>

new Text:Textdraw1;

main()
{
	print("\n----------------------------------");
	print(" hiider");
	print("----------------------------------\n");
}

public OnGameModeInit()
{
	Textdraw1 = TextDrawCreate(1.000000,433.000000,"hiider.pri.ee");
	TextDrawAlignment(Textdraw1,0);
	TextDrawBackgroundColor(Textdraw1,0x000000ff);
	TextDrawFont(Textdraw1,2);
	TextDrawLetterSize(Textdraw1,0.499999,1.100000);
	TextDrawColor(Textdraw1,0xffffffff);
	TextDrawSetOutline(Textdraw1,1);
	TextDrawSetProportional(Textdraw1,1);
	TextDrawSetShadow(Textdraw1,1);
	return 1;
}

public OnPlayerConnect(playerid)
{
  TextDrawShowForPlayer(playerid, Textdraw1);
	return 1;
}
But ingame doenst show it...
Help?!
Reply
#2

Help ? Srry dblepst
Reply
#3

If its a FS, put the code under OnFilterScriptInit and not GameModeInit.
Reply
#4

Nope.. DOenst show,.

// ok


but what i put code to filterscriptinit ??
Reply
#5

Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)