Follow along with the video below to see how to install our site as a web app on your home screen.
Notka: This feature may not be available in some browsers.
function onLogin(cid)
if (getPlayerGroupId(cid) <= config.group_id) then
if (isInArray(accepted_ip_list,getPlayerIp(cid)) == FALSE) then
if (isPlayerPzLocked(cid) == false) then
addEvent(antiMC, 250, {pid = cid, max = config.max+0})
doPlayerPopupFYI(cid, "You have been kicked because you are using Multi-Client.")
end
end
end
return TRUE
end
<globalevent name="anty mc" interval="30" event="script" value="anty mc.lua"/>
