[HELP] /enter
#1

ok i have two /enter(s) and when i do them only one will work

Код:
	if(strcmp(cmd, "/enter", true) == 0)
	{
	    if(IsPlayerInRangeOfPoint(playerid, 3.0, 04.2746,-141.6924,1004.0625))//pd
	    {
		 	SetPlayerPos(playerid, 246.40, 110.84, 1003.22);
		 	SetPlayerInterior(playerid, 10);
		 }
		 else if(IsPlayerInRangeOfPoint(playerid, 3, 2257.4727, -71.0280, 31.6016))
		 {
		    SetPlayerPos(playerid, 302.292877, -143.139099, 1004.062500);
		    SetPlayerInterior(playerid, 7);
		 }
	}
	return 1;
Any idea?
Reply


Messages In This Thread
[HELP] /enter - by ifly4life - 03.02.2011, 19:47
Re: [HELP] /enter - by SkizzoTrick - 03.02.2011, 19:50
Re: [HELP] /enter - by ifly4life - 03.02.2011, 19:55
Re: [HELP] /enter - by SkizzoTrick - 03.02.2011, 19:58
Re: [HELP] /enter - by ifly4life - 03.02.2011, 20:05
Re: [HELP] /enter - by [L3th4l] - 03.02.2011, 20:08
Re: [HELP] /enter - by ifly4life - 03.02.2011, 20:12

Forum Jump:


Users browsing this thread: 2 Guest(s)