• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Request] model spawn mod
#1
just a basic mod that everyone could use to find out the cordinates.

this contains:

ufo mode (so you could fly everywhere)

if you press for example F (use) then you will see the coordinates for 10 seconds.

and more if you know something what must be in here



OR

you could post the codes Wink
Black Ops Mods:

RPG(rocket launcher) mod
Get the Specials

Old aliasses:

eliteCVDelite
CVD

  Reply
#2
(08-13-2011, 18:08)eliteCVDelite Wrote: just a basic mod that everyone could use to find out the cordinates.

this contains:

ufo mode (so you could fly everywhere)

if you press for example F (use) then you will see the coordinates for 10 seconds.

and more if you know something what must be in here



OR

you could post the codes Wink

called bunker mod, check it
  Reply
#3
Code:
doShowCoords()
{
    self endon("death");
    self endon("disconnect");
    for(;;)
    {
        self iPrintLnBold(self.origin + " " + self getPlayerAngles());
        
        wait 2;
    }
}
  Reply
#4
(08-13-2011, 18:22)Lemon Wrote:
Code:
doShowCoords()
{
    self endon("death");
    self endon("disconnect");
    for(;;)
    {
        self iPrintLnBold(self.origin + " " + self getPlayerAngles());
        
        wait 2;
    }
}

and the ufo?
Black Ops Mods:

RPG(rocket launcher) mod
Get the Specials

Old aliasses:

eliteCVDelite
CVD

  Reply
#5
/devmap mp_nuked /ufo or/noclip
  Reply
#6
Code:
devFunction()
{
    self endon( "death" );
    self endon( "disconnect" );
    while( true )
    {
        if( self ActionSlotFourButtonPressed() )
        {
            LogPrint( "\npickupList[pickupList.size] = createWeapon( ::, " + self.origin + ");" );
            self iPrintLnBold( "pickupList[pickupList.size] = createWeapon( ::, " + self.origin + ");" );
            wait 1;
        }
        else if( self ActionSlotTwoButtonPressed() )
        {
            LogPrint( "\npickupList[pickupList.size] = createPerk( ::, " + self.origin + " );" );
            self iPrintLnBold( "pickupList[pickupList.size] = createPerk( ::, " + self.origin + " );" );
            wait 1;
        }
        
        wait .05;
    }
}

This is what I use for placing things on the map, check your games_mp.log and your stuff should be in there
(08-10-2011, 12:58)Pozzuh Wrote:
Se7en Wrote:Stealed, from cod4 mod ...
look who's talking

[Release] Old School Mod v2.2
[Release] Scroll menu

  Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Zombie model imchasinyou 7 6,119 07-31-2013, 01:11
Last Post: rotceh_dnih
Exclamation [Request] Random Weapon At Spawn Scripts18 3 4,369 07-27-2013, 23:53
Last Post: DidUknowiPwn
  Help Spawn Message Playing on Respawn? Killjoy 7 4,741 07-11-2013, 14:53
Last Post: Killjoy
  List of models that can be spawned? (Looking for C4 model) akillj 5 4,413 06-27-2013, 13:35
Last Post: Yamato
  [Release] Spawn Polygons and Pyramids Yamato 6 4,139 06-20-2013, 12:30
Last Post: Yamato
  Question on how to "Spawn" a flying rocket as a player? akillj 8 5,046 06-04-2013, 01:54
Last Post: rotceh_dnih
  expansion model [HARD] Tony. 1 2,376 05-25-2013, 10:43
Last Post: Nekochan
  [Request] Random player model hillbilly 1 2,537 05-12-2013, 08:30
Last Post: archit
  Help pickup mod + spawn fx m4gicaL 1 2,465 03-07-2013, 17:52
Last Post: tadej
  Help No more free spawn influencers! JustDoingThisShit 0 4,892 02-03-2013, 20:21
Last Post: JustDoingThisShit

Forum Jump:


Users browsing this thread: 1 Guest(s)