script_name("Autopost")
script_author("Carti_Carter")
local is_active = false
function main()
while not isSampAvailable() do wait(0) end
sampRegisterChatCommand("autopost", toggle_autopost)
sampAddChatMessage("{00FF00}Autopost script loaded. Type /autopost to toggle.", -1)...