IsPlayerInRangeOfPoint - Problem
#2

Your timer for PortGates(playerid) has to be SetTimerEx("PortGates",TIMERVAL,REPEAT,"i",playeri d); because if you set a timer like this e.x

pawn Код:
public OnPlayerConnect(playerid)
{
      SetTimer("Hai",1000,false); //1second
      return 1;
}

forward Hai(playerid);
public Hai(playerid)
{
      print("Hai!");
      return 1;
} //Only playerid 0 can work on this timer.
Only playerid 0 can work on this timer.
Reply


Messages In This Thread
IsPlayerInRangeOfPoint - Problem - by Tessar - 28.12.2010, 07:25
Re: IsPlayerInRangeOfPoint - Problem - by willsuckformoney - 28.12.2010, 07:44
Re: IsPlayerInRangeOfPoint - Problem - by Tessar - 28.12.2010, 07:59
Re: IsPlayerInRangeOfPoint - Problem - by willsuckformoney - 28.12.2010, 08:06
Re: IsPlayerInRangeOfPoint - Problem - by Tessar - 28.12.2010, 08:14
Re: IsPlayerInRangeOfPoint - Problem - by willsuckformoney - 28.12.2010, 09:56
Re: IsPlayerInRangeOfPoint - Problem - by Tessar - 28.12.2010, 10:00
Re: IsPlayerInRangeOfPoint - Problem - by willsuckformoney - 28.12.2010, 10:11
Re: IsPlayerInRangeOfPoint - Problem - by Tessar - 28.12.2010, 10:17
Re: IsPlayerInRangeOfPoint - Problem - by jonnyboy - 28.12.2010, 11:27

Forum Jump:


Users browsing this thread: 2 Guest(s)