Ayuda con este warning
#3

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;
Reply


Messages In This Thread
Ayuda con este warning - by FlavioCesar - 09.01.2015, 22:55
Respuesta: Ayuda con este warning - by Zume - 09.01.2015, 23:01
Respuesta: Ayuda con este warning - by jotajeda - 09.01.2015, 23:16
Respuesta: Ayuda con este warning - by FlavioCesar - 10.01.2015, 01:11

Forum Jump:


Users browsing this thread: 1 Guest(s)