Police knows the robbing place
#4

Код:
for (i = 0; i < MAX_PLAYERS_CURRENT+1; i++)
                {
                        if(PlayerInfo[i][pMember] == FACT_LSPD)
                        {
                            format(string, sizeof(string), "Position de la boutique qui se fait braquer : %f, %f, %f.", PlayerInfo[playerid][pOldX], PlayerInfo[playerid][pOldY], PlayerInfo[playerid][pOldZ]);
                            fact_sendMsg(FACT_LSPD, string, COLOR_ALERT);
                            SetPlayerCheckpoint(i, PlayerInfo[playerid][pOldX], PlayerInfo[playerid][pOldY], PlayerInfo[playerid][pOldZ]-10, 1);
                            gps_currentDest[i] = 5;
                            SendClientMessage(i, COLOR_ALERT, "[Alerte] Une boutique se fait braquer");
                        }
                }
And also check if the LSPD Member has his /radio on and is on /duty.

I'm not sure if the fix I did will work but try.
Reply


Messages In This Thread
Police knows the robbing place - by LilBob - 05.10.2013, 12:26
Re : Police knows the robbing place - by LilBob - 05.10.2013, 15:26
Re : Police knows the robbing place - by LilBob - 06.10.2013, 10:20
Re: Police knows the robbing place - by NeTSk8 - 06.10.2013, 10:40
Re : Police knows the robbing place - by LilBob - 06.10.2013, 10:45
Re: Police knows the robbing place - by NeTSk8 - 07.10.2013, 17:17

Forum Jump:


Users browsing this thread: 1 Guest(s)