01.10.2012, 08:37
Whats wrong with this? I put this under OnPlayerConnect and its pretty easy to guess what it does, if that player has a certain name it kicks them
Код:
if(strcmp(params, "test", true) == 0 ); { Kick(playerid); }