Some Requests
#2

Didn't SetPlayerTeam already had anti-tk?

for spawn protection:

pawn Код:
public OnPlayerSpawn(playerid)
{
  SetPlayerHealth(playerid,10000000);
  SetTimerEx("OnSpawnProtEnd",10000,0,"d",playerid);
  return 1;
}

forward OnSpawnProtEnd(playerid);
public OnSpawnProtEnd(playerid)
{
  SetPlayerHealth(playerid,100);
  return 1;
}
Reply


Messages In This Thread
Some Requests - by James124 - 09.07.2010, 15:21
Re: Some Requests - by Hiddos - 09.07.2010, 15:23
Re: Some Requests - by James124 - 10.07.2010, 10:01
Re: Some Requests - by James124 - 11.07.2010, 07:55
Re: Some Requests - by Grim_ - 11.07.2010, 08:02
Re: Some Requests - by James124 - 11.07.2010, 14:45

Forum Jump:


Users browsing this thread: 1 Guest(s)