What's the Save And Load Position Code? For CoD4.
Posted: October 30th, 2010, 2:45 pm
What's the Save And Load Position Code? For CoD4.
CoDJumper.com - For all your CoDJumping needs!
https://www.codjumper.com/forums/
Code: Select all
if ( self UseButtonPressed() )
old_origin = self.origin;
if ( self MeleeButtonPressed() )
self SetOrigin( old_origin );
Save/Load code was created by Zeke (xXezekielXx) while he was doing a "screenshot" project. The basic code can be ripped from the CoD1 or 2 mods "_jumper_mod.gsc" (or something of similar name).Moustache wrote:Drofder created the script. He will tell it if he wants