Getting the keys?
#1

hi, i was trying to detect waht keys players use when they are gonna use the gamble machines in casino's but:

Код:
public OnPlayerKeyStateChange(playerid, newkeys, oldkeys)
{
	new string[30];
	format(string,sizeof(string),"%d,%d",newkeys,oldkeys);
	print(string);
	return 1;
}
dosen't work? Cut anyone tell me what's wrong or if you know waht keys they use? (:

- Naxix
Reply


Messages In This Thread
Getting the keys? - by Naxix - 27.04.2010, 12:08
Re: Getting the keys? - by Babul - 27.04.2010, 13:37
Re: Getting the keys? - by Naxix - 27.04.2010, 14:05
Re: Getting the keys? - by dice7 - 27.04.2010, 14:12
Re: Getting the keys? - by Naxix - 27.04.2010, 14:14
Re: Getting the keys? - by dice7 - 27.04.2010, 14:22

Forum Jump:


Users browsing this thread: 1 Guest(s)