11.07.2011, 14:36
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 );
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 );