Raised This Month: $ Target: $400
 0% 

Ham sandwich module[help need]


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
mariux00
Junior Member
Join Date: Aug 2008
Old 08-28-2008 , 08:33   Ham sandwich module[help need]
Reply With Quote #1

Hi, I added Paintball mod by travo to my server but when i launch it, it says couldnt found hamsandwich module/plugin. Ok i put hamsandwich_amxx_i386.so,hamsandwich_amxx.dll and hamsandwich.inc into addons/amxmodx/modules and added strings
Code:
hamsandwich_amxx_i386.so
hamsandwich_amxx.dll
hamsandwich.inc
in the end of modules.ini file. but then i get another error: [AMXX] Plugin "paintballgun.amxx" failed to load: Plugin uses an uknown function <name "ExecuteHam"> - check your modules.ini.

same with paintballnade.amxx. pls help me somebody
mariux00 is offline
YamiKaitou
Has a lovely bunch of coconuts
Join Date: Apr 2006
Location: Texas
Old 08-28-2008 , 08:42   Re: Ham sandwich module[help need]
Reply With Quote #2

Is there a file called hamdata.ini in the configs folder?
__________________
ProjectYami Laboratories

I do not browse the forums regularly anymore. If you need me for anything (asking questions or anything else), then PM me (be descriptive in your PM, message containing only a link to a thread will be ignored).
YamiKaitou is offline
mariux00
Junior Member
Join Date: Aug 2008
Old 08-28-2008 , 08:51   Re: Ham sandwich module[help need]
Reply With Quote #3

nope >.>
mariux00 is offline
mariux00
Junior Member
Join Date: Aug 2008
Old 08-28-2008 , 08:54   Re: Ham sandwich module[help need]
Reply With Quote #4

is it needed? i have only those 3 and my modules.ini looks like:
Code:
; AMX Mod X Modules
; You can specify both linux & win32 modules here
; To enable a module, remove the semi-colon from the line

; ------------------------------
; Fun - provides extra functions
; ------------------------------
fun_amxx_i386.so
fun_amxx.dll
fun_amxx_amd64.so

; ----------------------------------------------------
; Engine - provides engine functions core to Half-Life
; ----------------------------------------------------
;engine_amxx_i386.so
;engine_amxx.dll
;engine_amxx_amd64.so

; ----------------------------------------------------------
; Fakemeta - provides a massive interface into the HL engine
; ----------------------------------------------------------
;fakemeta_amxx_i386.so
fakemeta_amxx.dll
;fakemeta_amxx_amd64.so

; -------------------------------------------
; Database Access - only enable one of these
; -------------------------------------------
; MySQL
;mysql_amxx_i386.so
;mysql_amxx.dll
;mysql_amxx_amd64.so
; PostgreSQL
;pgsql_amxx_i386.so
;pgsql_amxx.dll
; Microsoft SQL
;mssql_amxx.dll
; SQLite
;sqlite_amxx.dll
;sqlite_amxx_i386.so
;sqlite_amxx_amd64.so

; ---------------------------------------------
; GeoIP - determines the country of ip adresses
; ---------------------------------------------
;geoip_amxx_i386.so
;geoip_amxx.dll
;geoip_amxx_amd64.so

; --------------------------------
; Sockets - network socket support
; --------------------------------
;sockets_amxx_i386.so
;sockets_amxx.dll
;sockets_amxx_amd64.so

; --------------------------
; Regular Expression support
; --------------------------
;regex_amxx_i386.so
;regex_amxx.dll
;regex_amxx_amd64.so

; --------------------
; Binary Vault support
; --------------------
;nvault_amxx_i386.so
;nvault_amxx.dll
;nvault_amxx_amd64.so

; ----------------------------------------------------------
; Counter-Strike - adds functions specific to Counter-Strike
; ----------------------------------------------------------
cstrike_amxx_i386.so
cstrike_amxx.dll
cstrike_amxx_amd64.so

; -----------------------------------------------------
; CSX - adds functionality for CS statistics and events
; -----------------------------------------------------
csx_amxx_i386.so
csx_amxx.dll
csx_amxx_amd64.so
if it looks like this do i need to write "hamsandwich_amxx.dll" or "hamsandwich_amxx" or just "hamsandwich" in modules.ini?
mariux00 is offline
YamiKaitou
Has a lovely bunch of coconuts
Join Date: Apr 2006
Location: Texas
Old 08-28-2008 , 09:00   Re: Ham sandwich module[help need]
Reply With Quote #5

Upgrade your modules.ini file to the latest version (it has changed looks).

Yes it is needed. If the file doesn't exist, Ham won't function correctly.
__________________
ProjectYami Laboratories

I do not browse the forums regularly anymore. If you need me for anything (asking questions or anything else), then PM me (be descriptive in your PM, message containing only a link to a thread will be ignored).
YamiKaitou is offline
mariux00
Junior Member
Join Date: Aug 2008
Old 08-28-2008 , 09:03   Re: Ham sandwich module[help need]
Reply With Quote #6

how to update modules.ini? i have amxmodx 1.8.0 and where to get hamdata.ini and wont my amxx go fail if i try to remake my modules.ini?
mariux00 is offline
YamiKaitou
Has a lovely bunch of coconuts
Join Date: Apr 2006
Location: Texas
Old 08-28-2008 , 09:07   Re: Ham sandwich module[help need]
Reply With Quote #7

Quote:
Originally Posted by mariux00 View Post
how to update modules.ini?
Just copy over the new one.

Quote:
i have amxmodx 1.8.0 and where to get hamdata.ini
Redownload 1.8.1, you should upgrade anyways.

Quote:
and wont my amxx go fail if i try to remake my modules.ini?
Nope
__________________
ProjectYami Laboratories

I do not browse the forums regularly anymore. If you need me for anything (asking questions or anything else), then PM me (be descriptive in your PM, message containing only a link to a thread will be ignored).
YamiKaitou is offline
mariux00
Junior Member
Join Date: Aug 2008
Old 08-28-2008 , 09:15   Re: Ham sandwich module[help need]
Reply With Quote #8

i updated modules.ini but in 1.8.1 there is no hamsandwich dll file so only 1 thing i updated to 1.8.1 is modules.ini but i still have same problem.
Code:
[AMXX] Plugin "paintballgun.amxx" failed to load: Plugin uses an uknown function <name "ExecuteHam"> - check your modules.ini.
can u give me a link to download all hamsandwich connected files?
and tell me where to put them?
mariux00 is offline
YamiKaitou
Has a lovely bunch of coconuts
Join Date: Apr 2006
Location: Texas
Old 08-28-2008 , 09:20   Re: Ham sandwich module[help need]
Reply With Quote #9

I have just verified that this file contains all of the correct files. http://www.amxmodx.org/dl.php?filena...1.8.1-base.zip
__________________
ProjectYami Laboratories

I do not browse the forums regularly anymore. If you need me for anything (asking questions or anything else), then PM me (be descriptive in your PM, message containing only a link to a thread will be ignored).
YamiKaitou is offline
mariux00
Junior Member
Join Date: Aug 2008
Old 08-28-2008 , 09:30   Re: Ham sandwich module[help need]
Reply With Quote #10

OMG MAN!!! THANK YOU THANK YOU THANK YOU! It works perfectly now. Thank you very much!
+karma
mariux00 is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 14:55.


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