ولكن لم تأتي رسالة "Successfully send message to email" شكرا. مكتوب
time = { }
addCommandHandler("SendMail",
function (player, cmd, to, subject, massge)
if (massge) or (string.find(to,"@")) then
if not isTimer(time[player]) then
function getFromWebstire(value)
if value ~= "ERROR" then
outputChatBox("Successfully send message to email", player, 0, 255, 0)
end
end
if (callRemote("http://gtazamta.host22.com", getFromWebstire, to, subject, massage)) then
outputChatBox("Send message to email: "..to.."...", player, 0, 255, 0)
time[player] = setTimer(function () end,5 * 60000,1)
else
outputChatBox("ERROR failed to send message to email", player, 255, 0, 0)
end
else
outputChatBox("You already sended message to email", player, 255, 0, 0)
end
else
outputChatBox("Wrong. need to be use /SendMail to subject massge", player, 255, 0, 0)
end
end)