Thread: Gui Problems
View Single Post
  #2  
Old 12-12-2009, 07:14 AM
fowlplay4 fowlplay4 is offline
team canada
fowlplay4's Avatar
Join Date: Jul 2004
Location: Canada
Posts: 5,200
fowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond repute
Show the code where you initialize the info array, it should look something like this:

PHP Code:
function onCreated() {
  
this.info = {
    
"Ramerd",
    
"You like girls?",
    
"YOURE ***!",
    
"I'm ***",
    
"",
    
"NO WAY!"
    
"head22.png"
  
};

Also you don't need to specify "weapon" in triggerclient either.

PHP Code:
function onCreated() {
  
player.triggerClient(this.name"getText"this.db.info);

Works fine too
__________________
Quote:
Reply With Quote