Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2018
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.46 KB | None | 0 0
  1.  
  2. ******* script runtime error *******
  3. cannot set field of removed entity: (file 'maps/mp/gametypes/_spawnlogic.gsc', line 1541)
  4. spawnpoint.sights["axis"] = 0;
  5. *
  6. Error: started from:
  7. (file 'maps/mp/gametypes/_spawnlogic.gsc', line 1527)
  8. wait .05;
  9. *
  10. Error: ************************************
  11.  
  12. ******* script runtime error *******
  13. cannot set field of removed entity: (file 'maps/mp/gametypes/_spawnlogic.gsc', line 1542)
  14. spawnpoint.sights["allies"] = 0;
  15. *
  16. Error: started from:
  17. (file 'maps/mp/gametypes/_spawnlogic.gsc', line 1527)
  18. wait .05;
  19. *
  20. Error: ************************************
  21.  
  22. ******* script runtime error *******
  23. cannot set field of removed entity: (file 'maps/mp/gametypes/_spawnlogic.gsc', line 1544)
  24. spawnpoint.nearbyPlayers["axis"] = [];
  25. *
  26. Error: started from:
  27. (file 'maps/mp/gametypes/_spawnlogic.gsc', line 1527)
  28. wait .05;
  29. *
  30. Error: ************************************
  31.  
  32. ******* script runtime error *******
  33. cannot set field of removed entity: (file 'maps/mp/gametypes/_spawnlogic.gsc', line 1545)
  34. spawnpoint.nearbyPlayers["allies"] = [];
  35. *
  36. Error: started from:
  37. (file 'maps/mp/gametypes/_spawnlogic.gsc', line 1527)
  38. wait .05;
  39. *
  40. Error: ************************************
  41.  
  42. ******* script runtime error *******
  43. cannot set field of removed entity: (file 'maps/mp/gametypes/_spawnlogic.gsc', line 1560)
  44. spawnpoint.distSum["all"] = 0;
  45. *
  46. Error: started from:
  47. (file 'maps/mp/gametypes/_spawnlogic.gsc', line 1527)
  48. wait .05;
  49. *
  50. Error: ************************************
  51.  
  52. ******* script runtime error *******
  53. cannot set field of removed entity: (file 'maps/mp/gametypes/_spawnlogic.gsc', line 1561)
  54. spawnpoint.distSum["allies"] = 0;
  55. *
  56. Error: started from:
  57. (file 'maps/mp/gametypes/_spawnlogic.gsc', line 1527)
  58. wait .05;
  59. *
  60. Error: ************************************
  61.  
  62. ******* script runtime error *******
  63. cannot set field of removed entity: (file 'maps/mp/gametypes/_spawnlogic.gsc', line 1562)
  64. spawnpoint.distSum["axis"] = 0;
  65. *
  66. Error: started from:
  67. (file 'maps/mp/gametypes/_spawnlogic.gsc', line 1527)
  68. wait .05;
  69. *
  70. Error: ************************************
  71.  
  72. ******* script runtime error *******
  73. cannot set field of removed entity: (file 'maps/mp/gametypes/_spawnlogic.gsc', line 1564)
  74. spawnpoint.numPlayersAtLastUpdate = 0;
  75. *
  76. Error: started from:
  77. (file 'maps/mp/gametypes/_spawnlogic.gsc', line 1527)
  78. wait .05;
  79. *
  80. Error: ************************************
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement