local nicks = {
'#Northn' = '192.168.1.1',
'Daniel24' = '192.168.0.1'
}
function main()
while not isSampAvailable() do wait(50) end
if nicks[sampGetPlayerNickname(select(2, sampGetPlayerIdByCharHandle(PLAYER_PED)))] ~= sampGetCurrentServerAddress() then thisScript():unload() end