Worked
local sampev = require("lib.samp.events")
function sampev.onShowTextDraw(id, data)
if (data.text:lower():find('mafiacasino')) then
sampSendClickTextdraw(id);
end
end
Moujeek (BlastHX Moderator) sent me this:
function sampev.onShowTextDraw(id, data)
if (data.text:lower():find('mafiacasino')) then
sampSendClickTextdraw(id);
end
end
I'm gonna try it
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.