if(listitem == 0) // Civilian Clothing
{
SendRconCommand("gmx");
SendClientMessageToAll(COLOR_RED, "Server Is Re-Starting, Please Wait.........");
}
if(listitem == 1) // Mafia Clothing
{
ShowPlayerDialog(playerid, dialog_kick,DIALOG_STYLE_INPUT,"Kick","Enter the ID of the person you want to kick.","Kick","Cancel");
}
if(listitem == 2) // Gang Clothing
{
SendRconCommand("exit");
SendClientMessageToAll(COLOR_RED, "Server Was Shut Down Via The RCON-Console.");
}
if(listitem == 3) // Mafia Clothing
{
ShowPlayerDialog(playerid, dialog_ban,DIALOG_STYLE_INPUT,"Ban","Enter the ID of the person you want to ban.","Ban","Cancel");
}
if(listitem == 4) // Mafia Clothing
{
ShowPlayerDialog(playerid, dialog_say,DIALOG_STYLE_INPUT,"Say","Enter the text you want other players\nto see in their chat-box.","Say","Cancel");
}
if(listitem == 5) // Mafia Clothing
{
ShowPlayerDialog(playerid, dialog_announce,DIALOG_STYLE_INPUT,"Announce","Ent er the text you want other players\nto see on their screen.","Announce","Cancel");
}
}
mafia clothing ?