Spawn de autos tuneados
#2

AddVehicleComponent, es la funciуn para agregar tunings, en el mismo link estбn las id de tunings.

Para que aparezcan tuneados despuйs de ser destruidos usб OnVehicleSpawn. Tenйs que definir el vehнculo
(EJ: Vehiculo = CreateVehicle(...)
Y adentro de OnVehicleSpawn ponйs:
pawn Код:
public OnVehicleSpawn(vehicleid)
{
    if(vehicleid == Vehiculo)
    {
        // Acб ponйs los tunings.
    }
    return 1;
}
Reply


Messages In This Thread
Spawn de autos tuneados - by mamc_crazy - 09.08.2010, 00:56
Re: Spawn de autos tuneados - by MrDeath537 - 09.08.2010, 01:39
Re: Spawn de autos tuneados - by TheChaoz - 09.08.2010, 01:57

Forum Jump:


Users browsing this thread: 1 Guest(s)