Advertisement
Guest User

Untitled

a guest
Aug 24th, 2019
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.68 KB | None | 0 0
  1. //// sbpp_main.sp
  2. //
  3. // C:\Users\konta\Downloads\addons\addons\addons\sourcemod\scripting\include\core.inc(312) : warning 209: function "__ext_core_SetNTVOptional" should return a value
  4. // C:\Users\konta\Downloads\addons\addons\addons\sourcemod\scripting\include\commandfilters.inc(133) : warning 209: function "ReplyToTargetError" should return a value
  5. // sbpp_main.sp(8) : error 021: symbol already defined: "NULL_VECTOR"
  6. // sbpp_main.sp(9) : error 021: symbol already defined: "NULL_STRING"
  7. // sbpp_main.sp(17) : error 021: symbol already defined: "MaxClients"
  8. // sbpp_main.sp(58) : warning 213: tag mismatch
  9. // sbpp_main.sp(66) : warning 213: tag mismatch
  10. // sbpp_main.sp(67) : warning 213: tag mismatch
  11. // sbpp_main.sp(99) : warning 239: 'void' is an illegal tag; use void as a type
  12. // sbpp_main.sp(99) : error 021: symbol already defined: "__ext_core_SetNTVOptional"
  13. // sbpp_main.sp(222) : warning 239: 'void' is an illegal tag; use void as a type
  14. // sbpp_main.sp(222) : error 088: cannot return a value from a void function
  15. // sbpp_main.sp(225) : error 181: function argument named 'str1' differs from prototype
  16. // sbpp_main.sp(225) : error 021: symbol already defined: "StrEqual"
  17. // sbpp_main.sp(230) : error 181: function argument named 'database' differs from prototype
  18. // sbpp_main.sp(230) : error 021: symbol already defined: "SQLite_UseDatabase"
  19. // sbpp_main.sp(232) : error 176: non-static method or property 'KeyValues' must be called with a value of type 'KeyValues'
  20. // sbpp_main.sp(233) : error 176: non-static method or property 'SetString' must be called with a value of type 'KeyValues'
  21. // sbpp_main.sp(234) : error 176: non-static method or property 'SetString' must be called with a value of type 'KeyValues'
  22. // sbpp_main.sp(237) : warning 213: tag mismatch
  23. // sbpp_main.sp(241) : warning 239: 'void' is an illegal tag; use void as a type
  24. // sbpp_main.sp(241) : error 021: symbol already defined: "ReplyToTargetError"
  25. // sbpp_main.sp(281) : warning 239: 'void' is an illegal tag; use void as a type
  26. // sbpp_main.sp(281) : error 088: cannot return a value from a void function
  27. // sbpp_main.sp(284) : error 181: function argument named 'target' differs from prototype
  28. // sbpp_main.sp(284) : error 021: symbol already defined: "FindTarget"
  29. // sbpp_main.sp(307) : warning 239: 'void' is an illegal tag; use void as a type
  30. // sbpp_main.sp(317) : warning 239: 'void' is an illegal tag; use void as a type
  31. // sbpp_main.sp(317) : error 088: cannot return a value from a void function
  32. // sbpp_main.sp(320) : warning 239: 'void' is an illegal tag; use void as a type
  33. // sbpp_main.sp(325) : warning 239: 'void' is an illegal tag; use void as a type
  34. // sbpp_main.sp(325) : error 088: cannot return a value from a void function
  35. // sbpp_main.sp(342) : warning 213: tag mismatch
  36. // sbpp_main.sp(342) : warning 213: tag mismatch
  37. // sbpp_main.sp(342) : warning 213: tag mismatch
  38. // sbpp_main.sp(342) : warning 213: tag mismatch
  39. // sbpp_main.sp(342) : warning 213: tag mismatch
  40. // sbpp_main.sp(342) : warning 213: tag mismatch
  41. // sbpp_main.sp(342) : warning 213: tag mismatch
  42. // sbpp_main.sp(342) : warning 213: tag mismatch
  43. // sbpp_main.sp(343) : warning 213: tag mismatch
  44. // sbpp_main.sp(343) : warning 213: tag mismatch
  45. // sbpp_main.sp(343) : warning 213: tag mismatch
  46. // sbpp_main.sp(343) : warning 213: tag mismatch
  47. // sbpp_main.sp(343) : warning 213: tag mismatch
  48. // sbpp_main.sp(343) : warning 213: tag mismatch
  49. // sbpp_main.sp(348) : warning 239: 'void' is an illegal tag; use void as a type
  50. // sbpp_main.sp(355) : warning 213: tag mismatch
  51. // sbpp_main.sp(356) : warning 213: tag mismatch
  52. // sbpp_main.sp(357) : warning 213: tag mismatch
  53. // sbpp_main.sp(371) : error 176: non-static method or property 'Pagination' must be called with a value of type 'Menu'
  54. // sbpp_main.sp(372) : error 176: non-static method or property 'ExitBackButton' must be called with a value of type 'Menu'
  55. // sbpp_main.sp(374) : error 176: non-static method or property 'Menu' must be called with a value of type 'Menu'
  56. // sbpp_main.sp(376) : error 176: non-static method or property 'Pagination' must be called with a value of type 'Menu'
  57. // sbpp_main.sp(377) : error 176: non-static method or property 'ExitBackButton' must be called with a value of type 'Menu'
  58. // sbpp_main.sp(379) : error 176: non-static method or property 'Menu' must be called with a value of type 'Menu'
  59. // sbpp_main.sp(381) : error 176: non-static method or property 'Pagination' must be called with a value of type 'Menu'
  60. // sbpp_main.sp(382) : error 176: non-static method or property 'ExitBackButton' must be called with a value of type 'Menu'
  61. //
  62. // Compilation aborted.
  63. // 26 Errors.
  64. //
  65. // Compilation Time: 1.08 sec
  66. // ----------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement