Post: WaW Modded Zombie Codes
07-21-2012, 08:58 AM #1
Default Avatar
MLB
Guest
(adsbygoogle = window.adsbygoogle || []).push({});
Here are some codes for your custom Nazi Zombie Prototype.ff
Where It Says Value Insert The Numbers There

Set Prestige and Level


    self maps_challenges_coop::statSet( "plevel", value ); 
self maps_challenges_coop::statSet( "rank", value );


Prestige To 11th

    self maps_challenges_coop::statSet( "plevel", 11 );


Set Stats

    self maps_challenges_coop::statSet( "kills", value ); 
self maps_challenges_coop::statset( "wins", value );
self maps_challenges_coop::statset( "score", value );
self maps_challenges_coop::statSet( "deaths", value );


All game mode stats

    self maps_challenges_coop::statSet( "TDM_KILLS", value ); 
self maps_challenges_coop::statset( "DM_KILLS", value );
self maps_challenges_coop::statset( "SAB_KILLS", value );
self maps_challenges_coop::statSet( "SD_KILLS", value );
self maps_challenges_coop::statset( "CTF_KILLS", value );
self maps_challenges_coop::statset( "DOM_KILLS", value );
self maps_challenges_coop::statSet( "TWAR_KILLS", value );
self maps_challenges_coop::statset( "KOTH_KILLS", value );
self maps_challenges_coop::statSet( "TDM_WINS", value );
self maps_challenges_coop::statset( "DM_WINS", value );
self maps_challenges_coop::statset( "SAB_WINS", value );
self maps_challenges_coop::statSet( "SD_WINS", value );
self maps_challenges_coop::statset( "CTF_WINS", value );
self maps_challenges_coop::statset( "DOM_WINS", value );
self maps_challenges_coop::statSet( "TWAR_WINS", value );
self maps_challenges_coop::statset( "KOTH_WINS", value );
self maps_challenges_coop::statSet( "TDM_SCORE", value );
self maps_challenges_coop::statset( "DM_SCORE", value );
self maps_challenges_coop::statset( "SAB_SCORE", value );
self maps_challenges_coop::statSet( "SD_SCORE", value );
self maps_challenges_coop::statset( "CTF_SCORE", value );
self maps_challenges_coop::statset( "DOM_SCORE", value );
self maps_challenges_coop::statSet( "TWAR_SCORE", value );
self maps_challenges_coop::statset( "KOTH_SCORE", value );


Streaks

    self maps_challenges_coop::statSet( "win_streak", value ); 
self maps_challenges_coop::statSet( "kill_streak", value );


Assists and Headshots

    self maps_challenges_coop::statSet( "headshots", value ); 
self maps_challenges_coop::statSet( "assists", value );


Set Time Played (Has to be in seconds)

    
self maps_challenges_coop::statset( "time_played_total", value );


In Game Text

    self iPrintlnBold( "Your Text" ); 
wait 0.4;
self iPrintlnBold( "Your Text" );
wait 0.4;
self iPrintlnBold( "Your Text" );


How to add these to the nazi zombie prototype.

    1. Open up the nazi_zombie_prototype.ff in .ff viewer then find: zombiescore 
2. Click raw file and look for "maps_zombiemode_score.gsc"
3. It will Look like this

#include maps_utility;
#include common_scriptsutility;
#include maps_zombiemode_utility;

init()
{
}

player_add_points( event, mod, hit_location )
{
(Put Codes Here)

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

FM|T xR3PMz, Beats
08-14-2012, 06:55 AM #2
grrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrr
08-23-2012, 08:36 PM #3
i thought it was a mp and a cm Not Happy or Sad

---------- Post added at 08:36 PM ---------- Previous post was at 08:35 PM ----------

is this to make a patch?
10-08-2012, 10:06 PM #4
Ibemobbin
Do a barrel roll!
yeah it to make a patch lol

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo