02.03.2013, 16:11
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;
}