03.10.2009, 20:04
Hi,
kinda updating stuff in my gamemode I bumbed on the id of disabling some keys... is there any way todo so?
Like for example:
if(newkeys == ...)
{
return 0;
}
I tried but this failed... this is the right way? is there another way? is there a way?
EDIT: Maybe someone has a DisableKey() function?

Grts Riz
kinda updating stuff in my gamemode I bumbed on the id of disabling some keys... is there any way todo so?
Like for example:
if(newkeys == ...)
{
return 0;
}
I tried but this failed... this is the right way? is there another way? is there a way?
EDIT: Maybe someone has a DisableKey() function?


Grts Riz