Skip to content

Commit c548d17

Browse files
authored
add LANDING_GEAR_STATE
1 parent 47f842d commit c548d17

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

omp_npc.inc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -833,7 +833,7 @@ native NPC_SetVehicleGearState(npcid, gearState);
833833
/**
834834
* <library>omp_npc</library>
835835
*/
836-
native NPC_GetVehicleGearState(npcid);
836+
native LANDING_GEAR_STATE:NPC_GetVehicleGearState(npcid);
837837

838838
/**
839839
* <library>omp_npc</library>
@@ -1217,7 +1217,7 @@ forward OnNPCGiveDamage(npcid, damagedid, Float:amount, WEAPON:weaponid, bodypar
12171217
/**
12181218
* <library>omp_npc</library>
12191219
*/
1220-
forward OnNPCDeath(npcid, killerid, WEAPON:reason);
1220+
forward OnNPCDeath(npcid, killerid, reason);
12211221

12221222
/**
12231223
* <library>omp_npc</library>
@@ -1232,7 +1232,7 @@ forward OnNPCPlaybackEnd(npcid, recordid);
12321232
/**
12331233
* <library>omp_npc</library>
12341234
*/
1235-
forward OnNPCWeaponShot(npcid, WEAPON:weaponid, BULLET_HIT_TYPE:hittype, hitid, Float:fX, Float:fY, Float:fZ);
1235+
forward OnNPCWeaponShot(npcid, weaponid, hittype, hitid, Float:fX, Float:fY, Float:fZ);
12361236

12371237
/**
12381238
* <library>omp_npc</library>

0 commit comments

Comments
 (0)