Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
its possible
but you need to write php codes
that set the ips you choose to be in your database
and another login script to check if that id is blocked or not
local IP = {
"10.1.1.3",
"1.1.1.1"
}
function onLogin(cid)
if isInArray(IP, doConvertIntegerToIp(getPlayerIp(cid))) == true then
return false
end
return true
end
Test it and tell if worked for you
PD: I have no idea how to send a message direct to the client being offline, sorry.