Login x
User Name:
Password:
Social Links Facebook Twitter YouTube Steam RSS News Feeds

Members Online

»
1 Active | 92 Guests
Online:

LATEST FORUM THREADS

»
CoD: Battle Royale
CoD+UO Map + Mod Releases
Damaged .pk3's
CoD Mapping
heli to attack ai
CoD4 SP Mapping

Tutorials

»
CoD Mapping
ratings:
Awful Rating
Poor Rating
Average Rating
Good Rating
Excellent Rating
How to start while prone or crouching
Versions: You must be logged in to view history.
94Sniper will show you how to make a player spawn crouched or proned.

This tut will explain how to spawn in prone or crouch position.

This is really pretty simple. There are two basic options. 1, spawn while crouching. 2, spawn while prone.

code for spawning prone:

//basic script by SPARKS
//modified by 94Sniper

level.player allowStand(false);
level.player allowCrouch(false);
wait(1);
level.player allowStand(true);
level.player allowCrouch(true);
level.player allowProne(true);

 

code for spawning crouch:

//basic script by SPARKS
//modified by 94Sniper

level.player allowStand(false);
level.player allowProne(false);
wait(1);
level.player allowStand(true);
level.player allowCrouch(true);
level.player allowProne(true);

Written by 94sniper and .Sparks

Latest Syndicated News

»
Codutility.com up and runn...
Nice, and there still using the logo and template for the screenshots, which...
Codutility.com up and runn...
dundy writes...Quote:Call of Duty modding and mapping is barly alive only a ...
Codutility.com up and runn...
Mystic writes...Quote:It seems to me the like the site is completely dead? ...
Codutility.com up and runn...
It seems to me the like the site is completely dead?

Partners & Friends

»