- 40
- 15
Lua:
script_name("FightHelper")
script_author("shipilya")
script_version("25.11.2020")
local vkeys = 'vkeys'
function main()
if not isSampfuncsLoaded() or not isSampLoaded() then return end
while not isSampAvailable() do wait(100) end
sampAddChatMessage("[PIZDILKA] pizdilka loaded. creator: shipilya",0xe97451)
sampRegisterChatCommand("commands", cmd_commands)
while true do
wait(0)
if isKeyPressed(VK_J) then sampSendChat('/usedrugs 3')