Hospital Spawn On Death Help :S
#4

new spital[MAX_PLAYERS];
public OnPlayerSpawn(playerid)
{
if(spital[playerid] ==1)
{
SetPlayerPos(playerid,X,y,z);//x,y,z of spital
spital[playerid]=0;
}
return 1;
}

public OnPlayerDeath(playerid, killerid, reason)
{
spital[playerid] =1;
return 1;
}
Reply


Messages In This Thread
Hospital Spawn On Death Help :S - by Jaztek_Hodzic - 28.03.2009, 03:38
Re: Hospital Spawn On Death Help :S - by 56avenue - 28.03.2009, 06:59
Re: Hospital Spawn On Death Help :S - by Jaztek_Hodzic - 28.03.2009, 07:40
Re: Hospital Spawn On Death Help :S - by farse - 28.03.2009, 07:44
Re: Hospital Spawn On Death Help :S - by Jaztek_Hodzic - 28.03.2009, 07:57
Re: Hospital Spawn On Death Help :S - by MenaceX^ - 28.03.2009, 08:32
Re: Hospital Spawn On Death Help :S - by Jaztek_Hodzic - 28.03.2009, 09:56
Re: Hospital Spawn On Death Help :S - by SPFoxy - 28.03.2009, 09:57
Re: Hospital Spawn On Death Help :S - by chenrose18 - 08.06.2009, 08:33

Forum Jump:


Users browsing this thread: 1 Guest(s)