FPS problem
#1

Hello all, I'm one question
why in samp 0.3z version FPS textdraw don't working

Код:
new drunknew = GetPlayerDrunkLevel(playerid);
if (drunknew < 100){
SetPlayerDrunkLevel(playerid, 2000);
} else {
if (pDrunkLevelLast[playerid] != drunknew){
new wfps = pDrunkLevelLast[playerid] - drunknew;
if ((wfps > 0) && (wfps < 200))
pFPS[playerid] = wfps;
pDrunkLevelLast[playerid] = drunknew;
}}
Reply


Messages In This Thread
FPS problem - by Fokus - 13.02.2014, 13:11

Forum Jump:


Users browsing this thread: 1 Guest(s)