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

Plutonium

Welstielundefined

Welstiel

@Welstiel
About
Posts
2
Topics
0
Shares
0
Groups
0
Followers
1
Following
1

Posts

Recent Best Controversial

  • [Release] [ZM] BO2 Remix Mod
    Welstielundefined Welstiel

    JezuzLizard I tried compiling the code from GitHub and am still getting errors trying to compile that code too.
    Not quite sure what is happening that is throwing off the compiler but it's not compiling.

    BO2 Modding Releases & Resources

  • [Release] [ZM] BO2 Remix Mod
    Welstielundefined Welstiel

    Hello. I attempted to remove the override for sprint from round 1. However, after I decompile the file to change things recompiling throws "Bad syntax in line 93." I checked that line and it ends at this point:
    round_think_override( restart )
    {
    if( !(IsDefined( restart )) )
    {
    restart = 0;
    }
    level endon( "end_round_think" );
    if( !(is_true( restart )) )
    {
    if( IsDefined( level.initial_round_wait_func ) )
    {
    [ ]; <---
    }

    Is this array supposed to be blank?

    BO2 Modding Releases & Resources
  • 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