29.04.2010, 11:57
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:
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.
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);
_____911 Call________
Name: (name)
Incident and Location: (location)
As you can see, now it only shows the Incident and Location, not the name.
Michael.