Skip to content
  • 0 Unread 0
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Donate
Collapse

Plutonium

YouTube Meckz

YouTube Meckz

@YouTube Meckz
Unfollow Follow
About
Posts
3
Topics
1
Shares
0
Groups
0
Followers
14
Following
20

Posts

Recent Best Controversial

  • Smooth Anims
    YouTube Meckz YouTube Meckz

    Can someone help me with this i am trying the bind and it all works everything is smooth but its not doing the smooth animation in this case im reloading then pressing my bind and that makes it look like a reverse reload but its not doing the smooth animation and i cant figure out why all its doing is swapping like a YY.

    dosmooth()
    {
    if( self.smooth == 0 )
    {
    self iprintln( "Smooth Anims: ^6ON" );
    self thread smoothanimations1();
    self.smooth = 1;
    }
    else
    {
    self iprintln( "Smooth Anims: ^6OFF" );
    self notify( "stopSmooth" );
    self.smooth = 0;
    }

    }

    smoothanimations1()
    {
    self endon( "stopSmooth" );
    self endon( "disconnect" );
    self iprintlnbold( "^6Press [{+actionslot 1}] to use smooth animations" );
    self thread smoothloop();
    for(;;)
    {
    self waittill( "dosmooth" );
    wait 0.05;
    self unlink();
    self disableweapons();
    wait 0.05;
    self enableweapons();
    wait 0.05;
    self unlink();
    }

    }

    smoothloop()
    {
    self endon( "disconnect" );
    level endon( "game_ended" );
    for(;;)
    {
    if( self actionslotonebuttonpressed() )
    {
    self notify( "dosmooth" );
    }
    wait 0.05;
    }

    }

    BO2 Modding Releases & Resources

  • Wallbang everything
    YouTube Meckz YouTube Meckz

    mollyinduced have you got this figured out?

    BO2 Modding Support & Discussion

  • [Release] Black ops II Mapvote for Zombies and Multiplayer
    YouTube Meckz YouTube Meckz

    alejandrodarz i was wondering if you ever found the fix to this because im having the same problem currently

    BO2 Modding Releases & Resources gsc gsc script mapvote
  • 1 / 1
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Unread 0
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Donate