require 'lib.moonloader'
function main()
if not isSampfuncsLoaded() or not isSampLoaded() then return end
while true do
wait(0)
if wasKeyPressed(0x32) and not sampIsCursorActive() then
taskPlayAnimNonInterruptable(PLAYER_PED, "ENDCHAT_03", "PED", 8.0, true, false, false...