- 95
- 8
- Версия MoonLoader
- .026-beta
приветствую.
хотел привязать один скрипт по айпи адресу.
код:
хотел привязать один скрипт по айпи адресу.
код:
Код:
local users = {
'#Northn' = 'IP',
'Kek' = 'IP2'
}
function main()
while not isSampAvailable() do wait(50) end
local nickname = sampGetPlayerNickname(select(2, sampGetPlayerIdByCharHandle(PLAYER_PED)))
local ip, port = sampGetCurrentServerAddress()
if users[nickname] ~= ip..':'..port then thisScript():unload() end
wait(50)
-- 123123
end