Closed cademullen closed 3 years ago
Hmm, best way I could think of is use onPlayerInOut and trigger a server event when the player enters or leaves to keep track server-side how many players are in the zone. When it reaches zero, you can remove the ped.
Ah that would work thank you!
Is there currently a way to check to see if there is a anyone in a polyzone. What I would like to do is if everyone left a zone, then, remove a ped. If one person is still in the polyzone the ped is still there.