openmultiplayer / omp-stdlib

Pawn includes
Mozilla Public License 2.0
42 stars 16 forks source link

Add missing vehicle natives #38

Closed zsoolt997 closed 8 months ago

zsoolt997 commented 9 months ago

Added three missing vehicle natives:

native GetVehicleOccupant(vehicleid, seatid);
native GetVehicleMaxPassengers(modelid);
native CountVehicleOccupants(vehicleid);
CLAassistant commented 9 months ago

CLA assistant check
All committers have signed the CLA.