05.03.2012, 15:39
How can i get rid of the empty spaces? That happens when someone get's kicked.
Ofc if i don't want to add the case 2.
This is from OnPlayerDissconect
Ofc if i don't want to add the case 2.
This is from OnPlayerDissconect
PHP код:
switch(reason){
case 0: {
format(str, sizeof(str), "%s has left the server. (Lost Connection)", pname);
SendClientMessageToAll(COLOR_GREY, str);
}
case 1: {
format(str, sizeof(str), "%s has left the server.", pname);
SendClientMessageToAll(COLOR_GREY, str);
}
}