Quote:
Originally Posted by PowerProNL
Script...
|
PHP Code:
function onActionServerSide(cmd) {
if (cmd == "tag") {
player.guild = clientr.stafftag;
}
}
//#CLIENTSIDE
function onPlayerChats() {
if (player.chat == "/stafftag") {
triggerserver("gui", this.name, "tag");
}
}