07.02.2013, 17:51
Hello everyone, I want an hotkey "f" which will make the user say: /enter or /exit.
Something like this:
http://forum.sa-mp.com/showthread.ph...ghlight=hotkey
But I'm not sure how to start this is where I get:
Something like this:
http://forum.sa-mp.com/showthread.ph...ghlight=hotkey
But I'm not sure how to start this is where I get:
Code:
public OnPlayerKeyStateChange( playerid, newkeys, oldkeys ) { if( newkeys & KEY_SECONDARY_ATTACK ) { NOT SURE WHAT TO ADD HERE! } return 1; }