Gate commands
#3

yes it is...

Код:
IsKeyJustDown(key, newkeys, oldkeys)
{
	if((newkeys & key) && !(oldkeys & key)) return 1;
	return 0;
}
and use PlayerToPoint to make it work for players thats close enough
Reply


Messages In This Thread
Gate commands - by JoeDaDude - 01.06.2009, 21:04
Re: Gate commands - by silvan - 01.06.2009, 21:17
Re: Gate commands - by wijnkamp - 01.06.2009, 21:30

Forum Jump:


Users browsing this thread: 1 Guest(s)