Warnings
#3

IsAtTurnInPoint(playerid)
{
new string[128];

if(IsPlayerConnected(playerid))
{
if(IsPlayerInRangeOfPoint(playerid, 3.0,240.8950,112.7382,1003.218) // Line13353
{//LAPD
if(PlayerInfo[playerid][pWantedLevel] >= 1)
{
format(string, sizeof(string), "%s is a wanted individual, and is surrendering at your station!(LAPD)", GetPlayerNameEx(playerid));
SendRadioMessage(1, DEPTRADIO, string);
}
return 1;
}
else if(IsPlayerInRangeOfPoint(playerid, 4.0, 2531.3040,-1659.8525,562.8000)) Line 13362
{//LASD
if(PlayerInfo[playerid][pWantedLevel] >= 1)
{
format(string, sizeof(string), "%s is a wanted individual, and is surrendering at your station(LASD)!", GetPlayerNameEx(playerid));
SendRadioMessage(7, DEPTRADIO, string);
}
return 1;
}
else if(IsPlayerInRangeOfPoint(playerid, 3.0,234.9487,165.0764,1003.0300)) Line 13371
{//LVMPD
if(PlayerInfo[playerid][pWantedLevel] >= 1)
{
format(string, sizeof(string), "%s is a wanted individual, and is surrendering at your station(LVMPD)!", GetPlayerNameEx(playerid));
SendRadioMessage(19, DEPTRADIO, string);
}
return 1;
}
}
return 0;
}





TRY THIS!
Reply


Messages In This Thread
Warnings - by Drago987 - 31.01.2014, 22:02
Re: Warnings - by Misiur - 31.01.2014, 22:05
Re: Warnings - by Gilbonzo - 31.01.2014, 22:06
Re: Warnings - by Excelize - 31.01.2014, 22:17
Re: Warnings - by Drago987 - 31.01.2014, 22:19

Forum Jump:


Users browsing this thread: 1 Guest(s)