surftimer / SurfTimer

This repository is a continuation of cksurf, originally developed by jonitaikaponi, sneaK, nikoo77, fluffys. Meant to unite developers, so everybody can host a proper surf server.
https://discord.surftimer.dev
GNU General Public License v3.0
147 stars 73 forks source link

[BUG] SurfTimer.sp Cannot Read From File: autoexecconfig #352

Closed Sidicer closed 2 years ago

Sidicer commented 2 years ago

Describe the bug After downloading every extention, include, 1.0.3 Version of SurfTimer (from Releases) and trying to Compile it: SurfTimer.sp(21) : fatal error 183: cannot read from file: "autoexecconfig"

I have checked every single plugin, extention, repo mentioned and forum and nowhere is there "autoexecconfig.inc" inside addons/sourcemod/scripting/include

Expected behavior SurfTimer.sp to complete compilation without an error, as every single .sp file, include and extension is as per README.md

Screenshots image

Plugin List Plugins are not related to compilation.

Additional context I could not even find "autoexecconfig" reference anywhere in this repo, other repos, forums or tutorials. autoexecconfig.inc does not even exist anywhere related to SurfTimer or any other mentioned plugins/includes

Bara commented 2 years ago

You need this file. Move it to your scripting/includes folder.

Sidicer commented 2 years ago

Downloading [INCLUDE] AutoExecConfig: Read and append to auto configs manually resolved the issue.

Please add this to required includes/repos or Readme!

sneak-it commented 2 years ago

Please add this to required includes/repos or Readme!

Yep, that should be done before this is closed out.