[Help] Area
#4

Quote:
Originally Posted by Pandabeer1337
did you check if the player is in the area? if yes, in a timer? because else you would need to be there @ gamemodeinit but you cant
Nope, the only I have is
Код:
public OnPlayerEnterArea(playerid,areaid)//Somewhere else not in a function
{
	 if (areaid==0) SendClientMessage(playerid, COLOR_GREEN, "Welcome to safe zone");

	 return 1;
}
and
Код:
public OnPlayerExitArea(playerid,areaid)//Somewhere else not in a function
{
       if (areaid==0) SendClientMessage(playerid, COLOR_YELLOW, You left the safe zone");
	 return 1;
How would I check if the player is in the area?
Reply


Messages In This Thread
[Help] Area - by Viktor_Burns - 10.03.2009, 17:48
Re: [Help] Area - by AiVAMAN - 10.03.2009, 18:41
Re: [Help] Area - by Think - 10.03.2009, 18:42
Re: [Help] Area - by Viktor_Burns - 10.03.2009, 19:38
Re: [Help] Area - by ledzep - 16.03.2009, 07:03

Forum Jump:


Users browsing this thread: 1 Guest(s)