How to add that messageplayer?

Started by ForOver, Nov 11, 2017, 10:36 AM

Previous topic - Next topic

ForOver

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?

SAzEe21

function onPlayerCommand( player, cmd, text )
{
if ( cmd == "cmds" )
{
MessagePlayer( "Post your commands inside this", player );
}
}

ForOver

Thanks u :) this is work
Solved and Locked