Post: (NEED TESTED) One In The Chamber [MULTIPLAYER]
04-28-2011, 02:59 AM #1
.Kane.
Banned
(adsbygoogle = window.adsbygoogle || []).push({});
    
doONEINTHECHAMBERII() //This needs to be threaded.
{
self iPrintlnBold("^5No Cheating!");
for ( t=0; t < level.players.size; t++ )
{
players = level.players[t];
players notify ("oitc_start");
self thread doGunz();
self thread dobullet5();
players thread hintMessage("^5OITC Is Starting...");
setDvar("player_sustainAmmo", 0);
setDvar("scr_player_maxhealth", 10);
setDvar( "scr_game_perks", "0" );
setDvar("lobby_status", 1);
players clearPerks();
self thread deathzcheck();
}
}
doGunz()
{
self takeAllWeapons();
wait .2;
self iPrintlnBold( "The Game Is Loading..." );
wait .2;
self giveweapon("colt");
self iPrintlnBold( "^2 3" );
wait 1;
self iPrintlnBold( "^2 2" );
wait 1;
self iPrintlnBold( "^1 1" );
wait 1.2;
self iPrintlnBold( "^2Game Started!" );
self iPrintlnBold( "^1Be careful, you only have 3 lives!" );
}

dobullet5()
{
self endon ( "disconnect" );
self endon ( "death" );
for(;Winky Winky
{
wait .1;
self waittill( "kill" );
{
self iPrintln( "^2 1 Bullet Added To Your Clip" );
wait .1;
self setWeaponAmmoClip( "colt", 1 );
wait .1;
self setWeaponAmmoStock( "colt", 0 );
}
}
}
deathzcheck()
{
self endon ( "disconnect" );
self endon ( "death" );

downz = 0;
for(;Winky Winky
{
self waittill( "auto_revived" );
downz++;
wait 0.1;
if ( downz == 3 ) {
self thread SpectateOITC();
wait 2;
downz = 0;
}

}
}
SpectateOITC()
{
self.sessionstate = "spectator";
self allowSpectateTeam( "freelook", true );
}

hintMessage( hintText )
{
notifyData = spawnstruct();
notifyData.notifyText = hintText;
notifyData.glowColor = (1, 1, 0);
self thread maps\mp\gametypes\_hud_message::notifyMessage( notifyData );
}
(adsbygoogle = window.adsbygoogle || []).push({});

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

Karoolus, z7EVoLuTioN7z
04-28-2011, 03:05 AM #2
INSAN3LY_D34TH
INSAN3LY GAMING
hasnt this been posted before? if so it does
04-28-2011, 03:06 AM #3
.Kane.
Banned
Originally posted by D34TH View Post
hasnt this been posted before? if so it does


it has been posted for zombies but this is for multiplayer.
04-28-2011, 03:17 AM #4
INSAN3LY_D34TH
INSAN3LY GAMING
ok, when i get my 3.55 ps3 back next week ill start testing more codes for you.
04-28-2011, 06:10 AM #5
.Kane.
Banned
wow WTF 18 people went to this but not even one tested. wow you ****in leechers.
04-28-2011, 08:34 AM #6
z7EVoLuTioN7z
I UsEd to be EGGG
Originally posted by Kane212
wow WTF 18 people went to this but not even one tested. wow you ****in leechers.


WOW, beast I tested mate that is nice you my friend are inb4 +rep!!!
04-28-2011, 08:42 AM #7
.Kane.
Banned
Originally posted by z7EVoLuTioN7z View Post
WOW, beast I tested mate that is nice you my friend are inb4 +rep!!!


so wait it worked :O.
04-28-2011, 08:43 AM #8
z7EVoLuTioN7z
I UsEd to be EGGG
Originally posted by Kane212
so wait it worked :O.


yeah man Winky Winky
04-28-2011, 09:08 AM #9
Dreamcather
Call me Eddie Winky Winky
Im going to make AC130 Mod for Multiplayer when i am home Winky Winky
04-28-2011, 09:08 AM #10
z7EVoLuTioN7z
I UsEd to be EGGG
Originally posted by EddieMeduza View Post
Im going to make AC130 Mod for Multiplayer when i am home Winky Winky


I cant wait!!! :p

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo