Вы используете устаревший браузер. Этот и другие сайты могут отображаться в нём некорректно. Вам необходимо обновить браузер или попробовать использовать другой.
function main()
sampRegisterChatCommand('zones',test)
wait(-1)
end
function test()
for k, v in ipairs(getAllChars()) do
local res, id = sampGetPlayerIdByCharHandle(v)
if res then
sampAddChatMessage(sampGetPlayerNickname(id),-1)
end
end
end
function main()
sampRegisterChatCommand('zones',test)
wait(-1)
end
function test()
for k, v in ipairs(getAllChars()) do
local res, id = sampGetPlayerIdByCharHandle(v)
if res then
print(sampGetPlayerNickname(id))
end
end
end
function main()
sampRegisterChatCommand('zones',test)
wait(-1)
end
function test()
for k, v in ipairs(getAllChars()) do
local res, id = sampGetPlayerIdByCharHandle(v)
if res then
print(sampGetPlayerNickname(id))
end
end
end
function main()
sampRegisterChatCommand('zones',test)
wait(-1)
end
function test()
for k, v in ipairs(getAllChars()) do
local res, id = sampGetPlayerIdByCharHandle(v)
if res then
sampAddChatMessage(sampGetPlayerNickname(id),-1)
end
end
end