This site is a testing version, but all data is shared with the live forum.


Raised This Month: $ Target: $400
 0% 

Realism for Paintball Gun & Mod


Post New Thread Reply   
 
Thread Tools Display Modes
NiNe
Junior Member
Join Date: Jul 2009
Old 07-28-2009 , 01:09   Re: Realism for Paintball Gun & Mod
Reply With Quote #321

Hi everything works fine exept the mod i installed it correctly paintballmod.amxx i put that into plugins.. i put paintballmod.sma into scripting... and i wrote it into the plugins.ini i have the right modules but when i restart the server it doesnt work i do amx_plugins i see it saying unkown unkown paintballmod.amxx bad load

and in log it says invalid plugin.

what is wrong?
NiNe is offline
Saritoxz
New Member
Join Date: Jul 2009
Old 07-30-2009 , 22:27   Re: Realism for Paintball Gun & Mod
Reply With Quote #322

Hi,


assistance after install everything in its place and everything to try
create a map quits the game will not be done

what is the problem?
Saritoxz is offline
die-demoneye
Senior Member
Join Date: Jan 2008
Location: France Near Paris
Old 08-02-2009 , 12:37   Re: Realism for Paintball Gun & Mod
Reply With Quote #323

Is possible to have multilanguage in next version ?
__________________
If Need French Translation, Request For It ...
[IMG]http://img5.**************/img5/68/diedemoneye.jpg[/IMG]
die-demoneye is offline
Send a message via MSN to die-demoneye
Kabuto
Senior Member
Join Date: Apr 2009
Location: Lithuania
Old 08-15-2009 , 16:50   Re: Realism for Paintball Gun & Mod
Reply With Quote #324

Hi,

How to work chosshair? Or already cvar?
Kabuto is offline
Send a message via Skype™ to Kabuto
ckyclan
New Member
Join Date: Aug 2009
Location: canada,oakville
Old 08-17-2009 , 14:44   Re: Realism for Paintball Gun & Mod
Reply With Quote #325

ummm i downloaded this mod and when i go on my server the menu dont pop up? what do i do?
ckyclan is offline
Send a message via MSN to ckyclan
bmann_420
AMX_Super Pooper
Join Date: Jan 2005
Location: [SuperCentral.co]
Old 08-17-2009 , 15:08   Re: Realism for Paintball Gun & Mod
Reply With Quote #326

check if its running? Run teh command for the menu? All you should really worry about is the .cfg file with cvars set. (or what you put in your server / amxx.cfg)
__________________
bmann_420 is offline
ckyclan
New Member
Join Date: Aug 2009
Location: canada,oakville
Old 08-17-2009 , 15:37   Re: Realism for Paintball Gun & Mod
Reply With Quote #327

what is the command fo te menu i says that its a bad load and the rpaintball.cfg thing i downloaded its in a notepad thing like the picture is a notepad
ckyclan is offline
Send a message via MSN to ckyclan
nikhilgupta345
Veteran Member
Join Date: Aug 2009
Location: Virginia
Old 08-21-2009 , 18:15   Re: Realism for Paintball Gun & Mod
Reply With Quote #328

I put everything where it was supposed to go and as soon as I restart my server, it crashes. It says like c+++ runtime error. When I switch back to the regular Paintball Gun and Mod, it works just fine. Can someone help me? There are also no errors in the logs.
nikhilgupta345 is offline
Send a message via ICQ to nikhilgupta345 Send a message via Yahoo to nikhilgupta345
moty_p
Member
Join Date: Jul 2008
Old 08-22-2009 , 17:57   Re: Realism for Paintball Gun & Mod
Reply With Quote #329

i Have Problem!
This Is Just Not Work For Me!

