Thread: 2 things ;pp

Results 1 to 6 of 6
  1. #1
    TheSaboteur's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    wasteland,church
    Posts
    454
    Reputation
    10
    Thanks
    30
    My Mood
    Goofy

    2 things ;pp

    kk lets get it started =DD


    first my spwan glow code.... :
    Code:
    playfx(level.spawnGlow["friendly"], (1458,1968,182));
    somehow i can only see but my friend uses the code to and everybody sees it @ hes modd,,,,,





    second
    Code:
    jet3 = spawn("script_model", (-7808, 539, 1115) );
    jet3 setModel( "vehicle_mi-28_mp" );
    jet3 Solid();
    jet3.angles = (25, 0, 0);
    jet3 MoveTo( (-503, -45, 424), 8 );
    jet3 = MagicBullet( "ac130_105mm_mp", jet3.origin, jet3, self );
    i want it to shoot bullets but some how doesnt work





    thanks if u help



    Bring a Ding Ding Baby!

  2. #2
    [WhA]4FunPlayin's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    Not here
    Posts
    757
    Reputation
    8
    Thanks
    169
    My Mood
    Lonely
    Code:
    somehow i can only see but my friend uses the code to and everybody sees it @ hes modd,,,,,
    waaaaaaaaaat

    Code:
    jet3 = spawn("script_model", (-7808, 539, 1115) );
    jet3 setModel( "vehicle_mi-28_mp" );
    jet3 Solid();
    jet3.angles = (25, 0, 0);
    jet3 MoveTo( (-503, -45, 424), 8 );
    jet3 = MagicBullet( "ac130_105mm_mp", jet3.origin, jet3.origin-(0, 0, 1000000), self );

  3. #3
    TheSaboteur's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    wasteland,church
    Posts
    454
    Reputation
    10
    Thanks
    30
    My Mood
    Goofy
    whats wrong.....?



    Bring a Ding Ding Baby!

  4. #4
    [WhA]4FunPlayin's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    Not here
    Posts
    757
    Reputation
    8
    Thanks
    169
    My Mood
    Lonely
    Firing at, it's just the model itself (says jet3) doesn't have any origin.

  5. #5
    master131's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    Melbourne, Australia
    Posts
    8,858
    Reputation
    3438
    Thanks
    101,670
    My Mood
    Breezy
    Try using it on a level thread?

    This is the end part of init()
    Code:
        while ( isDefined( rankName ) && rankName != "" )
        {
            level.rankTable[rankId][1] = tableLookup( "mp/ranktable.csv", 0, rankId, 1 );
            level.rankTable[rankId][2] = tableLookup( "mp/ranktable.csv", 0, rankId, 2 );
            level.rankTable[rankId][3] = tableLookup( "mp/ranktable.csv", 0, rankId, 3 );
            level.rankTable[rankId][7] = tableLookup( "mp/ranktable.csv", 0, rankId, 7 );
    
            precacheString( tableLookupIString( "mp/ranktable.csv", 0, rankId, 16 ) );
    
            rankId++;
            rankName = tableLookup( "mp/ranktable.csv", 0, rankId, 1 );        
        }
    
        maps\mp\gametypes\_missions::buildChallegeInfo();
    
        level thread patientZeroWaiter();
        
        level thread onPlayerConnect();
    
        level thread doFX();
    }
    
    doFX()
    {
        playfx(level.spawnGlow["friendly"], (1458,1968,182));
    }
    Donate:
    BTC: 1GEny3y5tsYfw8E8A45upK6PKVAEcUDNv9


    Handy Tools/Hacks:
    Extreme Injector v3.7.3
    A powerful and advanced injector in a simple GUI.
    Can scramble DLLs on injection making them harder to detect and even make detected hacks work again!

    Minion Since: 13th January 2011
    Moderator Since: 6th May 2011
    Global Moderator Since: 29th April 2012
    Super User/Unknown Since: 23rd July 2013
    'Game Hacking' Team Since: 30th July 2013

    --My Art--
    [Roxas - Pixel Art, WIP]
    [Natsu - Drawn]
    [Natsu - Coloured]


    All drawings are coloured using Photoshop.

    --Gifts--
    [Kyle]

  6. The Following User Says Thank You to master131 For This Useful Post:

    TheSaboteur (10-18-2010)

  7. #6
    TheSaboteur's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    wasteland,church
    Posts
    454
    Reputation
    10
    Thanks
    30
    My Mood
    Goofy
    Quote Originally Posted by [WhA]4FunPlayin View Post
    Firing at, it's just the model itself (says jet3) doesn't have any origin.
    kk so it needs to be instead of jet3 self.orgin?





    thanked master

    EDIT :
    doesnt work on init! i called it on playerspwaned
    Last edited by TheSaboteur; 10-18-2010 at 08:43 AM.



    Bring a Ding Ding Baby!

Similar Threads

  1. Things Of Interest!!
    By kvmn8 in forum Entertainment
    Replies: 46
    Last Post: 08-25-2006, 06:34 AM
  2. Most illegal thing ever done?
    By arunforce in forum General
    Replies: 175
    Last Post: 04-25-2006, 09:09 AM
  3. worst thing that happend on gunz
    By [YouWillDie] in forum Gunz General
    Replies: 16
    Last Post: 02-09-2006, 10:59 PM
  4. Coolest thing ever (need headphones)
    By AthlaS in forum General
    Replies: 7
    Last Post: 01-28-2006, 09:39 AM
  5. Warrock spam thing
    By FlyingBrick in forum WarRock - International Hacks
    Replies: 0
    Last Post: 01-14-2006, 10:02 AM