duda sobre time
#2

Se usa la funcion GetTickCount
pawn Код:
new Tiempo[MAX_PLAYERS]; //Variable global

public OnPlayerConnect(playerid) {
    Tiempo[playerid] = GetTickCount();
}

public OnPlayerSpawn(playerid)
{
    new string[128];
    new tiempo_final = (GetTickCount()-Tiempo[playerid]) / 1000;
    format(string,sizeof(string)," Te has demorado %d segundos eligiendo tu skin",tiempo_final);
    SendClientMessage(playerid,0xFFFF00AA,string);
}
Reply


Messages In This Thread
duda sobre time - by Braz_y - 14.08.2011, 00:27
Respuesta: duda sobre time - by Daniel-92 - 14.08.2011, 01:34
Respuesta: duda sobre time - by Adoniiz - 14.08.2011, 01:55
Respuesta: duda sobre time - by Braz_y - 14.08.2011, 02:04
Respuesta: duda sobre time - by TheChaoz - 14.08.2011, 02:06
Respuesta: duda sobre time - by Braz_y - 14.08.2011, 02:27
Respuesta: duda sobre time - by TheChaoz - 14.08.2011, 02:50
Respuesta: duda sobre time - by Braz_y - 14.08.2011, 03:13
Respuesta: duda sobre time - by TheChaoz - 14.08.2011, 03:14
Respuesta: duda sobre time - by Braz_y - 14.08.2011, 03:24

Forum Jump:


Users browsing this thread: 1 Guest(s)