openmultiplayer / omp-stdlib

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

Adding new natives version 1.1.0.2612 #32

Open donnie090 opened 10 months ago

donnie090 commented 10 months ago
native GetVehicleOccupant(vehicleid, seatid);
native GetVehicleMaxPassengers(modelid); * It's a duplicate - GetVehicleSeats
native CountVehicleOccupants(vehicleid);

native GetPlayerAnimFlags(playerid);
native GetPlayerAnimationFlags(playerid);
native IsPlayerInDriveByMode(playerid);
native IsPlayerCuffed(playerid);

https://github.com/openmultiplayer/open.mp/pull/671

NexiusTailer commented 1 month ago

All mentioned natives were added with latest changes, so, probably solved.