TextDraws Are Not Showing - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: TextDraws Are Not Showing (
/showthread.php?tid=268143)
TextDraws Are Not Showing -
No Fear - 11.07.2011
Hi guys, i have a big problem, when i'am launching my server and connect, no text draws ar showing for me, around 2hours ago, everyting was just fine, and now, nothing, Hm so any help, cuz all new and old textdraws are not showing :/
Re: TextDraws Are Not Showing -
[MG]Dimi - 11.07.2011
Maybe posting your code?
Re: TextDraws Are Not Showing -
No Fear - 11.07.2011
Okay
OnGameModeInit
{
Logo = TextDrawCreate( 0.0, 0.0, "_" );
TextDrawFont( Logo, 1 );
TextDrawLetterSize( Logo, 0.0, 50.0 );
TextDrawUseBox( Logo, true );
TextDrawColor( Logo, 1 );
And Then
TextDrawBoxColor( Logo, 0x000000ff );
TextDrawShowForPlayer( playerid, Logo );
Re: TextDraws Are Not Showing -
[MG]Dimi - 11.07.2011
TextDrawShowForPlayer is under which callback?
Re: TextDraws Are Not Showing -
No Fear - 11.07.2011
OnPlayerConnect, but it worket around 2-3h ago