This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
0
hi everyone,
i would like to do an auto invite for poeple who saying certain words in the chat, like "WTB Port" , "port org" , "port UC", etc
thanks
i have that code right now, but its not working.
TriggerCustomEvent
CHAT_MSG_SAY
function (e, msg, src) if e == "CHAT_MSG_SAY" then if msg == "port" then >invite player< end endend
0
hi everyone,
i would like to do an auto invite for poeple who saying certain words in the chat, like "WTB Port" , "port org" , "port UC", etc
thanks
i have that code right now, but its not working.
Trigger
Custom
Event
CHAT_MSG_SAY
function (e, msg, src)
if e == "CHAT_MSG_SAY" then
if msg == "port" then
>invite player<
end
end
end