Timocop / BasicPawn

BasicPawn - SourcePawn Editor
GNU General Public License v3.0
76 stars 11 forks source link

Compiler can not be found ! What could be a problem ? #72

Closed musoviich closed 4 years ago

musoviich commented 4 years ago

User created a new source file User opened a new file: ...\BasicPawn\plugins\retakes\retakes_standardallocator.sp Compiling source started! Compiling failed! Compiler can not be found!

When i try to compile this plugin, i got this error...

Timocop commented 4 years ago

Do you still need help with this problem?

Either way, you have two options:

  1. (Automatic) Place your source file into the SourceMod scripting directory and open it from there. BasicPawn will automatically search the compiler and its includes relative to the opened source file.
  1. (Manual) For this you have to create a new config in the settings and enter compiler, include and output path, so BasicPawn always knows where all the tools are located. Which means you can also work outside of the SourceMod scripting directory. You can find the config in 'Tools > Settings & Configs > Configs'.