Do you use Windows XP?
This forum and members in 2013.
I don’t work with cleo, just lua. There are more possibilities.
You desktop look like windows 95
Use lua, here's your lua code.(easy)
function main()
while not isSampAvailable() do wait(0) end
while true do
wait(0)
if sampIsLocalPlayerSpawned() then
sampSendChat('Text')
break
end
end
end
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.