Quick Question
#8

Sorry for the double post but is this code okay ?

pawn Код:
public OnPlayerUpdate(playerid)
{
  if(IsPlayerConnected(playerid))
  {
    UpdateCount[playerid] += 1;
    if(UpdateCount[playerid] == 3)
    {
      UpdateCount[playerid] = 0;
      OnPlayerPressArrowKeys(playerid);
    }
   }
   return 1;
}
Will this create less lagg because it's three times slower ? Thanks.
Reply


Messages In This Thread
Quick Question - by Zeromanster - 11.10.2009, 20:12
Re: Quick Question - by iLinx - 11.10.2009, 20:14
Re: Quick Question - by Correlli - 11.10.2009, 20:17
Re: Quick Question - by iLinx - 11.10.2009, 20:27
Re: Quick Question - by Zeromanster - 11.10.2009, 20:31
Re: Quick Question - by Correlli - 12.10.2009, 04:53
Re: Quick Question - by Zeromanster - 12.10.2009, 11:18
Re: Quick Question - by Zeromanster - 12.10.2009, 12:39
Re: Quick Question - by Correlli - 12.10.2009, 12:51
Re: Quick Question - by Zeromanster - 12.10.2009, 13:02

Forum Jump:


Users browsing this thread: 1 Guest(s)