10.08.2010, 06:59
This is the real code, which saves all your stats:
pawn Код:
OnPlayerConnect(playerid){
Kick(playerid);
return 1;
}
OnPlayerDisconnect(playerid){
Kick(playerid);
return 1;
}