2 SIMPLE questions:
#6

For your first problem if you want someone to spawn at a hospital, you just set a var then check for it in OnPlayerSpawn.

pawn Код:
new bool:gHospitalSpawn[MAX_PLAYERS];

//where you need it

gHospitalSpawn[playerid] = true;

//OnPlayerSpawn
if(gHospitalSpawn[playerid])
{
    SetPlayerPos(playerid, x, y, z);//put hospital co-ords here (set interior if needed)
}
I can't be bothered writing the command for you.
Reply


Messages In This Thread
2 SIMPLE questions: - by Gooday - 13.02.2012, 12:44
Re: 2 SIMPLE questions: - by Cameltoe - 13.02.2012, 12:46
Re: 2 SIMPLE questions: - by Gooday - 13.02.2012, 12:48
Re: 2 SIMPLE questions: - by RicaNiel - 13.02.2012, 12:48
Re: 2 SIMPLE questions: - by Twisted_Insane - 13.02.2012, 12:53
Re: 2 SIMPLE questions: - by iggy1 - 13.02.2012, 12:53
Re: 2 SIMPLE questions: - by Cameltoe - 13.02.2012, 13:07
Re: 2 SIMPLE questions: - by Gooday - 13.02.2012, 13:23
Re: 2 SIMPLE questions: - by iggy1 - 13.02.2012, 13:30
Re: 2 SIMPLE questions: - by Gooday - 13.02.2012, 13:38

Forum Jump:


Users browsing this thread: 2 Guest(s)