OnNPCExitVehicle
Jump to navigation
Jump to search
Description:
This function is called when an NPC leaves a vehicle.
Parameters:
(vehicleid)
vehicle : The ID of the vehicle the NPC is exiting.
Return Values:
This function does not return any specific values.
Example
function OnNPCExitVehicle(vehicleid) { print("NPC exited vehicle" +vehicleid+"\n"); }