Also, I have
PHP Code:
function onActionServerSide()
{
if (params[0] == "debug")
{
temp.filename = "weapons/weaponDrag.txt";
temp.lines.loadlines(temp.filename);
player.chat = temp.lines;
player.triggerclient(this.name, "load", temp.lines);
}
}
and I have the weapon "Drag" on the server, but my player.chat always is "0"... Any help?