Thread: GUI Issue
View Single Post
  #11  
Old 09-28-2007, 01:15 PM
Mark Sir Link Mark Sir Link is offline
Kevin Azite
Mark Sir Link's Avatar
Join Date: Sep 2005
Posts: 1,489
Mark Sir Link is just really niceMark Sir Link is just really nice
Send a message via AIM to Mark Sir Link
Alright. Still not working as intended unfortunately, but I'm willing to guess I messed up somewhere since I've never tried using attributes like this.
PHP Code:
//Serverside, function onCreated()...
this.attr[0] = this.text;

//#CLIENTSIDE
text format("<font size = 16> %s lolol</font>"thiso.attr[0]); 
Before we tear apart the format part, let it be known that when setting player.chat to this.attr[0], it is still coming up null.
Reply With Quote