Playerid
#2

Change:
Quote:
Originally Posted by Ironboy500
Код:
SetTimer ("Disable", 10000, false);
to:
pawn Код:
SetTimerEx("Disable", 10000, false, "i", playerid);
and:
Quote:
Originally Posted by Ironboy500
Код:
forward Disable();
public Disable()
{
  DisablePlayerCheckpoint (playerid);
}
to:
Код:
forward Disable(playerid);

public Disable(playerid)
{
  DisablePlayerCheckpoint(playerid);
}
Reply


Messages In This Thread
Playerid - by Ironboy500 - 05.11.2009, 13:43
Re: Playerid - by Correlli - 05.11.2009, 13:47
Re: Playerid - by Ironboy500 - 05.11.2009, 13:48
Re: Playerid - by -xy! - 05.11.2009, 13:49

Forum Jump:


Users browsing this thread: 1 Guest(s)