YCMD:Jail(playerid, params[], help){ if (help) { SendClientMessage(playerid, 0xFFFFFFFF, "This command jails players"); } else { //Anything you want the command to do } return 1;}