25.02.2016, 08:40
Hello,
How could i get a random player id, please i do not want any stock
thanks
How could i get a random player id, please i do not want any stock
thanks
#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. }
Iter_Random(Player)