09.01.2015, 23:16
Solucion:
pawn Код:
new nombre[MAX_PLAYER_NAME],string[40];
GetPlayerName(playerid, nombre, sizeof(nombre));
format(string, sizeof(string), "%s kickeado por estar en pausa", nombre );
SendClientMessage( playerid, colorrojo, string);
SetTimerEx("KickJugador",500,false,"i",playerid );
return 1;