1
2
3
4
5
6
7
8
2
3
4
5
6
7
8
function votecpt()
for id=1,32 do
if player(id,"exists") then
menu(id,"Vote Captain,"..player(1,"name")..",xx")
end
end
timer(10000,"votcptends","",1)
end
I can't reach players name in menu in function, if i use a msg like msg(player(id,"name") i can reach but if i use it on menu i can't access player(id,"name") can u guys help. Thanks for read.