Advertisement
Guest User

Untitled

a guest
Jul 17th, 2021
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.73 KB | None | 0 0
  1. throwing script exception: pair '' and 'undefined' has unmatching types 'string' and 'undefined'
  2.  
  3. ^1******* script runtime error *******
  4. pair '' and 'undefined' has unmatching types 'string' and 'undefined': (file 'maps/mp/gametypes/_globallogic.gsc', line 4352)
  5. if ( isDefined( level.players[entry].killedPlayers[""+self.clientid] ) )
  6. *
  7. ^1called from:
  8. (file 'maps/mp/gametypes/_callbacksetup.gsc', line 49)
  9. [[level.callbackPlayerDisconnect]]();
  10. *
  11. ^1started from:
  12. (file 'maps/mp/gametypes/_callbacksetup.gsc', line 46)
  13. CodeCallback_PlayerDisconnect()
  14. *
  15. ^1************************************
  16. throwing script exception: undefined is not an array index
  17.  
  18. ^1******* script runtime error *******
  19. undefined is not an array index: (file 'maps/mp/gametypes/_globallogic.gsc', line 4352)
  20. if ( isDefined( level.players[entry].killedPlayers[""+self.clientid] ) )
  21. *
  22. ^1called from:
  23. (file 'maps/mp/gametypes/_callbacksetup.gsc', line 49)
  24. [[level.callbackPlayerDisconnect]]();
  25. *
  26. ^1started from:
  27. (file 'maps/mp/gametypes/_callbacksetup.gsc', line 46)
  28. CodeCallback_PlayerDisconnect()
  29. *
  30. ^1************************************
  31. throwing script exception: pair '' and 'undefined' has unmatching types 'string' and 'undefined'
  32.  
  33. ^1******* script runtime error *******
  34. pair '' and 'undefined' has unmatching types 'string' and 'undefined': (file 'maps/mp/gametypes/_globallogic.gsc', line 4355)
  35. if ( isDefined( level.players[entry].killedPlayersCurrent[""+self.clientid] ) )
  36. *
  37. ^1called from:
  38. (file 'maps/mp/gametypes/_callbacksetup.gsc', line 49)
  39. [[level.callbackPlayerDisconnect]]();
  40. *
  41. ^1started from:
  42. (file 'maps/mp/gametypes/_callbacksetup.gsc', line 46)
  43. CodeCallback_PlayerDisconnect()
  44. *
  45. ^1************************************
  46. throwing script exception: undefined is not an array index
  47.  
  48. ^1******* script runtime error *******
  49. undefined is not an array index: (file 'maps/mp/gametypes/_globallogic.gsc', line 4355)
  50. if ( isDefined( level.players[entry].killedPlayersCurrent[""+self.clientid] ) )
  51. *
  52. ^1called from:
  53. (file 'maps/mp/gametypes/_callbacksetup.gsc', line 49)
  54. [[level.callbackPlayerDisconnect]]();
  55. *
  56. ^1started from:
  57. (file 'maps/mp/gametypes/_callbacksetup.gsc', line 46)
  58. CodeCallback_PlayerDisconnect()
  59. *
  60. ^1************************************
  61. throwing script exception: pair '' and 'undefined' has unmatching types 'string' and 'undefined'
  62.  
  63. ^1******* script runtime error *******
  64. pair '' and 'undefined' has unmatching types 'string' and 'undefined': (file 'maps/mp/gametypes/_globallogic.gsc', line 4358)
  65. if ( isDefined( level.players[entry].killedBy[""+self.clientid] ) )
  66. *
  67. ^1called from:
  68. (file 'maps/mp/gametypes/_callbacksetup.gsc', line 49)
  69. [[level.callbackPlayerDisconnect]]();
  70. *
  71. ^1started from:
  72. (file 'maps/mp/gametypes/_callbacksetup.gsc', line 46)
  73. CodeCallback_PlayerDisconnect()
  74. *
  75. ^1************************************
  76. throwing script exception: undefined is not an array index
  77.  
  78. ^1******* script runtime error *******
  79. undefined is not an array index: (file 'maps/mp/gametypes/_globallogic.gsc', line 4358)
  80. if ( isDefined( level.players[entry].killedBy[""+self.clientid] ) )
  81. *
  82. ^1called from:
  83. (file 'maps/mp/gametypes/_callbacksetup.gsc', line 49)
  84. [[level.callbackPlayerDisconnect]]();
  85. *
  86. ^1started from:
  87. (file 'maps/mp/gametypes/_callbacksetup.gsc', line 46)
  88. CodeCallback_PlayerDisconnect()
  89. *
  90. ^1************************************
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement