02.04.2009, 16:10
It will ban all players ;o?
for(new i=0;i<MAX_PLAYERS;i++) {
return BanEx(i,"WEAPON CHEATING");//Reason to samp.ban file
}
or just id 0? (because of return)
But i think it will not work.
for(new i=0;i<MAX_PLAYERS;i++) {
return BanEx(i,"WEAPON CHEATING");//Reason to samp.ban file
}
or just id 0? (because of return)
But i think it will not work.