View Single Post
  #1  
Old 05-23-2010, 11:03 PM
sssssssssss sssssssssss is offline
Cyril Rain
sssssssssss's Avatar
Join Date: May 2003
Location: Texas, USA
Posts: 1,134
sssssssssss will become famous soon enough
Showing clientside stuff

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=0i<playerscounti++) { 
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.
__________________
Cyril Rain
Creator and leader of SLX
Admin of Elysium
Elysium's Facebook Page: http://facebook.com/GraalOnlineElysium
Graal Forum Thread: http://forums.graalonline.com...
Graalians Thread: http://www.graalians.com...


Reply With Quote