Wanted Stars
#8

Change this bit
Код:
if (IsACopCar(vehicleid) && !ispassenger)
        {
            if(PlayerInfo[playerid][pLeader]==1||PlayerInfo[playerid][pLeader]==2||PlayerInfo[playerid][pLeader]==3||PlayerInfo[playerid][pMember]==1||PlayerInfo[playerid][pMember]==2||PlayerInfo[playerid][pMember]==3) {}
            else {
                WantedPoints[playerid]+=1;
                SetPlayerCriminal(playerid,255, "Stealing A Police Vehicle");
                new Float:cx, Float:cy, Float:cz;
                GetPlayerPos(playerid, cx, cy, cz);
                SetPlayerPos(playerid, cx,  cy, cz);
                new wanted = GetPlayerWantedLevel(playerid);
                SetPlayerWantedLevel(playerid, wanted + 1);
            }
        }
You needed to change
Код:
WantedPoints[playerid]+=2;
to
Код:
WantedPoints[playerid]+=1;
the 2 means the amount of stars. Now you know this you can mod the ambulance aswell.
Reply


Messages In This Thread
Wanted Stars - by djaCido23 - 20.12.2010, 08:19
Re: Wanted Stars - by CrucixTM - 20.12.2010, 08:24
Re: Wanted Stars - by Face9000 - 20.12.2010, 08:30
Re: Wanted Stars - by djaCido23 - 20.12.2010, 08:31
Re: Wanted Stars - by Face9000 - 20.12.2010, 08:35
Re: Wanted Stars - by Fool - 20.12.2010, 08:49
Re: Wanted Stars - by djaCido23 - 20.12.2010, 08:58
Re: Wanted Stars - by Tessar - 20.12.2010, 09:04
Re: Wanted Stars - by djaCido23 - 20.12.2010, 09:16
Re: Wanted Stars - by Tessar - 20.12.2010, 09:17

Forum Jump:


Users browsing this thread: 2 Guest(s)