911 message
#1

Hi SAMP'ers.

I was editing my 911 system, when I noticed this bug; when you are calling 911, it should give the name and location, but somehow it only gives the location when someone calls 911.

Screen:


Script lines:
pawn Код:
format(string, sizeof(string), "________911 Call________", GetPlayerNameEx(playerid), text);
            format(string, sizeof(string), "Name: %s", GetPlayerNameEx(playerid));
            format(string, sizeof(string), "Incident and Location: %s", text);
            SendEMTMessage(COLOR_SPRINGGREEN, string);
I would like to have it:
_____911 Call________
Name: (name)
Incident and Location: (location)

As you can see, now it only shows the Incident and Location, not the name.

Michael.
Reply


Messages In This Thread
911 message - by Landon - 29.04.2010, 11:57
Re: 911 message - by westre - 29.04.2010, 12:00
Re: 911 message - by Landon - 29.04.2010, 12:14
Re: 911 message - by Landon - 29.04.2010, 15:03
Re: 911 message - by Lajko1 - 29.04.2010, 16:01
Re: 911 message - by Landon - 29.04.2010, 16:30
Re: 911 message - by Landon - 30.04.2010, 13:05

Forum Jump:


Users browsing this thread: 1 Guest(s)