FPS Y PING
#2

PHP код:
new Text:FPS[MAX_PLAYERS];
public 
OnPlayerConnect(playerid)
{
    
FPS[playerid] = TextDrawCreate(240.0580.0"Cargando fps");
    
    
TextDrawShowForPlayer(playeridFPS[playerid]);
    return 
1;
}
public 
OnPlayerUpdate(playerid)
{
    new 
string[20];
    
format(stringsizeof(string), "FPS: %d"GetPlayerFPS(playerid));
    
TextDrawSetString(FPS[playerid], string);
    return 
1;

Reply


Messages In This Thread
FPS Y PING - by Ertouq - 10.08.2015, 10:07
Respuesta: FPS Y PING - by xSeveNx - 10.08.2015, 10:45
Respuesta: FPS Y PING - by Goncho28 - 10.08.2015, 10:49
Respuesta: FPS Y PING - by Ertouq - 10.08.2015, 10:49
Re: FPS Y PING - by SickAttack - 10.08.2015, 16:48
Respuesta: Re: FPS Y PING - by Ertouq - 10.08.2015, 19:44
Respuesta: Re: FPS Y PING - by Dreyfuz - 10.08.2015, 19:52
Respuesta: Re: FPS Y PING - by Ertouq - 10.08.2015, 22:04
Respuesta: FPS Y PING - by Swedky - 11.08.2015, 10:54

Forum Jump:


Users browsing this thread: 2 Guest(s)