15.08.2010, 05:49
foreach(Player, i)
{
GetPlayerName(i, giveplayer, sizeof(giveplayer));
Kick(i);
format(string, sizeof(string), "%s.ini", giveplayer);
fremove(string);
}
I made a command to delete the accounts of everyone online and it doesn't work well (doesn't kick and delete everyone, just a couple of people only), can someone tell me why?
thanks
{
GetPlayerName(i, giveplayer, sizeof(giveplayer));
Kick(i);
format(string, sizeof(string), "%s.ini", giveplayer);
fremove(string);
}
I made a command to delete the accounts of everyone online and it doesn't work well (doesn't kick and delete everyone, just a couple of people only), can someone tell me why?
thanks