Kill 10 Players And Get 50000 As Reward

Started by W3aPoN^, Jul 20, 2016, 04:31 PM

Previous topic - Next topic

W3aPoN^

Hello Guys Today I Want This Type Of Script If A Player Kills 10 Players in a ROW then a message Will Show About Him Like Spree System Example: Raza Kill 10 Players In A ROW And Get A 50000 As Reward Can You Please Give Me This Script But Dont Give Me Spree System Because I Dont Want Spree System I Only Want A Script For This THANKS IN ADVANCE WAITING FOR YOUR Reply

Stormeus

It's not difficult to take an existing spree system and modify it to give cash on 10 kills on top of printing a message. This forum doesn't exist to fulfill the personal scripting requests of every single server owner. At least put in your own genuine effort first and come back if you get errors.

W3aPoN^

I Dont Know How To Use Spree System Can I Use It In 0.4 Server If Yes Then How I Can Please Upload A Picture Tutorial Thanks

MEGAMIND

i already have a spree system made by our tdc system developers owners on killing an event starts and after a limite of killing players an award system sends an award bonus cash with achievments to the winning playr..........its easy raza go ahead and search the snippets

W3aPoN^


Thijn

Why wouldn't they?
If you find an old 0.3 snippet, just try it out and fix any bugs that come up.

Finch Real

#6
Here is the Example
Add this on playerkill
function onPlayerKill( killer, player, reason, bodypart )
{
killer.Score++;
player.Score = 0;
if ( killer.Score == 10 )
{
PrivMessage( killer, "wow 10 kills" );
Message( " " + killer.Name + " is on a killing spree of 10 kills in a row" );
killer.Cash += 25000;
}
}
My Snipet Showroom

http://pastebin.com/5KKuU5cg

MEGAMIND

Quote from: Thijn on Jul 21, 2016, 05:45 AMWhy wouldn't they?
If you find an old 0.3 snippet, just try it out and fix any bugs that come up.
Quote from: Finch Real on Jul 21, 2016, 07:53 AMHere is the Example
Add this on playerkill
function onPlayerKill( killer, player, reason, bodypart )
{
killer.Score++;
player.Score = 0;
if ( killer.Score == 10 )
{
PrivMessage( killer, "wow 10 kills" );
Message( " " + killer.Name + " is on a killing spree of 10 kills in a row" );
killer.Cash += 25000;
}
}

like the way u guyzz think

Finch Real

That is just a simple example for those who don't want to add spree system
My Snipet Showroom

http://pastebin.com/5KKuU5cg

MEGAMIND


Finch Real

I am going to create simple spree system for those from mob
My Snipet Showroom

http://pastebin.com/5KKuU5cg

W3aPoN^

#11
This Isn't Works For Me I Added It At OnPlayerKill And Save The File After I Open The Server I Killed 10 Players But I Didn't Gained 25000 And Not See Any Private Message Please Correct Your PROBLEM Thanks

KAKAN

oh no