- 146
- 44
- Версия MoonLoader
- .026-beta
Хочу сделать работу своего скрипта только для нужных мне серверов.
Есть код:
if not isSampfuncsLoaded() or not isSampLoaded() then return endЕсть код:
while not isSampAvailable() do wait(100) end
local ip, port = sampGetCurrentServerAddress()
if ip ~= "185.169.134.62" and port ~= "8904" then thisScript():unload()
Как сделать чтобы он проверял 4-ре айпишника,а не один?