Advertisement
Guest User

Untitled

a guest
Jun 6th, 2016
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.52 KB | None | 0 0
  1. ******* script runtime error *******
  2. pair 'none' and 'undefined' has unmatching types 'string' and 'undefined': (file 'clientscripts/_dual_wield.csc', line 97)
  3. if(current_weapon != active_weapon && isdefined(current_ammo))
  4. *
  5. Error: called from:
  6. (file 'clientscripts/_dual_wield.csc', line 23)
  7. players[i] thread weapon_fired(i, weapon, flash_name, brass_name, alt_tag_name, alt_tag);
  8. *
  9. Error: called from:
  10. (file 'clientscripts/_dual_wield.csc', line 11)
  11. add_weapon("mustang_sally", "pistol_flash", "pistol_brass");
  12. *
  13. Error: started from:
  14. (file 'clientscripts/_utility.csc', line 196)
  15. wait(0.01);
  16. *
  17. Error: ************************************
  18. dvar set com_errorTitle Error
  19. dvar set com_errorMessage script runtime error
  20. (see console for details)
  21. pair 'none' and 'undefined' has unmatching types 'string' and 'undefined'
  22.  
  23. ******* script runtime error *******
  24. cannot cast undefined to bool: (file 'clientscripts/_dual_wield.csc', line 97)
  25. if(current_weapon != active_weapon && isdefined(current_ammo))
  26. *
  27. Error: called from:
  28. (file 'clientscripts/_dual_wield.csc', line 23)
  29. players[i] thread weapon_fired(i, weapon, flash_name, brass_name, alt_tag_name, alt_tag);
  30. *
  31. Error: called from:
  32. (file 'clientscripts/_dual_wield.csc', line 11)
  33. add_weapon("mustang_sally", "pistol_flash", "pistol_brass");
  34. *
  35. Error: started from:
  36. (file 'clientscripts/_utility.csc', line 196)
  37. wait(0.01);
  38. *
  39. Error: ************************************
  40. dvar set com_errorTitle Error
  41. dvar set com_errorMessage script runtime error
  42. (see console for details)
  43. cannot cast undefined to bool
  44. *************************spawnPlayer****
  45.  
  46. ******* script runtime error *******
  47. array is not a field object: (file 'maps/_harrybo21_utilities.gsc', line 26)
  48. players.hud_target = undefined;
  49. *
  50. Error: started from:
  51. (file 'common_scripts/utility.gsc', line 464)
  52. level waittill( msg );
  53. *
  54. Error: ************************************
  55. dvar set com_errorTitle Error
  56. dvar set com_errorMessage script runtime error
  57. (see console for details)
  58. array is not a field object
  59.  
  60. ******* script runtime error *******
  61. pair 'undefined' and '1' has unmatching types 'undefined' and 'int': (file 'maps/_harrybo21_utilities.gsc', line 195)
  62. else if( counter <= 0 && self.can_dive == true && self IsOnGround() )
  63. *
  64. Error: called from:
  65. (file 'maps/_harrybo21_utilities.gsc', line 42)
  66. players[ i ] thread dive_to_prone_watcher();
  67. *
  68. Error: started from:
  69. (file 'common_scripts/utility.gsc', line 464)
  70. level waittill( msg );
  71. *
  72. Error: ************************************
  73. dvar set com_errorTitle Error
  74. dvar set com_errorMessage script runtime error
  75. (see console for details)
  76. pair 'undefined' and '1' has unmatching types 'undefined' and 'int'
  77.  
  78. ******* script runtime error *******
  79. cannot cast undefined to bool: (file 'maps/_harrybo21_utilities.gsc', line 195)
  80. else if( counter <= 0 && self.can_dive == true && self IsOnGround() )
  81. *
  82. Error: called from:
  83. (file 'maps/_harrybo21_utilities.gsc', line 42)
  84. players[ i ] thread dive_to_prone_watcher();
  85. *
  86. Error: started from:
  87. (file 'common_scripts/utility.gsc', line 464)
  88. level waittill( msg );
  89. *
  90. Error: ************************************
  91. dvar set com_errorTitle Error
  92. dvar set com_errorMessage script runtime error
  93. (see console for details)
  94. cannot cast undefined to bool
  95.  
  96. ******* script runtime error *******
  97. cannot cast undefined to bool: (file 'maps/_harrybo21_utilities.gsc', line 195)
  98. else if( counter <= 0 && self.can_dive == true && self IsOnGround() )
  99. *
  100. Error: called from:
  101. (file 'maps/_harrybo21_utilities.gsc', line 42)
  102. players[ i ] thread dive_to_prone_watcher();
  103. *
  104. Error: started from:
  105. (file 'common_scripts/utility.gsc', line 464)
  106. level waittill( msg );
  107. *
  108. Error: ************************************
  109. dvar set com_errorTitle Error
  110. dvar set com_errorMessage script runtime error
  111. (see console for details)
  112. cannot cast undefined to bool
  113. player health: 100
  114. LOADOUT ISSUE: Unable to give a grenade, the player need to be given a grenade and then take it away in order for the player to throw back grenades, but not have any grenades in his inventory.
  115. dvar set player_damageMultiplier 0.322581
  116. dvar set player_deathInvulnerableTime 1700
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement