30.04.2011, 00:30
Apague:
e coloque:
Para quк criar uma format? Sу seria necessбrio, se por exemplo tivesse assim:
pawn Код:
format( str, sizeof( str ), "Radar !!\n 100 KM/H" );
Create3DTextLabel( str, COLOR_YELLOW, x, y, z+1, 50, 0, 0 );
pawn Код:
Create3DTextLabel( "Radar !!\n 100 KM/H", COLOR_YELLOW, x, y, z+1, 50, 0, 0 );
pawn Код:
#define MaxSpeedRadar 100
format( str, sizeof( str ), "Radar!!\n %d KM/H" );
Create3DTextLabel( str, COLOR_YELLOW, x, y, z+1, 50, 0, 0 );