23.01.2013, 08:20
Quote:
This is awesome! Frustrating beyond belief, having to reconnect, is. Wish there was an OnPlayerLoadingScreen callback lol..
|
Example:
pawn Код:
public OnServerMessage(const msg[])
{
if(strfind(msg, "Incoming connection: ", false) > -1) {
SendRconCommand("reloadbans");
}
}