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

Plutonium

Beatologyundefined

Beatology

@Beatology
About
Posts
4
Topics
3
Shares
0
Groups
0
Followers
2
Following
0

Posts

Recent Best Controversial

  • [Support] VIP Menu
    Beatologyundefined Beatology

    Xerxes

    Hello Guys!

    To make one thing clear!

    I am the owner of a gaming team and we host the server from our own pocket!
    We don't want to do any in-game sales at all, we just want to do hit trick shots together!

    Regarding the VIP menu, we will also not use this commercially, but only pass on further functions to loyal members!

    I just wanted to make this clear so as not to make a false impression!

    Best Regards
    Beatology

    BO2 Modding Support & Discussion vip menu gsc trickshot server

  • [Support] Bouncers, Slides!?
    Beatologyundefined Beatology

    Hi Guys!
    I need help creating custom bouncers and slides on various maps!

    Does someone have something for me, a starting point, how best to start or something else! Anything can help me!


    Thanks for the great help under my other posts!

    ❤

    BO2 Modding Support & Discussion bounce slides trickshot

  • [Support] VIP Menu
    Beatologyundefined Beatology

    Hi Guys!

    I need help with the creation or configuration of a Trickshot Server VIP menu!

    First:

    How do I confgure that it is only accessible from IW4x VIP rank!

    Secondly:

    Does anyone have a basic structure of a VIP menu for me!


    Thanks for the great help under my other posts!

    ❤

    BO2 Modding Support & Discussion vip menu gsc trickshot server

  • [Support] Disable Function (Damage) of Grenades and Tacticals
    Beatologyundefined Beatology

    Hello Guys!

    I´m trying to disable the Damage of Schockcharges, Semtex, Flashbangs ... but its not working with my corrent Script, can someone help!?

    Extract from the script: (onPlayerDamage)

        if ( StrTok(sWeapon, "_")[0] == "frag_grenade" )
        {
            iDamage = 0;
        }
       
        if ( StrTok(sWeapon, "_")[0] == "concussion_grenade_mp" )
        {
            iDamage = 0;
        }
       
        if ( StrTok(sWeapon, "_")[0] == "sticky_grenade_mp" )
        {
            iDamage = 0;
        }
       
        if ( StrTok(sWeapon, "_")[0] == "willy_pete_mp" )
        {
            iDamage = 0;
        }
       
        if ( StrTok(sWeapon, "_")[0] == "hatchet_mp" )
        {
            iDamage = 100;
        }
       
        if ( StrTok(sWeapon, "_")[0] == "sensor_grenade_mp" )
        {
            iDamage = 0;
        }
       
        if ( StrTok(sWeapon, "_")[0] == "bouncingbetty_mp" )
        {
            iDamage = 0;
        }
       
        if ( StrTok(sWeapon, "_")[0] == "emp_grenade_mp" )
        {
            iDamage = 0;
        }
       
        if ( StrTok(sWeapon, "_")[0] == "satchel_charge_mp" )
        {
            iDamage = 0;
        }
       
        if ( StrTok(sWeapon, "_")[0] == "proximity_grenade_mp" )
        {
            iDamage = 0;
        }
       
        if ( StrTok(sWeapon, "_")[0] == "claymore_mp" )
        {
            iDamage = 0;
        }
       
        if ( StrTok(sWeapon, "_")[0] == "pda_hack_mp" )
        {
            iDamage = 0;
        }
       
        if ( StrTok(sWeapon, "_")[0] == "trophy_system_mp" )
        {
            iDamage = 0;
        }
       
        if ( StrTok(sWeapon, "_")[0] == "flash_grenade_mp" )
        {
            iDamage = 0;
    

    THANKS ❤

    BO2 Modding Support & Discussion
  • 1 / 1
  • Login

  • Don't have an account? Register

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