طيب كذا صح ول لأ
local ipH = get("iph")
local ipR = get("ipr")
addEvent("Redirect", true)
addEventHandler("Redirect", getRootElement(), function(trks)
-- upvalues: ipH , ph , ipR , pr , ipB , pb
if trks == "1" then
redirectPlayer(source, tostring(ipH),
outputChatBox("" .. getPlayerName(source) .. " ---- #000000]", getRootElement(), 255, 255, 255, true)
elseif trks == "2" then
redirectPlayer(source, tostring(ipR),
outputChatBox("" .. getPlayerName(source) .. " ---- #000000]", getRootElement(), 255, 255, 255, true)
end
end
)