No textdraw display
#1

i use this fs in my server but the textdraw its invisible :S dont exist i need help

Code

Quote:

#include<a_samp>

new Text:Textdraw0;

public OnFilterScriptInit()
{
print("\n--------------------------------------");
print(" Texto Need For Speed by Zafire");
print("--------------------------------------\n");
Textdraw0 = TextDrawCreate(500.000000,6.000000,"NEED FOR SPEED");
TextDrawAlignment(Textdraw0,0);
TextDrawBackgroundColor(Textdraw0,0x000000ff);
TextDrawFont(Textdraw0,2);
TextDrawLetterSize(Textdraw0,0.299999,1.600000);
TextDrawColor(Textdraw0,0x00ff00ff);
TextDrawSetOutline(Textdraw0,1);
TextDrawSetProportional(Textdraw0,1);
TextDrawSetShadow(Textdraw0,1);
return 1;
}

public OnPlayerSpawn(playerid)
{
TextDrawShowForPlayer(playerid, Text:Textdraw0);
return 1;
}

public OnFilterScriptExit()
{
return 1;
}

Thx for help
Reply


Messages In This Thread
No textdraw display - by Zafire1410 - 21.08.2009, 16:48
Re: No textdraw display - by FUNExtreme - 21.08.2009, 16:54
Re: No textdraw display - by abhinavdabral - 21.08.2009, 17:08
Re: No textdraw display - by Zafire1410 - 21.08.2009, 17:12
Re: No textdraw display - by Zafire1410 - 22.08.2009, 00:33
Re: No textdraw display - by abhinavdabral - 22.08.2009, 16:57
Re: No textdraw display - by Zafire1410 - 22.08.2009, 17:20

Forum Jump:


Users browsing this thread: 2 Guest(s)