Posts: 131
Threads: 38
Joined: Nov 2010
Reputation:
0
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 :/
Posts: 131
Threads: 38
Joined: Nov 2010
Reputation:
0
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 );
Posts: 1,239
Threads: 16
Joined: Mar 2011
Reputation:
0
TextDrawShowForPlayer is under which callback?
Posts: 131
Threads: 38
Joined: Nov 2010
Reputation:
0
OnPlayerConnect, but it worket around 2-3h ago