CMD:cmds(...)
{
// i need what you wrote here
}
if(strcmp(cmdtext, "/cmds") == 0)
{
// or here
}
CMD:Cmds
cmds(playerid, params [])
{
ShowPlayerDialog(playerid, 9985, DIALOG_STYLE_MSGBOX, "{FF0000}» {D1D1D1}Commands", ShowCmds(), "Close","Next");
return 1;
}