ItsMods

Full Version: [Solved]give killstreaks
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
does anybody knows how can give a killstreak?

(something like self givePerk("killstreaks_mp"); ))

and could also you give a list of all the killstreaks?

thanks Big Grin
for example:
Code:
self maps\mp\gametypes\_hardpoints::giveKillstreak("dogs_mp", "dogs_mp", true, false);
(09-13-2011, 19:43)Tomsen1410 Wrote: [ -> ]for example:
Code:
self maps\mp\gametypes\_hardpoints::giveKillstreak("dogs_mp", "dogs_mp", true, false);

thanks, and i also found a list of killstreaks near that thread Big Grin
Hello everyone,
where this line of.. "self maps\mp\gametypes\_hardpoints::giveKillstreak("dogs_mp", "dogs_mp", true, false);"..should be placed in!?!?

many thanks

Noobie Big Grin
(09-17-2011, 08:07)Alpha_One Wrote: [ -> ]Hello everyone,
where this line of.. "self maps\mp\gametypes\_hardpoints::giveKillstreak("dogs_mp", "dogs_mp", true, false);"..should be placed in!?!?

many thanks

Noobie Big Grin

in the onplayerspawned thread or any thread related to it.