How to /q +REP
#1

I have a login dialog. It has a box for you to put your password in it and there are two buttons below it.

Login and Cancel. Here is my Cancel code:

pawn Код:
if(dialogid == DIALOG_LOGIN)
    {
        if(response == 0)
        {
            SendClientMessage(playerid, COLOR_ERROR, "You must login below.");
            LogPlayer(playerid);
            return 1;
        }
I want it so when they click on the button "Cancel", it will automatically let them /q or quit the game.
Reply


Messages In This Thread
How to /q +REP - by TheMightyEddy - 09.04.2012, 05:05
Re: How to /q +REP - by Reklez - 09.04.2012, 05:07
Re: How to /q +REP - by TheMightyEddy - 09.04.2012, 14:35

Forum Jump:


Users browsing this thread: 1 Guest(s)