/changes command
#2

pawn Код:
if(strcmp(cmd, "/changes", true) == 0)
    {
        if(IsPlayerConnected(playerid))
        if(IsPlayerInRangeOfPoint(playerid, 3.0, 1953.1575,-1764.6626,13.5469))
        {
            new string[952];
            strcat(string, "{COLOR_YELLOW}- New Mappings By Ryan_Clarke\n");
            strcat(string, "{COLOR_YELLOW}- All Houses Have Been Edited\n");
            strcat(string, "{COLOR_YELLOW}- All Houses Have An Andress Now\n");
            ShowPlayerDialog(playerid, 1, DIALOG_STYLE_MSGBOX, "{COLOR_YELLOW}|=====|Current Script Version 0.1=====|", string, "Close", "");
        }
        return 1;
    }
Try This?
Reply


Messages In This Thread
/changes command - by Godzilla8957 - 02.03.2013, 16:01
Re: /changes command - by StuartD - 02.03.2013, 16:11
Re: /changes command - by DaRk_RaiN - 02.03.2013, 16:13

Forum Jump:


Users browsing this thread: 1 Guest(s)