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
