Please help.
#1

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:
-----------------------------------
Reply


Messages In This Thread
Please help. - by ChunkyGaming26 - 12.01.2016, 22:00
Re: Please help. - by lucamsx - 12.01.2016, 23:12
Re: Please help. - by -CaRRoT - 13.01.2016, 01:36
Re: Please help. - by saffierr - 13.01.2016, 09:04

Forum Jump:


Users browsing this thread: 1 Guest(s)