Last updated 23 days ago
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()