Quote:
Originally Posted by TheRuckus
I also get this error:
Weapon/GUI-script -System/LoginMessage added/updated by TheRuckus
Script: Function triggerserver not found at line 17 in script of -System/LoginMessage
The line is
triggerserver("gui",name,"getMessage");
How do i fix this?
|
I believe the order is wrong, Not a real scripter but if you really wanted to be sure just /scripthelp in rc.
PHP Code:
triggerserver("gui","cost",this.name);
that's a quick example.