Function:
ps.getPedList: returns the whole object table Example:
ps.getPedList
local list = ps.getPedList()
Function: ps.getRandomPed(): returns a random object from the list
ps.getRandomPed()
Example:
local random = ps.getRandomPed()
Last updated 5 months ago