bad agrument #1 to 'player' (expected nummber got neal)
oder so ähnlich
hier der code
if sample==nil then sample={} end
sample.hudtxt={}
-----------------------
-- SECOND --
-----------------------
addhook("second","sample.hudtxt.second")
function sample.hudtxt.second()
for p=1,32 do
parse('hudtxt2 0 ' .. p .. ' "name: "'..player(p,"name") .. ' 100 240')
parse('hudtxt2 1 ' .. p .. ' "usgn: "'..player(p,"usgn") .. ' 120 240')
parse('hudtxt2 2 ' .. p .. ' "ID: "'..player(p,"id") .. ' 140 240')
parse('hudtxt2 3 ' .. p .. ' "Ping: "'..player(p,"ping") .. ' 160 240')
parse('hudtxt2 4 ' .. p .. ' "Health: "'..player(p,"health") .. ' 180 240')
parse('hudtxt2 5 ' .. p .. ' "Armor: "'..player(p,"armor") .. ' 200 240')
parse('hudtxt2 6 ' .. p .. ' "Kills: "'..player(p,"score") .. ' 220 240')
parse('hudtxt2 7 ' .. p .. ' "Deaths: "'..player(p,"deaths") .. ' 240 240')
parse('hudtxt2 8 ' .. p .. ' "WeaponID: "'..player(p,"weaponid")..' 260 240')
parse('hudtxt2 9 ' .. p .. ' "HighSpeed: "' .. player(p,"speedmod") .. ' 280 240')
parse('hudtxt2 10 ' .. p .. ' "Team: "'..player(p,"team") .. ' 300 240')
end
end