UGX-Mods Login

or login with an authentication provider below
Sign In with Google
Sign In with Twitter
Sign In with Discord
Sign In with Steam
Sign In with Facebook
Sign In with Twitch

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Topics - asknownas

I installed Sniperbolts pandora box into my map and after following a tutorial my map would freeze right after activision loading screen. I then deleted the boxes and put them back in and once again followed the tutorial and now am getting this erroe. The error I am getting is:
                                     
Code Snippet
Plaintext
******* Server script compile error *******
Error: uninitialised variable 'anchortarget': (file 'maps/_zombiemode_weapons.gsc', line 563)
   level.pandora_light = Spawn( "script_model", anchorTarget.origin );
                                                *
************************************
Database: Assets Sync Started
Database: Assets Sync Finished
********************
ERROR:  Server script compile error
uninitialised variable 'anchortarget'
   level.pandora_light = Spawn( "script_model", anchorTarget.origin );
(see console for details)

There was also these errors, but I am not sure if they have anything to do with the problem I am having:

Code Snippet
Plaintext
DW_LOGON_COMPLETE
starting to get public profiles for 5 friends..
Controller #0 signed in to live
Error: line 317: Invalid line in playlist 0
Error: line 322: Invalid line in playlist 0
Error: line 327: Invalid line in playlist 0
Error: line 332: Invalid line in playlist 0
Got friend profiles OK!
Got friend profiles OK!
Imp read successful
Imp read successful
Imp read successful
Imp read successful
PATCH Imp read successful
quitting...
----- CL_Shutdown -----
PROFILES: setting server info to 0.0.0.0:0
starting to set profile info..
-----------------------

I couldn't find anything in the forums or any videos on how to fix the code. Pretty sure I was just not looking in the right spots. Any help please?

Double Post Merge: June 07, 2017, 05:54:18 am
Edit: I am not getting this error anymore, but am now receiving this on:

Code Snippet
Plaintext
******* script runtime error *******
undefined is not a field object: (file 'maps/_zombiemode_weapons.gsc', line 561)
   anchorTarget = GetEnt(anchor.target, "targetname");
                         *
Error: called from:
(file 'maps/_zombiemode_weapons.gsc', line 12)
 treasure_chest_init();
 *
Error: called from:
(file 'maps/_zombiemode.gsc', line 59)
  maps\_zombiemode_weapons::init();
  *
Error: called from:
(file 'maps/cullisonhouse.gsc', line 119)
 maps\_zombiemode::main();
 *
Error: started from:
(file 'maps/cullisonhouse.gsc', line 9)
main()
*
Error: ************************************
Database: Assets Sync Started
Database: Assets Sync Finished
********************
ERROR: script runtime error
(see console for details)
undefined is not a field object
********************

Thanks again for the help!!
 :derp: :derp:
7 years ago
Loading ...