my plugins.ini file in addons\amxmodx\configs look like this:
Code:
; AMX Mod X plugins
; Admin Base - Always one has to be activated
admin.amxx  ; admin base (required for any admin-related)
;admin_sql.amxx  ; admin base - SQL version (comment admin.amxx)
; Basic
admincmd.amxx  ; basic admin console commands
adminhelp.amxx  ; help command for admin console commands
adminslots.amxx  ; slot reservation
multilingual.amxx ; Multi-Lingual management
; Menus
menufront.amxx  ; front-end for admin menus
cmdmenu.amxx  ; command menu (speech, settings)
plmenu.amxx  ; players menu (kick, ban, client cmds.)
;telemenu.amxx  ; teleport menu (Fun Module required!)
mapsmenu.amxx  ; maps menu (vote, changelevel)
; Chat / Messages
adminchat.amxx  ; console chat commands
antiflood.amxx  ; prevent clients from chat-flooding the server
scrollmsg.amxx  ; displays a scrolling message
imessage.amxx  ; displays information messages
adminvote.amxx  ; vote commands
; Map related
nextmap.amxx  ; displays next map in mapcycle
mapchooser.amxx  ; allows to vote for next map
timeleft.amxx  ; displays time left on map
; Configuration
pausecfg.amxx  ; allows to pause and unpause some plugins
statscfg.amxx  ; allows to manage stats plugins via menu and commands
; Counter-Strike
;restmenu.amxx  ; restrict weapons menu
statsx.amxx  ; stats on death or round end (CSX Module required!)
miscstats.amxx  ; bunch of events announcement for Counter-Strike
stats_logging.amxx ; weapons stats logging (CSX Module required!)

; SoccerJam Mod Add By Moty_p
;soccerjam.amxx
;faketeambot.amxx
; GunGame Mod Mod Add By Moty_p
; gungame.amxx
; bazooka Mod Mod Add By Moty_p
bazooka.amxx
hpk.amxx
; Deagle Power
deagle_power.amxx
; bio_lasermine_011.amxx
lasermine_020.amxx
sentryguns.amxx
gmsentryguns.amxx

;Buy_Menu.amxx
;kz_jumpplugin.amxx
;kz_autobhop.amxx
;kz_hook.amxx
;kz_top15_local_name.amxx
;kz_top15_local_authid.amxx
GHW_Weapon_Replacement.amxx
ica-1.amxx
bunnyhop.amxx
amx_super.amxx
paintballgun.amxx
paintballmod.amxx
paintballmoves.amxx
paintballnade.amxx
my modules.ini file in addons\amxmodx\configs look like this:
Code:
;;;
; To enable a module, remove the semi-colon (;) in front of its name.
; If it's not here, simply add it its name, one per line.
; You don't need to write the _amxx part or the file extension.
;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;
;; SQL Modules usually need to be enabled manually ;;
;; You can have any number on at a time. Use ;;
;; amx_sql_type in sql.cfg to specify the default ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;
;mysql
;sqlite
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;
;; Put third party modules below here. ;;
;; You can just list their names, without the _amxx ;;
;; or file extension. ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;
;; These modules will be auto-detected and loaded ;;
;; as needed. You do not need to enable them here ;;
;; unless you have problems. ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;
fun
csx
engine
fakemeta
geoip
sockets
regex
nvault
hamsandwich
cstrike
i Have AMX Mox X v1.8.1 And When I Runing The Server I Get This Msg
Code:
rcon restart
L 08/23/2009 - 00:43:40: -------- Mapchange to csp_paintball --------
L 08/23/2009 - 00:43:40: [AMXX] Zlib error encountered: -2(1477161)
L 08/23/2009 - 00:43:40: [AMXX] Plugin file open error (plugin "debug")
L 08/23/2009 - 00:43:40: [AMXX] Zlib error encountered: -2(1477161)
L 08/23/2009 - 00:43:40: [AMXX] Failed to allocate memory (plugin "paintballmod.amxx")
L 08/23/2009 - 00:43:40: [AMXX] Plugin file open error (plugin "Add")
L 08/23/2009 - 00:43:40: [AMXX] Plugin "paintballgun.amxx" failed to load: Module/Library "hamsandwich" required for plugin.  Check modules.ini.
L 08/23/2009 - 00:43:40: [AMXX] Plugin "paintballnade.amxx" failed to load: Module/Library "hamsandwich" required for plugin.  Check modu
How Can I Fix The problem?
moty_p is offline
moty_p
Member
Join Date: Jul 2008
Old 08-23-2009 , 06:16   Re: Realism for Paintball Gun & Mod
Reply With Quote #330

I Have Fix The Problem By Del AMXMOXX dir And Installing agine
No updateing But Now i runing the Server and i got This:
look

The Problem In The File paintballmod.amxx
if i not loaded it all work good

waht Can i do to Fix IT?
moty_p 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 07:13.


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