![]() |
[Pawn] I get error 021 using y_hooks - Printable Version + open.mp forum (https://forum.open.mp) -- Forum: SA-MP (https://forum.open.mp/forumdisplay.php?fid=3) --- Forum: Pawn Scripting (https://forum.open.mp/forumdisplay.php?fid=10) --- Thread: [Pawn] I get error 021 using y_hooks (/showthread.php?tid=2964) |
I get error 021 using y_hooks - daniscript18 - 2024-11-18 Code: Pawn compiler 3.10.10 Copyright (c) 1997-2006, ITB CompuPhase I am developing a modular code that requires quite a few files, I wanted to simplify things further by using y_hooks since after reading the documentation I knew that was what I needed. However I'm getting these errors, I've searched for information on some forums and in the y_hooks documentation, I've tried everything I can but this is the first time I've developed modular code of this style and used y_hooks on this scale, so I really don't know what I'm doing wrong. I preferred to share this code where I replicate the problem so as not to extend myself so much talking.
Code: #include <a_samp>
Code: #include "Modules/Users/Code.pwn"
Code: #include <YSI_Coding/y_hooks>
Code: #include <YSI_Coding/y_hooks>
I think I also tried other ways of including y_hooks but it took me a few hours until I gave up and decided to turn to you guys... I hope you can help me solve the problem and I will appreciate if I can figure this out and learn more about y_hooks. |