TextDraws Are Not Showing
#1

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 :/
Reply
#2

Maybe posting your code?
Reply
#3

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 );
Reply
#4

TextDrawShowForPlayer is under which callback?
Reply
#5

OnPlayerConnect, but it worket around 2-3h ago
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)