30.12.2016, 16:35
Hi all, how could I do a script by which to select a completely random ID helper.
I tried to make this way but fail and I have no idea what's wrong if someone can help me?
How should I do? - Sorry for my bad english, i use ****** translate
I tried to make this way but fail and I have no idea what's wrong if someone can help me?
PHP код:
foreach(Player, i)
{
if(PlayerInfo[i][pHelper] >= 1)
{
new randomhelp = random(i);
SCM(randomhelp, -1, "Test");
}
}