Little Help
#3

pawn Code:
switch(dialogid)
    {
        case 123:
        {
            if(!response) return SendClientMessage(playerid, 0xFF0000FF, "You cancelled.");
            switch(listitem)
            {
                case 0:
                {
                   SendRconCommand("gmx");
                   SendClientMessageToAll(0xFF000000, "Server Is Re-Starting, Please Wait.........");
                }

            }

        }
        // rest of dialogs here!

    }
    return 1;
}
EDIT: damn, [MWR]Blood was faster
Reply


Messages In This Thread
Little Help - by SpiderWalk - 24.09.2011, 14:28
Re: Little Help - by [MWR]Blood - 24.09.2011, 15:04
Re: Little Help - by Max_Coldheart - 24.09.2011, 15:05
Re: Little Help - by SpiderWalk - 28.09.2011, 17:15

Forum Jump:


Users browsing this thread: 1 Guest(s)