Gives access to all keys. Only works for the LOCAL machine (the PC the server is running on). Only for debug purposes/Map Editors (etc).
Note: WINDOWS only!
IsLocalKeyPressed(key)
Checks if a key ID is currently pressed.
IsSAMPFocused()
Checks if the SAMP client is the foreground application (by window name).
GetVKName(key, const name[], maxlen = sizeof name)
Gets the complete name of a key.
ToggleKey(key, toggle = 1)
Toggles the given key for OnLocalKeyStateChange only.
All keys are off by default!
IsKeyToggled(key)
Checks if a key is toggled.
OnLocalKeyStateChange(key, newstate)
Gets called whenever a keystate has changed (newstate will be 0 or 1).
All compatible keys and their definitions can be found in the include file.