about wanted - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: about wanted (
/showthread.php?tid=98550)
about wanted -
monster010 - 21.09.2009
So......I want to the factions LCN vs. Ykz , when a LCN / Yakuza kill his rivals to give 1 wanted him only when killing 3 , 3 May when they kill wanted2.
I Asking too much?
Tanks
Can you do a tutorial example
Re: about wanted -
brett7 - 21.09.2009
onplayerdeath(playerid, killerid, weapon)
{
if(gTeam[killerid] != gTeam[playerid])
SetPlayerWantedLevel(killerid, GetPlayerWantedLevel(playerid)+1);
);
return 0 ;
}
Re: about wanted -
Correlli - 21.09.2009
I think you have a GF gamemode, right? Well, post in the GF topic.