GetAllPeds
Внешний вид
Gets all the peds created in the server.
C# Syntax
<syntaxhighlight lang="csharp">List<Ped> NAPI.Pools.GetAllPeds();</syntaxhighlight>
Example
<syntaxhighlight lang="csharp"> // Code here... </syntaxhighlight>