Skip to content

Additional callbacks for respawn_delay parameter on CreateVehicle since open.mp has custom game.vehicle_respawn_time

License

Notifications You must be signed in to change notification settings

PateeerQ/omp-respawndelay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

open.mp - respawndelay

Additional callbacks for respawn_delay parameter on CreateVehicle since open.mp has custom game.vehicle_respawn_time

Callback:

public OnVehicleDespawn(vehicleid) { // This callback called after vehicle despawned/passing respawn_delay param
    // Your function here!
    return 1;
}

About

Additional callbacks for respawn_delay parameter on CreateVehicle since open.mp has custom game.vehicle_respawn_time

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages