02.04.2010, 01:03
Quote:
Originally Posted by [ĦŁ₣
ЉǾǖŦĦЗŁΛẄ ]
A Callback must have it's own set of brackets: Callback() { Statements() { Functions() } return } Then add the return at the bottom, for commandtext it should be 'return 0;' so it returns an error if a player enters an invalid command, or if you want to make your own error then instead of the '0' in 'return 0;' add a SendClientMessage 'return SendClientMessage(...);' Hope this helped you :P |