AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Scripting (https://forums.alliedmods.net/forumdisplay.php?f=107)
-   -   Problem compiling .sp files (https://forums.alliedmods.net/showthread.php?t=325298)

sakizao 06-16-2020 00:05

Problem compiling .sp files
 
1 Attachment(s)
Hi Guys, im from brazil, so sorry for my poor english!

I'm trying to modificate some .sp files, in specific the liveon3.sp file em pugsetup folder...
but when i try to compile, there is a load off "undefined symbols" it looks like it is missing other files,
so as a result it does not compile and almost all lines of the code has errors.
i think there is an hierarchy to compile an .sp file but i dont understand what files to join and compile

Could someone teach me how to do it? i need to understand the synthax

Thanks

CowGod 06-19-2020 11:31

Re: Problem compiling .sp files
 
You are most likely missing the include files. To fix this, make sure all the include files in the repo of liveon3 are in a folder called include that is in the same directory as your compiler.

sakizao 07-27-2020 15:39

Re: Problem compiling .sp files
 
Quote:

Originally Posted by CowGod (Post 2706426)
You are most likely missing the include files. To fix this, make sure all the include files in the repo of liveon3 are in a folder called include that is in the same directory as your compiler.


I appreciate your help!

sakizao 07-27-2020 16:09

Re: Problem compiling .sp files
 
It actually was the include files! thnx again


All times are GMT -4. The time now is 20:57.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.