dataviruset / sm-hosties

The ultimate jailbreak plugin for SourceMod
https://forums.alliedmods.net/forumdisplay.php?f=155
GNU General Public License v3.0
29 stars 27 forks source link

undefined symbol #68

Closed RED4911 closed 7 years ago

RED4911 commented 7 years ago

//SourceMod Batch Compiler // by the SourceMod Dev Team

//// sm_hosties.sp // // hosties/gamedescription.sp(61) : error 017: undefined symbol "SteamWorks_SetG ameDescription" // hosties/gamedescription.sp(73) : error 017: undefined symbol "SteamWorks_SetG ameDescription" // hosties/freekillers.sp(265) : error 017: undefined symbol "SBBanPlayer" // hosties/gunsafety.sp(419) : error 017: undefined symbol "SBBanPlayer" // hosties/gunsafety.sp(433) : error 017: undefined symbol "SBBanPlayer" // // 5 Errors. // // Compilation Time: 1,66 sec // ----------------------------------------

Press enter to exit ...

shanapu commented 7 years ago

https://forums.alliedmods.net/showthread.php?t=276863

  1. Unzip SourceMod to some folder
  2. Download the sm-hosties main branch or sm-hosties beta branch into the same folder
  3. Download all the include files into your addons/sourcemod/scripting/include directory. EmitSoundAny: https://raw.githubusercontent.com/powerlord/sourcemod-snippets/master/scripting/include/emitsoundany.inc SteamWorks: https://github.com/KyleSanderson/SteamWorks/raw/master/Pawn/includes/SteamWorks.inc SourceBans: https://github.com/GameConnect/sourcebansv1/raw/master/game_upload/addons/sourcemod/scripting/include/sourcebans.inc
  4. Compile sm_hosties.sp in the folder (Windows: cmd prompt window and navigate to addons/sourcemod/scripting and then "compile sm_hosties.sp")
  5. Replace compiled sm_hosties.smx on server
  6. Replace translations file on server
RED4911 commented 7 years ago

Thx!!! I instead of "Soursbans" use "SourceBans - Material Design", how to fix for it ?

https://github.com/CrazyHackGUT/SB_Material_Design/tree/master

shanapu commented 7 years ago

I'm not familiar with materialadmin, but I assume you have to edit the hosties code to replace all old sourcebans natives (e.g SBBanPlayer) with their equivalent of materialadmin.

data-bomb commented 7 years ago

Closing bug report. Issue resolved through compilation instructions.