mathia11
03-05-2016, 06:00 PM
hello dude, i need leave mc script, because the one that I did not work
local disableMsg = "to depo"
local allowedSenders =
{
"adi",
"emce",
"Grim"
}
PrivateMessageProxy.OnReceive("Private Message Proxy", function(proxy, speaker, level, text)
if text == disableMsg and (not allowedSenders or table.find(allowedSenders, speaker)) then
Walker.Goto("Refill")
end
end)
THANKS ALL FOR HELP !
local disableMsg = "to depo"
local allowedSenders =
{
"adi",
"emce",
"Grim"
}
PrivateMessageProxy.OnReceive("Private Message Proxy", function(proxy, speaker, level, text)
if text == disableMsg and (not allowedSenders or table.find(allowedSenders, speaker)) then
Walker.Goto("Refill")
end
end)
THANKS ALL FOR HELP !