Hi,
which keys can you use instead of Primary_Fire in "Remove Button": "FIRE_PRIMARY"?
Tried "R" and "r" but doesnt work :-(
Remove ButtonSolved
FORWARD = 2,
BACKWARD = 4,
LEFT = 8,
RIGHT = 16,
JUMP = 32,
DUCK = 64,
SPRINT = 128,
USE = 256,
FIRE_PRIMARY = 1024,
FIRE_SECONDARY = 2048,
RELOAD = 8192,
FIRE_THIRD = 134217728, RELOAD is R
Don't tell me that it was standing all the time in the description lol....
Thank you and thanks for the update too... now it works great.. only thing i have to find is how to disable chat infos. Need only GUI and not chat.
Find this line in the .cs file and delete it will have no chat message
Player.Message(player, message, configData.chatS.prefix, configData.chatS.steamIDIcon); perfect...
thank you very much!!!
Locked automatically