28.04.2012, 11:09
Exemplo:
Nгo tenho certeza de que seja funcional.
pawn Код:
public OnGameModeInit()
{
new stand [ 5 ] ;
stand [ 0 ] = CreateVehicle ( 559 ,-1660.9938 ,1213.9456 ,6.9063 ,251.3777 ,126 ,0 ,100 ) ;
stand [ 1 ] = CreateVehicle ( 559 ,-1660.9938 ,1213.9456 ,6.9063 ,251.3777 ,126 ,0 ,100 ) ;
stand [ 2 ] = CreateVehicle ( 559 ,-1660.9938 ,1213.9456 ,6.9063 ,251.3777 ,126 ,0 ,100 ) ;
stand [ 3 ] = CreateVehicle ( 559 ,-1660.9938 ,1213.9456 ,6.9063 ,251.3777 ,126 ,0 ,100 ) ;
SetVehicleNumberPlate ( stand [ 0 ] || stand [ 1 ] || stand [ 2 ] || stand [ 3 ] , "Stand" ) ;
return 1;
}