03.07.2016, 10:05
Код:
function SendHouseCrimeReport(hid, Float:x, Float:y, Float:z, area[]) { new string[128]; if(x > 46.7115 && y > -2755.979 && x < 2931.147 && y < -548.8602) { SendFactionMessage(1, COLOR_BLUE, "HQ: All units - HQ: House Burglary."); format(string, sizeof(string), "Located at: %s", area); SendFactionMessage(1, COLOR_BLUE, string); printf("SendHouseCrimeReport Called! %d %f %f %f %s", hid, x, y, z, area); } return 1; }