09.12.2013, 11:37
First of all i'm not referring to keybinding tools. I need a help for the script.
Coz i'm wondering if it's possible to keybind a SA-MP Keys.
For Example:
To Hire group (G Key)
To Horn/Hunk (C Key)
Keys- SA-MP Wiki
I want when I press C Key it will also Hire a Group and G Key to do Horn/Hunk
Just like the sample here below:
Is it possible? If i'ts possible can you please show me how?
Thanks!
Coz i'm wondering if it's possible to keybind a SA-MP Keys.
For Example:
To Hire group (G Key)
Quote:
KEY_CTRL_BACK** 262144 ~k~~GROUP_CONTROL_BWD~ ~k~~GROUP_CONTROL_BWD~ H H |
Quote:
KEY_CROUCH 2 ~k~~PED_DUCK~ ~k~~VEHICLE_HORN~ C H / CAPSLOCK |
I want when I press C Key it will also Hire a Group and G Key to do Horn/Hunk
Just like the sample here below:
Код:
COMMAND:kill(playerid,params[]); { SetPlayerHealth(playerid,0); return 1; }
Код:
COMMAND:suicide(playerid,params[]); { return cmd_kill(playerid,params[]); }
Thanks!