Guys i have added many commands on my private server
but how to show them with command /cmds?
Note: Added Commands are: /teleport(goto), /mypos, /call(bring), /fps, myid(id), /ping, /Armour
anyone can show me a example?
function onPlayerCommand( player, cmd, text )
{
if ( cmd == "cmds" )
{
MessagePlayer( "Post your commands inside this", player );
}
}
Thanks u :) this is work
Solved and Locked