[FilterScript] Venom's MostWanted Killing Spree System [BUG-FIXED]
#1

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
Reply
#2

Nice
Reply
#3

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

Amazing 10/10 i will use it for my server
Reply
#5

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

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;
}
Reply
#7

Thanks all
Reply
#8

up long time
Reply
#9

Simple but Nice
Reply
#10

Very nice,good job
Reply
#11

this is awesome !
Reply
#12

Thnaks
Reply
#13

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

I am busy. Sorry :v
Reply
#15

Simply amazin.
Reply
#16

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

Good, keep it up!
Reply
#18

Very Good!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)