- 123
- 5
function main() while not isSampAvailable() do wait(100) end sampRegisterChatCommand("fire", function() if isCharInAnyCar(playerPed) then startCarFire(storeCarCharIsInNoSave(playerPed)) end end) wait(-1) end
How can I transfer this to imgui.button and make it functional?
How can I transfer this to imgui.button and make it functional?