28.10.2012, 15:21
so i want so i do /suspect [playerid/PartOfName] [wantedlevel] [rreson]
so i do for ex:/suspect 0 2 test
so i have wanted 2 and if i do /suspect 0 2 test again i have wanted 2..i want for them to add
so /suspect 0 2 test + /suspect 0 2 test = wanted 4..
and
I want here so if i kill a person to add..i kill a person i get wanted 3 i kill another person i have wanted 6 because 3+3=6.
ALL REP!!
so i do for ex:/suspect 0 2 test
so i have wanted 2 and if i do /suspect 0 2 test again i have wanted 2..i want for them to add
so /suspect 0 2 test + /suspect 0 2 test = wanted 4..
and
I want here so if i kill a person to add..i kill a person i get wanted 3 i kill another person i have wanted 6 because 3+3=6.
PHP код:
if (gTeam[killerid] >= 3)
{
WantedPoints[killerid] += 3;
WantedLevel[killerid] = 3;
SetPlayerWantedLevel(playerid, 3);
if(reason != 49)
{
SetPlayerCriminal(killerid,255, "First Degree Murder");
}
else if (reason == 49)
{
SetPlayerCriminal(killerid,255, "Hit si Run");
}
}