Thread: GUI Problem
View Single Post
  #10  
Old 04-10-2007, 04:34 AM
cbk1994 cbk1994 is offline
the fake one
cbk1994's Avatar
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
cbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond repute
Send a message via AIM to cbk1994
Quote:
Originally Posted by DustyPorViva View Post
PHP Code:
  setstring this.text,
  
"Health: #s(clientr.player_hp)/#s(clientr.player_maxhp)",
  
"Mana: #s(clientr.player_mp)/#s(clientr.player_maxmp)",
  
"Type: #s(clientr.player_type)",
  
"#e(0,13,#n)#s(this.nick)",
  
"Talik: #v(player.rupees)",
  
"Shield: #v(playershieldpower)",
  
"Weapons: #s(this.enabweap)",
    
"Lvl. Type: #s(this.zonetype)"
That makes me want to barf ... it makes no sense at all. No offense to anyone personally, it's good that people are learning how to script, but GS1 makes no sense ... quotes in almost EVERY programming language ... even BASIC ... represents a string.
__________________
Reply With Quote