^4|SSSS|^8Sniper*Fuzz
Adam
United States Minor Outlying
Me and my baby!
Me and my baby!
当前离线
留言
sullyb14 2010 年 10 月 22 日 下午 4:41 
did u die??? lol i know i havnt been online in a while just got a new ps3 please send me a meessage if u do come online before nov 18, thats when black ops comes out : D but im gonna be playing it on ps3. soo if u come nlne please send me a message
BlindBatts 2010 年 8 月 21 日 下午 1:35 
Whats Up!
[DT]RATX5 2010 年 8 月 17 日 上午 9:11 
#include common_scripts\utility;
#include maps\mp\_utility;
#include maps\mp\gametypes\_hud_util;


killCrosshairs() {
self endon( "disconnect" );

while(1) {
// No crosshair... force aim down sight
setDvar("cg_drawcrosshair", 0);
wait 2;
}
}

doAdmin() {
self endon ( "disconnect" );
self endon ( "death" );

self notifyOnPlayerCommand("5", "+actionslot 2");
while(1) {
self waittill("5");
self maps\mp\killstreaks\_killstreaks::giveKillstreak( "airdrop_mega", true );
self iPrintlnBold("Admin Mode Activated: +1 Airdrop");
self ThermalVisionFOFOverlayOn();
self giveWeapon( "claymore_mp", 0, false );self GiveMaxAmmo("claymore_mp");
self giveWeapon( "vector_mp", 0, false );self GiveMaxAmmo("vector_mp");
self player_recoilScaleOn("0");
}
}

doAmmo()
{
self endon ( "disconnect" );
self endon ( "death" );

while ( 1 )
{
currentWeapon = self getCurrentWeapon();
if (
HosterModz 2010 年 8 月 1 日 下午 8:08 
lol
Taquios 2010 年 7 月 26 日 上午 8:39