Warnings con y_timers
#1

Estoy usando la nueva versiуn de y_timers, incluida en YSI RC2 pero cada task (timer que se repite cada x tiempo sin parбmetros) me da un warning.
Код:
warning 218: old style prototypes used with optional semicolumns
Por ejemplo, de este timer

pawn Код:
task SaveAccounts[900000]() //Linea del warning
{
    print("Guardando cuentas...");
    for(new i = 0; i < MAX_PLAYERS; i++)
    {
        OnPlayerUpdateTime(i);
    }
}
їAlguna idea de como quitarlos?
He buscado por varios posts, pero no he encontrado nada.
Reply


Messages In This Thread
Warnings con y_timers - by SuperMarioRol - 03.01.2012, 12:00
Respuesta: Warnings con y_timers - by TheChaoz - 03.01.2012, 16:27
Respuesta: Warnings con y_timers - by SuperMarioRol - 03.01.2012, 18:04
Respuesta: Warnings con y_timers - by TheChaoz - 03.01.2012, 18:27
Respuesta: Warnings con y_timers - by SuperMarioRol - 03.01.2012, 23:11
Respuesta: Warnings con y_timers - by TheChaoz - 03.01.2012, 23:13
Respuesta: Warnings con y_timers - by SuperMarioRol - 03.01.2012, 23:45

Forum Jump:


Users browsing this thread: 1 Guest(s)