Advertisement
Guest User

?

a guest
Apr 4th, 2017
257
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.73 KB | None | 0 0
  1. ourcePawn Compiler 1.9.0.5921
  2. Copyright (c) 1997-2006 ITB CompuPhase
  3. Copyright (c) 2004-2015 AlliedModders LLC
  4.  
  5. extra/sourcemod.inc(43) : error 001: expected token: "public", but found "const"
  6. extra/sourcemod.inc(44) : error 001: expected token: "}", but found "const"
  7. extra/sourcemod.inc(45) : error 001: expected token: "=", but found "["
  8. extra/sourcemod.inc(46) : error 001: expected token: "=", but found "["
  9. extra/sourcemod.inc(47) : error 001: expected token: "=", but found "["
  10. extra/sourcemod.inc(48) : error 010: invalid function or declaration
  11. extra/morecolors.inc(90) : warning 219: local variable "author" shadows a variable at a preceding level
  12. extra/morecolors.inc(122) : warning 219: local variable "author" shadows a variable at a preceding level
  13. extra/morecolors.inc(151) : warning 219: local variable "author" shadows a variable at a preceding level
  14. extra/morecolors.inc(227) : warning 219: local variable "author" shadows a variable at a preceding level
  15. extra/morecolors.inc(373) : warning 219: local variable "author" shadows a variable at a preceding level
  16. extra/colors.inc(139) : warning 219: local variable "author" shadows a variable at a preceding level
  17. extra/colors.inc(198) : warning 219: local variable "author" shadows a variable at a preceding level
  18. extra/colors.inc(235) : warning 219: local variable "author" shadows a variable at a preceding level
  19. extra/colors.inc(342) : warning 219: local variable "author" shadows a variable at a preceding level
  20. extra/colors.inc(461) : warning 219: local variable "author" shadows a variable at a preceding level
  21. extra/colors.inc(552) : error 017: undefined symbol "GetConVarBool"
  22. extra/colors.inc(594) : error 017: undefined symbol "MuCo_LoopClients"
  23. extra/colors.inc(595) : warning 217: loose indentation
  24. extra/colors.inc(595) : error 017: undefined symbol "i"
  25. plugin.sp(25) : error 096: could not find member "name" in struct "myinfo"
  26. plugin.sp(32) : error 180: function return type differs from prototype. expected 'int', but got 'void'
  27. plugin.sp(54) : error 017: undefined symbol "CPrintToChatAll"
  28. plugin.sp(69) : error 017: undefined symbol "CPrintToChatAll"
  29. plugin.sp(76) : error 017: undefined symbol "CPrintToChatAll"
  30. plugin.sp(77) : error 017: undefined symbol "CPrintToChatAll"
  31. plugin.sp(101) : error 017: undefined symbol "CPrintToChat"
  32. plugin.sp(107) : error 017: undefined symbol "CPrintToChat"
  33. plugin.sp(113) : error 017: undefined symbol "CPrintToChat"
  34. plugin.sp(124) : error 017: undefined symbol "CPrintToChat"
  35. plugin.sp(129) : error 017: undefined symbol "CPrintToChat"
  36. plugin.sp(138) : error 017: undefined symbol "CPrintToChat"
  37. plugin.sp(152) : error 017: undefined symbol "CPrintToChatAll"
  38. plugin.sp(6) : warning 203: symbol is never used: "g_cvarChatTag"
  39.  
  40. 22 Errors.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement