Have also been trying to show certain things when you hover over players.
i have a script that does something like
PHP Code:
for(i=0; i<playerscount; i++) {
then trying to use showtext and pull up
PHP Code:
players[i].clientr.guild
but it wont, only shows my own character. Any suggestions on how to make this work so everyone can see everyones clientr.guild come up?
I've tried
PHP Code:
findplayerbyid(players[i]).clientr.guild
but it doesnt work.