WantedPoints problem
#1

I have this script that should give the player wanted level 10 but it only gives wanted level 5 and i don't understand why.

pawn Код:
else if(Robbing[playerid] == 2)
    {
        SendClientMessage(playerid, -1, "{FFFFFF}Ai luat sacul cu bani, mergi spre urmatorul {F81414}checkpoint {FFFFFF}pentru a iesi din seif!");
        SetPlayerAttachedObject(playerid, 2, 1550, 1, -0.004022, -0.191353, -0.034982, 158.161407, 87.838058, 0.000000, 1.000000, 1.000000, 1.000000 );
        SetPlayerCheckpoint(playerid, 2143.8748,1627.8584,993.5761, 1.0);
        WantedPoints[playerid] += 10;
        SetPlayerCriminal(playerid,255, "Jefuirea bancii");
        SendClientMessage(playerid, -1, "{FF0000}Ai primit + 10 Wanted Level.");
        Robbing[playerid] = 3;
    }
Reply


Messages In This Thread
WantedPoints problem - by trulis - 18.10.2013, 13:00
Re: WantedPoints problem - by Threshold - 18.10.2013, 13:19
Re: WantedPoints problem - by trulis - 18.10.2013, 13:21

Forum Jump:


Users browsing this thread: 2 Guest(s)