OnNPCExitVehicle

From NPC for VCMP 0.4 Servers
Revision as of 14:37, 1 March 2024 by Habi (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


Description:
This function is called when an NPC leaves a vehicle.


Parameters:

NoParams


Return Values:
This function does not return any specific values.

Important Note:
This function is not called when npc exit vehicle using ExitVehicle or ExitVehicleEx

Example

function OnNPCExitVehicle() 
{ 
     print("NPC exited vehicle\n");
}