Gang kills - 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: Gang kills (
/showthread.php?tid=134171)
Gang kills -
bartje01 - 15.03.2010
Hey guys. I'm using a rank system for gangs but I don't know that when you kill someone your gangs get +1 kill.
Look
Код:
{
if(GetPlayerRank(playerid) == 1)
PlayerInfo[killerid][Gangkills]++;
}
But now the killerid must do like GetPlayerRank.
Someone know how to make this?
If you need more information please ask
Re: Gang kills -
Nexotronix - 21.11.2010
You mean kill someone from your gang or from enemy gang?
Re: Gang kills -
Grim_ - 21.11.2010
I have no idea of what you are asking. Try to explain a little bit more in-depth and with some more code examples.