12.01.2016, 22:00
I want to change the layout on my Crime Reports, when someone calls 911 it Auto makes a Message to the LSPD/FBI
can someone help me change it so it looks better
Old Scripting!
}
SendCrimeMessage(target, playerid, crime[]) {
new msg[128];
format(msg, sizeof(msg), "HQ: All Units APB: Reporter: %s",GetPlayerNameEx(playerid, ENameType_RPName_NoMask));
SendCopMessage(TEAM_BLUE_COLOR, msg);
format(msg, sizeof(msg), "HQ: Crime: %s, Suspect: %s",crime,GetPlayerNameEx(target, ENameType_RPName_NoMask));
SendCopMessage(TEAM_BLUE_COLOR, msg);
return 1;
}
How i want the new One.
|____Emergency 911 Call____|
Reporter:
Phone Number:
Location:
CRIME:
-----------------------------------
can someone help me change it so it looks better
Old Scripting!
}
SendCrimeMessage(target, playerid, crime[]) {
new msg[128];
format(msg, sizeof(msg), "HQ: All Units APB: Reporter: %s",GetPlayerNameEx(playerid, ENameType_RPName_NoMask));
SendCopMessage(TEAM_BLUE_COLOR, msg);
format(msg, sizeof(msg), "HQ: Crime: %s, Suspect: %s",crime,GetPlayerNameEx(target, ENameType_RPName_NoMask));
SendCopMessage(TEAM_BLUE_COLOR, msg);
return 1;
}
How i want the new One.
|____Emergency 911 Call____|
Reporter:
Phone Number:
Location:
CRIME:
-----------------------------------