Advertisement
Guest User

Untitled

a guest
Jun 6th, 2016
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.56 KB | None | 0 0
  1. ******* script runtime error *******
  2. cannot cast undefined to bool: (file 'clientscripts/_dual_wield.csc', line 97)
  3. if(current_weapon != active_weapon && isdefined(current_ammo))
  4. *
  5. Error: started from:
  6. (file 'clientscripts/_music.csc', line 51)
  7. wait(.01);
  8. *
  9. Error: ************************************
  10. dvar set com_errorTitle Error
  11. dvar set com_errorMessage script runtime error
  12. (see console for details)
  13. cannot cast undefined to bool
  14. dvar set cl_network_warning 0
  15.  
  16. ******* script runtime error *******
  17. pair 'zombie_colt' and 'undefined' has unmatching types 'string' and 'undefined': (file 'clientscripts/_dual_wield.csc', line 97)
  18. if(current_weapon != active_weapon && isdefined(current_ammo))
  19. *
  20. Error: started from:
  21. (file 'clientscripts/_music.csc', line 51)
  22. wait(.01);
  23. *
  24. Error: ************************************
  25. dvar set com_errorTitle Error
  26. dvar set com_errorMessage script runtime error
  27. (see console for details)
  28. pair 'zombie_colt' and 'undefined' has unmatching types 'string' and 'undefined'
  29.  
  30. ******* script runtime error *******
  31. cannot cast undefined to bool: (file 'clientscripts/_dual_wield.csc', line 97)
  32. if(current_weapon != active_weapon && isdefined(current_ammo))
  33. *
  34. Error: started from:
  35. (file 'clientscripts/_music.csc', line 51)
  36. wait(.01);
  37. *
  38. Error: ************************************
  39. dvar set com_errorTitle Error
  40. dvar set com_errorMessage script runtime error
  41. (see console for details)
  42. cannot cast undefined to bool
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement