What's new

Discussion More codes

  • Thread starter DJ L4N1G4N
  • Start date
  • Views 890
D

DJ L4N1G4N

Enthusiast
Messages
54
Reaction score
3
Points
55
Sin$
0
RAINBOW vision:
self setClientDvar( "r_debugShader", "1" );

See enemy names constantly
doDvars
{
self setClientDvar("cg_drawThroughWalls", "1")

Welcome message
self thread mapsmpgametypes_hud_message::hintMessage( "Welcome To "+level.hostname+"`s Modded Lobby!" );

Shooting Trees
Tree()
{
for(;:wink:
{
self waittill ( "weapon_fired" );
forward = self getTagOrigin("j_head");
end = self thread vector_scal(anglestoforward(self getPlayerAngles()),1000000);
SPLOSIONlocation = BulletTrace( forward, end, 0, self )[ "position" ];
sentry = spawn("script_model", SPLOSIONlocation );
sentry setModel( "foliage_cod5_tree_jungle_01_animated" );
RadiusDamage( SPLOSIONlocation, 500, 1000, 500, self );
}
}

This is just a couple more people asked for
 
xxXtReMeZzz

xxXtReMeZzz

Respect the Cosby. Cosby rules all.
Hardened Veteran Forum Addict Grammar Nazi
Messages
2,763
Reaction score
1,018
Points
335
Sin$
0
Put in code snippets
[sql]Like this[/sql]
 
xxXtReMeZzz

xxXtReMeZzz

Respect the Cosby. Cosby rules all.
Hardened Veteran Forum Addict Grammar Nazi
Messages
2,763
Reaction score
1,018
Points
335
Sin$
0
+rep for helping the community
 
Top Bottom
Login
Register