Problem with moving
#9

pawn Код:
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;
    }
  }
return 1;
}
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: 1 Guest(s)