25.06.2017, 05:25
well it says
Key not defined in SA:MP includes. You must define this yourself
How to we do that? e.g detect with someone presses 't' to chat.
i assume we have to find the value of the key but where do I find it
like this is how key up is defined. Where could I find the value of 't'
#define KEY_UP (-12
't' is a key that is already used in samp so shouldn't it be able to be defined it in a_samp? its not like its a key that doesn't have a use in samp.
Key not defined in SA:MP includes. You must define this yourself
How to we do that? e.g detect with someone presses 't' to chat.
i assume we have to find the value of the key but where do I find it
like this is how key up is defined. Where could I find the value of 't'
#define KEY_UP (-12
't' is a key that is already used in samp so shouldn't it be able to be defined it in a_samp? its not like its a key that doesn't have a use in samp.