25.02.2016, 08:48
It's easy
Код:
#include <a_samp>
#include <foreach>
foreach(new i: Player)// Efficient loop to get all players
{
new random(i) // you are now selecting a random person
// and now it's upon you what u want to do with guy.
}

