Vehicle auto respawn problem... help me plz
#5

Uh, Please elaborate more on your problem when the vehicle re - spawns are you in it or not? Do you use a command to re spawn them? Say something. Though SetVehicleToRespawn may work in your favor i just need to know what's your problem.

PHP код:
public OnVehicleDeath(vehicleidkillerid) {
    
printf("Vehicle ID: %i Destroyed." vehicleid);
    return 
true;
}
public 
OnVehicleSpawn(vehicleid) {
    
printf("Vehicle %i spawned!"vehicleid);
    return 
true;

Or do some debug if you destroy it with (a) weapon(s) to see what's going on.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)