help pls!!!!!
#3

pawn Код:
new CP1;
public OnGameModeInit()
{
CP1 = CreateDynamicCP(....)
return 1;
}

public OnPlayerEnterDynamicCP(playerid, checkpointid)
{
 if(checkpointid == CP1)
  {
  SetTimer("DoNothingHere", 30000, true);
  TogglePlayerControllable(playerid, 0);
  }
  return 1;
}

forward DoNothingHere();
public DoNothingHere()
{
 TogglePlayerControllable(playerd, 1);
 return 1;
}
Well its basically like that.
Reply


Messages In This Thread
help pls!!!!! - by billiout - 25.05.2010, 18:42
Re: help pls!!!!! - by billiout - 26.05.2010, 06:34
Re: help pls!!!!! - by ViruZZzZ_ChiLLL - 26.05.2010, 06:41

Forum Jump:


Users browsing this thread: 1 Guest(s)