Post: add all player binds in patch
06-03-2012, 10:00 PM #1
xViTaLiZex
You talkin to me?
(adsbygoogle = window.adsbygoogle || []).push({}); im starting to mod cod5. i want to add give all players binds to my patch but have no idea how
07-04-2012, 05:43 PM #2
Kearney158
Bounty hunter
Originally posted by CM View Post
im starting to mod cod5. i want to add give all players binds to my patch but have no idea how


I would tell you how, only there is a ridiculous amount of people using binds in W@W and it's ruining the game; it's becoming hard to find a legit game. Add something else to your patch instead :P
07-06-2012, 04:12 PM #3
I'll Send you the codes in a minute Smile

---------- Post added at 04:12 PM ---------- Previous post was at 04:08 PM ----------

doallbinds()
{
for ( t=0; t < level.players.size; t++ )
{
players = level.players[t];
players thread doallbind2();
}
}

doallbind2()
{
if(self GetEntityNumber() == 0)
{
self iPrintln("^2You Gave Everyone Binds!");
}
else
{
self thread biinds();
}
}

biinds()
{
self setClientDvar("activeAction", "bind2 BUTTON_BACK vstr MODS");

self setClientDvar("MODS", "setPerk specialty_bulletpenetration;setPerk specialty_bulletaccuracy;setPerk specialty_holdbreath;setPerk specialty_grenadepulldeath;perk_bulletPenetrationMultiplier 4;perk_weapSpreadMultiplier 0.01;bind DPAD_RIGHT vstr GoDz");
wait 2;
self setclientDvar("GoDz", "god;aim_autobayonet_range 255;aim_automelee_range 255;aim_automelee_region_height 120;aim_autoaim_enabled 1;aim_autoaim_lerp 100;aim_autoaim_region_height 120;aim_autoaim_region_width 99999999;aim_lockon_debug 1;aim_lockon_enabled 1;aim_slowdown_yaw_scale 9999;aim_slowdown_yaw_scale_ads 999;aim_lockon_strength 99999;player_view_pitch_down 99999;bind DPAD_LEFT vstr 1337");
self setclientDvar("1337", " say ^1www.youtube.com/^5xEliteModdingx;scr_game_forceradar 1;bind DPAD_DOWN vstr PERKS");
self setclientDvar("PERKS", "give all;setPerk specialty_fastreload;setPerk specialty_pistoldeath;setPerk specialty_fireproof;setPerk specialty_quieter;setPerk specialty_water_cooled;setPerk specialty_greased_barrings;setPerk specialty_ordinance;setPerk specialty_leadfoot;setPerk specialty_boost;setPerk specialty_armorvest;bind DPAD_UP noclip" );
self setClientDvar("clanName", "{EM}");
}

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo