Problem with moving
#3

If i Change my World in 1 , and again in 0 , i saw him at an another spot where she is but it's again freeze , but still moving for him

Kingunit - Yes


****** , that ?
Quote:

public OnPlayerUpdate(playerid)
{
new drunk2 = GetPlayerDrunkLevel(playerid);
if(drunk2 < 100)
{
SetPlayerDrunkLevel(playerid,2000);
}
else
{
if(DLlast[playerid] != drunk2)
{
new fps = DLlast[playerid] - drunk2;

if((fps > 0) && (fps < 200))
DLlast[playerid] = drunk2;
}
}
}

Reply


Messages In This Thread
Problem with moving - by RaulSTARs - 21.09.2011, 15:42
Re: Problem with moving - by Kingunit - 21.09.2011, 15:46
Re: Problem with moving - by RaulSTARs - 21.09.2011, 15:55
Re: Problem with moving - by Kingunit - 21.09.2011, 15:58
Re: Problem with moving - by RaulSTARs - 21.09.2011, 16:01
Re: Problem with moving - by Kingunit - 21.09.2011, 16:03
Re: Problem with moving - by RaulSTARs - 21.09.2011, 16:16
Re: Problem with moving - by RaulSTARs - 21.09.2011, 16:30
Re: Problem with moving - by IceCube! - 21.09.2011, 16:42
Re: Problem with moving - by RaulSTARs - 21.09.2011, 16:50

Forum Jump:


Users browsing this thread: 2 Guest(s)