Help pls
#7

Quote:
Originally Posted by Florin48
Посмотреть сообщение
no, this is just a dialog, you forgot



you dont have this function in your gm
If I know it's a dialog but it tells me where it comes from, that's the function


Код:

            if(Checkaccount(inputtext))  //that is the function that checks the account

            {
                new Message[29 + MAX_PLAYER_NAME];
                format(Message, sizeof(Message), "Account %s It was certified.", inputtext);
                SendClientMessage(playerid, -1, Message);
            } else {
                new Message[29 + MAX_PLAYER_NAME];
                format(Message, sizeof(Message), "Account  %s Not certified.", inputtext);
                SendClientMessage(playerid, -1, Message;
            }
        }
        return 1;
    }
Reply


Messages In This Thread
Help pls - by LOLITO - 29.07.2018, 17:09
Re: Help pls - by Florin48 - 29.07.2018, 17:13
Re: Help pls - by LOLITO - 29.07.2018, 17:16
Re: Help pls - by Florin48 - 29.07.2018, 17:19
Re: Help pls - by LOLITO - 29.07.2018, 17:30
Re: Help pls - by Florin48 - 29.07.2018, 17:35
Re: Help pls - by LOLITO - 29.07.2018, 17:41
Re: Help pls - by Florin48 - 29.07.2018, 17:45

Forum Jump:


Users browsing this thread: 1 Guest(s)