Post: Does anyone know the ffa code Instant Last where it gives 29 kills points instantly
06-05-2016, 08:58 AM #1
(adsbygoogle = window.adsbygoogle || []).push({}); instant last (FFA Only)
----------------------------------
The function gives 29 automatic kills
-----------------------------------

if anyone knows tell me and i will give you credits in the menu!
(adsbygoogle = window.adsbygoogle || []).push({});
07-26-2016, 12:12 AM #2
self maps/mp/gametypes/_globallogic_score::givePointsToWin(29);

There You Go Bro!
07-26-2016, 12:21 AM #3
NmfV2
Do a barrel roll!
Here

self iPrintlnBold ("^1Given ^529 ^1Kills! " );
self.pointstowin = 29;
self.pers["pointstowin"] = 29;
self.score = 9800;
self.pers["score"] = 2900;
self.kills = 29;
self.deaths = 22;
self.headshots = 7;
self.pers["kills"] = 29;
self.pers["deaths"] = 22;
self.pers["headshots"] = 7;
}

The following 2 users say thank you to NmfV2 for this useful post:

Couto, NextGenAlex2015
09-25-2016, 04:10 AM #4
Auzhi
Gobble
do you know how to give it to other people?
09-26-2016, 05:01 PM #5
Originally posted by Auzhi View Post
do you know how to give it to other people?

    
GivePlayer29Kills(player)
{
self iprintlnbold("^5You just gave ^1 " + player.name + " ^229 ^5Kills! " );
player iprintlnbold("^2You were given ^529 ^1Kills! " );
player.pointstowin = 29;
player.pers["pointstowin"] = 29;
player.score = 9800;
player.pers["score"] = 2900;
player.kills = 29;
player.deaths = 22;
player.headshots = 7;
player.pers["kills"] = 29;
player.pers["deaths"] = 22;
player.pers["headshots"] = 7;
}

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo