I understand that it is as follows to send a message to every client in the server:
messageall('',%text);
However, I wish to utilize the first argument, yet modifying it seems to do nothing. What is it for?
Secondly, the following command will permanently ban a person with the id of '1' with a reason of "Reason".
What is the first argument, with a value of 0, for?
commandtoserver('ban',0,1,-1,"Reason");
1/3/11
How would I add an item to a players inventory? Not mounting it through mountimage() but ADDING it