27.04.2010, 12:08
hi, i was trying to detect waht keys players use when they are gonna use the gamble machines in casino's but:
dosen't work? Cut anyone tell me what's wrong or if you know waht keys they use? (:
- Naxix
Код:
public OnPlayerKeyStateChange(playerid, newkeys, oldkeys)
{
new string[30];
format(string,sizeof(string),"%d,%d",newkeys,oldkeys);
print(string);
return 1;
}
- Naxix

