26.08.2012, 14:29
Olб pessoal estava a procura da funзгo em que geta o FPS do player procurei no shearch e no ****** e oque eu achei foi essa stock que nгo funciona pois quando vou ver o FPS sempre estб 0
se alguйm souber ai porfavor preciso muito desta funзгo
a stock que eu achei e nгo funciona й essa
OBS: nгo sei se falta algo para fazer ela funcionar
Obrigado a todos desde jб
se alguйm souber ai porfavor preciso muito desta funзгo
a stock que eu achei e nгo funciona й essa
pawn Код:
stock GetPlayerFPS(playerid)
{
SetPVarInt(playerid, "DrunkL", GetPlayerDrunkLevel(playerid));
if(GetPVarInt(playerid, "DrunkL") < 100)
{
SetPlayerDrunkLevel(playerid, 2000);
}
else
{
if(GetPVarInt(playerid, "LDrunkL") != GetPVarInt(playerid, "DrunkL"))
{
SetPVarInt(playerid, "FPS", (GetPVarInt(playerid, "LDrunkL") - GetPVarInt(playerid, "DrunkL")));
SetPVarInt(playerid, "LDrunkL", GetPVarInt(playerid, "DrunkL"));
if((GetPVarInt(playerid, "FPS") > 0) && (GetPVarInt(playerid, "FPS") < 256))
{
return GetPVarInt(playerid, "FPS") - 1;
}
}
}
return 0;
}
Obrigado a todos desde jб