22.06.2014, 05:16
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
Image :

Credits :
Download :

Thanks guys i hoped you like it
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];

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
------------------------------------------------------------------------------*/
//=============================================================================//

Thanks guys i hoped you like it
