11.09.2013, 14:52
What would this ban? The IP or the Name?
BanEx(playerid, "Hacking");
new name[MAX_PLAYER_NAME];
GetPlayerName(playerid, name, sizeof(name));
format(string, sizeof(string),"%s, You got banned.",name);
BanEx(playerid, string);