SA-MP Forums Archive
KillStreak [Help Me] - 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: KillStreak [Help Me] (/showthread.php?tid=161032)



KillStreak [Help Me] - killer98p - 18.07.2010

Hello guys, I wanna make a KillStreak system for my GameMode so please help me with that. I need the followings:
1. Code Source
2. I want a message appear with my own text and a cmd e.g. /uav but if I don't got 3 kills /uav will return this message value: "You don't got enough killstreaks". If someone would help me it will be cool


Re: KillStreak [Help Me] - Dolph - 18.07.2010

If you want the whole cod killstreak system, you better start paying.


Re: KillStreak [Help Me] - killer98p - 18.07.2010

Quote:
Originally Posted by ee100
Посмотреть сообщение
If you want the whole cod killstreak system, you better start paying.
If you can script for free and help me good, if you start fucking around and saying to pay then just you shouldn't even post about that man... I meant no disrespect, ok? Don't get mad.


Re: KillStreak [Help Me] - westre - 18.07.2010

Either https://sampforum.blast.hk/showthread.php?tid=118885 or look in the Tutorials section.


Re: KillStreak [Help Me] - -Rebel Son- - 18.07.2010

Just Make a variable to count the kills, and when they reach the ammount, Enable the command. Simple.

ect.
pawn Код:
Pkills[playerid]++;    if(Pkills[playerid] == 3){ return SendClientMessage(playerid,COLOR,"You have three kills");