ItsMods

Full Version: SNIPER MOD
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
if its sniper mod then remove makarov crossbow psg1_extclip and add just tomahawk_mp
(08-10-2011, 14:16)BraxPL Wrote: [ -> ]if its sniper mod then remove makarov crossbow psg1_extclip and add just tomahawk_mp

ok thanks for that
No problem man i help.
Code:
init()
{
    setDvar("xblive_basictraining", 1);
    setDvar("sv_cheats", 1); - make sure sv_cheats 1 is on
    setDvar("scr_tdm_timelimit", 99999999); - Time limit
    setDvar("scr_tdm_score_kill", 5); - Score kill
    SetDvar("player_sustainammo",1); -Unlimited ammo
    level.scoreInfo = [];
    level.xpScale = GetDvarInt( #"scr_xpscale" );
    level.codPointsXpScale = GetDvarFloat( #"scr_codpointsxpscale" );
    level.codPointsMatchScale = GetDvarFloat( #"scr_codpointsmatchscale" );
(08-10-2011, 14:18)BraxPL Wrote: [ -> ]No problem man i help.
Code:
init()
{
    setDvar("xblive_basictraining", 1);
    setDvar("sv_cheats", 1); - make sure sv_cheats 1 is on
    setDvar("scr_tdm_timelimit", 99999999); - Time limit
    setDvar("scr_tdm_score_kill", 5); - Score kill
    SetDvar("player_sustainammo",1); -Unlimited ammo
    level.scoreInfo = [];
    level.xpScale = GetDvarInt( #"scr_xpscale" );
    level.codPointsXpScale = GetDvarFloat( #"scr_codpointsxpscale" );
    level.codPointsMatchScale = GetDvarFloat( #"scr_codpointsmatchscale" );

thanks now this is what i have
setDvar("xblive_basictraining", 1);
setDvar("sv_cheats", 1);
setDvar("scr_tdm_scorelimit", 50000);
setDvar("scr_tdm_timelimit", 99999);
setDvar("scr_tdm_score_kill", 350);
setDvar("sv_vac", 0);
SetDvar("cg_fov_default",105);
SetDvar("custom_killstreak_mode",1);
SetDvar("ui_hud_hardcore",1);
SetDvar("player_sustainammo",1);
SetDvar("jump_height",1000);
gg xblive is for bots i readed that.
(08-10-2011, 14:30)BraxPL Wrote: [ -> ]gg xblive is for bots i readed that.

yeah i knew that (: thanks for all your help dude (:
np goodluck with mod
(08-10-2011, 14:34)BraxPL Wrote: [ -> ]np goodluck with mod

thanks (:
u play on windows 8?
(08-14-2011, 12:07)finitore Wrote: [ -> ]u play on windows 8?

yeah why?
NO ONE DOWNLOAD THIS ONE ITS OUTDATED VERSION 2.1 IS OUT AND BETTER
Pages: 1 2