• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Pawn] error 017: undefined symbol
#10
(2021-03-14, 01:06 AM)Virsenas Wrote:

One of the possibilities could be that you accidentally removed { or } in the gamemode. 26 errors also show when you are missing them. You can try checking if you are missing one. You can do this quickly if you are using Firefox browser. Make a copy of the gamemode. Paste it on your desktop. Open the copied gamemode with Firefox and press Ctrl and put in { to search for. At the bottom it should show how many matches it found. After you see the number of the { matches, search for } and then check if the match numbers are the same. If they are not the same that means you are missing { or } somewhere in your code.





(2021-03-14, 02:08 AM)Y_Less Wrote: You can do that in an editor, you don't need a browser.? But if the code is properly indented it should be obvious where the missing brace is.



I tried to do it the first way with Firefox but when I searched it said "more than 1000 matches" then I thought of using Notepad and I got the following: (the result of the matches is in blue letters)?



[Image: PcSfMPQ.png]



[Image: 6xPhq6P.png]



Are 5 differences. Is this the problem?



Edit: And if so, is there any way to find those keys faster, so as not to go through the whole code again. Thanks for your answers :'D
  Reply


Messages In This Thread
error 017: undefined symbol - by Boxi - 2021-03-13, 08:41 PM
RE: error 017: undefined symbol - by RhaegarX - 2021-03-13, 09:06 PM
RE: error 017: undefined symbol - by Boxi - 2021-03-13, 09:50 PM
RE: error 017: undefined symbol - by Radical - 2021-03-13, 10:05 PM
RE: error 017: undefined symbol - by Boxi - 2021-03-13, 11:47 PM
RE: error 017: undefined symbol - by Y_Less - 2021-03-13, 10:37 PM
RE: error 017: undefined symbol - by Boxi - 2021-03-13, 11:53 PM
RE: error 017: undefined symbol - by Virsenas - 2021-03-14, 01:06 AM
RE: error 017: undefined symbol - by Y_Less - 2021-03-14, 02:08 AM
RE: error 017: undefined symbol - by Boxi - 2021-03-14, 03:41 AM
RE: error 017: undefined symbol - by Y_Less - 2021-03-14, 11:45 AM
RE: error 017: undefined symbol - by Boxi - 2021-03-14, 01:37 PM
RE: error 017: undefined symbol - by Virsenas - 2021-03-14, 12:04 PM

Forum Jump: