[Ajuda] Gm da lag
#5

Nгo й lag de ping й lag de Tipo o jogo fica lento
a dirigibilidade fica lagada mtas vezes й muito estranho eu desconfio desse codigo Oo

pawn Код:
stock GetPlayerSpeed(playerid,bool:kmh)
{
    new Float:Vx,Float:Vy,Float:Vz,Float:rtn;
    if(IsPlayerInAnyVehicle(playerid)) GetVehicleVelocity(GetPlayerVehicleID(playerid),Vx,Vy,Vz); else GetPlayerVelocity(playerid,Vx,Vy,Vz);
    rtn = floatsqroot(floatabs(floatpower(Vx + Vy + Vz,2)));
    return kmh?floatround(rtn * 100 * 1.61):floatround(rtn * 100);
}
Reply


Messages In This Thread
[Ajuda] Gm da lag - by KilleRJunioR - 14.04.2012, 11:34
Re: [Ajuda] Gm da lag - by BreakDriFT - 14.04.2012, 11:42
Re: [Ajuda] Gm da lag - by whiXґ - 14.04.2012, 11:45
Re: [Ajuda] Gm da lag - by Ryu-San - 14.04.2012, 11:54
Re: [Ajuda] Gm da lag - by KilleRJunioR - 14.04.2012, 11:57
Re: [Ajuda] Gm da lag - by Don_Speed - 14.04.2012, 12:04
Re: [Ajuda] Gm da lag - by KOman - 14.04.2012, 12:18
Re: [Ajuda] Gm da lag - by .FuneraL. - 14.04.2012, 13:07

Forum Jump:


Users browsing this thread: 1 Guest(s)