How to ?

How to ?

How to create a command ?

function mycmd(sender,command,args)
sv.broadcast(sender.." used mycmd command !");
end
sv.addCommand("mycmd", mycmd);

This is simple. But remember, to use your command, it is '/li mycmd'.


Comments

Posts Quoted:
Reply
Clear All Quotes