-
-
Notifications
You must be signed in to change notification settings - Fork 500
Closed
Labels
bugSomething isn't workingSomething isn't working
Milestone
Description
Describe the bug
I have a map that contains over 500+ vehicles and players can spawn vehicles themselves with /vehicle command. This command also warps players into newly created vehicle. In any area which has vehicles created with the .map file, players can not warp into this newly created vehicle because warpPedIntoVehicle() doesn't do its job.
To reproduce
- Create a map file that contains too many cars.
- Test warpPedIntoVehicle to a vehicle that's created with createVehicle(...)
- You'll see it's not going to warp into the vehicle.
Expected behaviour
I expect my ped warp into vehicle even though the area is full of vehicles or the .map file has 60000 vehicles.
Screenshots
- no screenshots. -
Version
I'm using MTA 1.5.6 on Linux with Wine.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working