Log in

View Full Version : xlog when frag



michalmirota7853
05-15-2017, 11:44 AM
Hello! Can anyone have a script on x-log when the character catches a frag?


thank you in advance for your help!

bombka1234
05-15-2017, 03:29 PM
GenericTextMessageProxy.OnReceive("", function(proxy, message)
if (string.find(string.lower(message), "the murder of")) then
os.exit()
end
end)