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