02.03.2013, 16:01
can someone help me make this command into a dialog please.. I can't figure it out
PHP код:
if(strcmp(cmd, "/changes", true) == 0) // By Godzilla8957
{
if(IsPlayerConnected(playerid))
if(IsPlayerInRangeOfPoint(playerid, 3.0, 1953.1575,-1764.6626,13.5469))
{
SendClientMessage(playerid, COLOR_YELLOW, "=====|Current Script Version 0.1=====|");
SendClientMessage(playerid, COLOR_YELLOW, "- New Mappings By Ryan_Clarke");
SendClientMessage(playerid, COLOR_YELLOW, "- All Houses Have Been Edited");
SendClientMessage(playerid, COLOR_YELLOW, "- All Houses Have An Andress Now");
SendClientMessage(playerid, COLOR_YELLOW, "|====================================|");
}
return 1;
}