help , co'ords message
#9

Quote:
Originally Posted by Alice[A11
]
Код:
SetTimer("LVWZ", 1000, 1);

public LVWZ()
{
	for(new i=0; i<MAX_PLAYERS; i++)
	{
		if(IsPlayerConnected(i))
		{
                   new Float: x, Float: y, Float: z;
                   GetPlayerPos(i, x, y, z);
			if(x < 1553.157 && x > -4554.372 && y < 2861.08 && y > -2779.334)
			{
        GameTextForPlayer(i, "non admins turn back", 3000, 3);
			}
		}
	}
}
Not tested..
It worked for me. May be the SetTimer isn't in "OnGameModeInit" ?
Reply


Messages In This Thread
help , co'ords message - by kennyist - 05.11.2009, 17:52
Re: help , co'ords message - by GTA967 - 05.11.2009, 19:02
Re: help , co'ords message - by -xy! - 05.11.2009, 20:36
Re: help , co'ords message - by kennyist - 05.11.2009, 20:43
Re: help , co'ords message - by kennyist - 05.11.2009, 20:51
Re: help , co'ords message - by Alice[WS] - 05.11.2009, 21:00
Re: help , co'ords message - by -xy! - 05.11.2009, 21:06
Re: help , co'ords message - by kennyist - 05.11.2009, 21:11
Re: help , co'ords message - by Alice[WS] - 05.11.2009, 21:19

Forum Jump:


Users browsing this thread: 4 Guest(s)