01.05.2012, 11:53
Adicione isto ao final do OnGameModeInit :
Espero ter ajudado .
pawn Код:
for(new x = 1; x <= MAX_VEHICLES; x++)
{
if(IsABikeCar(x))
{
new Text3D:VeiculoCivilTexto3D;
VeiculoCivilTexto3D = Create3DTextLabel("{00FF00}Brasil {FFD700}Cold{1E90FF}Life\n{FFFFFF}Veнculo Civil", 0xFFFFFFFF, 0.0, 0.0, 0.0, 50.0, 0, 1 );
Attach3DTextLabelToVehicle(VeiculoCivilTexto3D, x, 0.0, 0.0, 2.0);
}
}
Espero ter ajudado .