SA-MP Forums Archive
[FilterScript] Venom's MostWanted Killing Spree System [BUG-FIXED] - 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: Filterscripts (https://sampforum.blast.hk/forumdisplay.php?fid=17)
+--- Thread: [FilterScript] Venom's MostWanted Killing Spree System [BUG-FIXED] (/showthread.php?tid=521192)



Venom's MostWanted Killing Spree System [BUG-FIXED] - VenomMancer - 22.06.2014

Intro :

When player kill 1 player, he will get 1 wanted star. Totals 6 kill = 6 star!
And when player got 6 star, on his body will attach 3DTextLabel with text "[Most Wanted]"!

Bug-Fixed :

Old Topic : https://sampforum.blast.hk/showthread.php?tid=517177
pawn Код:
/*----------------------------------------------------------------------------*/
// Variabel
/*----------------------------------------------------------------------------*/
new Text3D:MWTD[MAX_PLAYERS];
Image :



Credits :

pawn Код:
//============================================================================//
/*------------------------------------------------------------------------------
                        :: MostWanted System  ::
                -- VenomMancer A.K.A Angga_Lombongkaehe --

Credits:
+ include <a_samp>      : SA-MP Team
+ include <Streamer>    : Icognito
+ VenomMancer (Me)  : Make this FS

------------------------------------------------------------------------------*/

//=============================================================================//
Download :



Thanks guys i hoped you like it


Re: Venom's MostWanted Killing Spree System [BUG-FIXED] - Brezon - 22.06.2014

Nice


Re: Venom's MostWanted Killing Spree System [BUG-FIXED] - VenomMancer - 22.06.2014

Quote:
Originally Posted by Brezon
Посмотреть сообщение
Nice
Thanks btw


Re: Venom's MostWanted Killing Spree System [BUG-FIXED] - ReD_DeVi - 22.06.2014

Amazing 10/10 i will use it for my server


Re: Venom's MostWanted Killing Spree System [BUG-FIXED] - VenomMancer - 22.06.2014

Quote:
Originally Posted by ReD_DeVi
Посмотреть сообщение
Amazing 10/10 i will use it for my server
Thanks bro
+Rep if you can :P #KIDING


Re: Venom's MostWanted Killing Spree System [BUG-FIXED] - SPA - 22.06.2014

Awesome im going to test , but please fix that under onplayerdeath else server going to crash:
Код:
public OnPlayerDeath(playerid, killerid, reason)
{
	if(killerid != INVALID_PLAYER_ID)
	{
    MostKill[playerid] = 0; // make playerid MostKill count = 0
    MostKill[killerid] ++;  // make killerid MostKill count ++
	MostStar(killerid); // MostStar Callback
    MostStar(playerid); // MostStar Callback
       }
	return 1;
}



Re: Venom's MostWanted Killing Spree System [BUG-FIXED] - VenomMancer - 22.06.2014

Thanks all


Re: Venom's MostWanted Killing Spree System [BUG-FIXED] - VenomMancer - 30.12.2014

up long time


Re: Venom's MostWanted Killing Spree System [BUG-FIXED] - TheSnaKe - 30.12.2014

Simple but Nice


Re: Venom's MostWanted Killing Spree System [BUG-FIXED] - xXxMauroxXx - 30.12.2014

Very nice,good job


Re: Venom's MostWanted Killing Spree System [BUG-FIXED] - XinGeR - 31.12.2014

this is awesome !


Re: Venom's MostWanted Killing Spree System [BUG-FIXED] - VenomMancer - 09.06.2015

Thnaks


Re: Venom's MostWanted Killing Spree System [BUG-FIXED] - SpikY_ - 09.06.2015

are you serious? @xinger post that comment on 31/12/2014 and now you're replying.


Re: Venom's MostWanted Killing Spree System [BUG-FIXED] - VenomMancer - 10.06.2015

I am busy. Sorry :v


Re: Venom's MostWanted Killing Spree System [BUG-FIXED] - Synapse46 - 08.08.2015

Simply amazin.


Re: Venom's MostWanted Killing Spree System [BUG-FIXED] - VenomMancer - 12.03.2016

Quote:
Originally Posted by Synapse46
Посмотреть сообщение
Simply amazin.
thanks bro


Re: Venom's MostWanted Killing Spree System [BUG-FIXED] - markparker12 - 12.03.2016

Good, keep it up!


Re: Venom's MostWanted Killing Spree System [BUG-FIXED] - Ducati - 12.03.2016

Very Good!