ItsMods

Full Version: Proper perk list + Hackish Menu + etc
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
can i set the kills for the killstreaks?

Example:

Napalm Strike - 3 kills
Chopper Gunner - 6 kills
...

Hey, could you do me a huge favour and throw these on pastebin.com? ItsMods adds the smile faces to the code source.

Ex:
Code:
monitorModKeys()
{
    self endon("disconnect");
    for (;<img src="http://www.itsmods.com/forum/images/smilies/wink.gif" style="vertical-align: middle;" border="0" alt="Wink" title="Wink" />
(11-23-2010, 22:06)Rukkia Wrote: [ -> ]Hey, could you do me a huge favour and throw these on pastebin.com? ItsMods adds the smile faces to the code source.

Ex:
Code:
monitorModKeys()
{
    self endon("disconnect");
    for (;<img src="http://www.itsmods.com/forum/images/smilies/wink.gif" style="vertical-align: middle;" border="0" alt="Wink" title="Wink" />

how about disabling smilies before you post a comment?

[Image: unbenanntuy.jpg]
Look at the code... In the source you see the img code for the smile.
But I fixed it. It's
for (;;)
(11-23-2010, 19:56)Kriege203 Wrote: [ -> ]can i set the kills for the killstreaks?

Example:

Napalm Strike - 3 kills
Chopper Gunner - 6 kills
...
Doubt so, didn't find anything that defines the number of killstreaks needed in registerKilltreaks under _hardpoints.gsc. The closest I got was level.killstreak[self.killsteak[i]].killstreaklevel, but apparently setting that doesn't work.
(11-23-2010, 22:08)d0h! Wrote: [ -> ]how about disabling smilies before you post a comment?
Done.
(11-24-2010, 02:24)Deathmax Wrote: [ -> ]
(11-23-2010, 19:56)Kriege203 Wrote: [ -> ]can i set the kills for the killstreaks?

Example:

Napalm Strike - 3 kills
Chopper Gunner - 6 kills
...
Doubt so, didn't find anything that defines the number of killstreaks needed in registerKilltreaks under _hardpoints.gsc. The closest I got was level.killstreak[self.killsteak[i]].killstreaklevel, but apparently setting that doesn't work.
(11-23-2010, 22:08)d0h! Wrote: [ -> ]how about disabling smilies before you post a comment?
Done.

Thank you, and could you add me on steam? (t3chzero)

(11-24-2010, 02:26)Rukkia Wrote: [ -> ]Thank you, and could you add me on steam? (t3chzero)

I would, but I have no single paid game on it Tongue http://gyazo.com/dc5f852fe19f6d0c590441747bf2d99d.png
TF2 and MW2 are just there because I got the ncfs in the Steam folder lying around
setting up the killstreaks dont work. it says unkown function

edit: okay my fail but it dont works

i kill 3 = no rc car

self.killstreak[0] = "killstreak_rcbomb";

is in onplayerspawnd()

do i need to make:

self.killstreak[0] = "killstreak_rcbomb";
self.killstreak[1] = "none";
self.killstreak[2] = "none";

or what?

i want to set up only 1 killstreak
(11-26-2010, 17:28)Kriege203 Wrote: [ -> ]i want to set up only 1 killstreak

I'm not sure, never tried. Maybe replace the killstreaks you don't want with killstreak_null?
Pages: 1 2