triggerserver("gui", this.name, "summon", player.chat.substring(8));
so its: ni weapname casena needed to cut down first 8
ni=no idea
this helped quite alot.
(cat, tomcat) why thats needed?
PHP Code:
function onActionserverside(cat, tomcat) {
if (tomcat == "Top Cat") {
echo("Hello Top Cat!");
}
}
just that I dont fail to see sense of triggerserver
it makes it able to "react" a function, right?