Raised This Month: $7 Target: $400
 1% 

[Module] - Zombie Plague 5.0.5


Post New Thread Reply   
 
Thread Tools Display Modes
joropito
AlliedModders Donor
Join Date: Mar 2009
Location: pfnAddToFullPack
Old 04-29-2013 , 12:53   Re: [Module] - Zombie Plague 5.0.5
Reply With Quote #21

Quote:
Originally Posted by K.K.Lv View Post
should I update the HLSDK ?

Code:
e:\amx mod x\metamod\metamod\sdk_util.h(79): error C2664: “void (int,char *,char *,char *)”:
Latest amxmodx uses minor modifications so yes, you should update hlsdk to the one in amxmodx repository

Metamod: http://hg.alliedmods.net/metamod-am/archive/tip.zip
HLSDK: http://hg.alliedmods.net/hl2sdks/hlsdk/archive/tip.zip
__________________

Divide et vinces
approved plugins | steam account

I don't accept PM for support. Just ask on forums.
If you're looking for private work, PM me.
joropito is offline
Send a message via MSN to joropito
TheDS1337
Veteran Member
Join Date: Jun 2012
Old 05-01-2013 , 08:23   Re: [Module] - Zombie Plague 5.0.5
Reply With Quote #22

Thank's Joripito, great job this will help peoples )
TheDS1337 is offline
Netsys
Senior Member
Join Date: Feb 2010
Old 05-05-2013 , 03:01   Re: [Module] - Zombie Plague 5.0.5
Reply With Quote #23

I get this crash:

PHP Code:
L 05/05/2013 03:54:50: -------- Mapchange to de_dust2 --------
L 05/05/2013 03:54:50: [METAdllLoaded plugin 'CStrike'CStrike v1.8.2 Feb 14 2013AMX Mod X Dev Team
L 05
/05/2013 03:54:50: [METAdllLoaded plugin 'FakeMeta'FakeMeta v1.8.2 Feb 14 2013AMX Mod X Dev Team
L 05
/05/2013 03:54:50: [METAdllLoaded plugin 'Fun'Fun v1.8.2 Feb 14 2013AMX Mod X Dev Team
L 05
/05/2013 03:54:50: [METAERRORFailed to find memloc for regcmd 'ham'
L 05/05/2013 03:54:50: [METAdllLoaded plugin 'Ham Sandwich'Ham Sandwich v1.8.2 Feb 14 2013AMX Mod X Dev Team
stray key in process_key
item_getiteminfo 61
L 05
/05/2013 03:54:50: [METAdllLoaded plugin 'ZP50Mod'ZP50Mod v5.0.5 May  5 2013JoRoPiTo
L 05
/05/2013 03:54:50Server cvar "amxmodx_version" "1.8.2"
Uploading dump (in-process) [proxy '']
/
tmp/dumps/crash_20130505035450_1.dmp
success 
no
error
:  HTTP response code said error
Violación de segmento 
status:
PHP Code:
status
hostname
Test server
version 
:  48/1.1.2.7/Stdio 6004 insecure  (10)
tcp/ip  :  127.0.0.1:27015
map     
:  de_dust2 at0 x0 y0 z
players 
:  0 active (28 max)

#      name userid uniqueid frag time ping loss adr
0 users 
version
PHP Code:
Protocol version 48
Exe version 1.1.2.7
/Stdio (cstrike)
Exe build10:15:11 Apr  3 2013 (6004
amxx version
PHP Code:
AMX Mod X 1.8.2 (http://www.amxmodx.org)
Authors:
        
David "BAILOPAN" AndersonPavol "PM OnoTo" Marko
        Felix 
"SniperBeamer" GeyerJonny "Got His Gun" Bergstrom
        Lukasz 
"SidLuke" WlasinskiChristian "Basic-Master" Hammacher
        Borja 
"faluco" FerrerScott "DS" Ehlert
Compiled
Feb 14 201300:55:09
Build ID
1.8.2 61:2ae84f7c0a97
Core mode
JIT+ASM32 
meta version
PHP Code:
Metamod v1.21-am  2013-03-15 (5:13)
by Will Day <willday@metamod.org>
   
http://www.metamod.org/
compiledMar 15 201315:30:22 -0500 (optimized
meta list (without zp50_core module)
PHP Code:
Currently loaded plugins:
      
description      stat pend  file              vers      src  load  unlod
 
1AMX Mod X        RUN   -    amxmodx_mm_i386.  v1.8.2    ini  Start ANY
 
2CStrike          RUN   -    cstrike_amxx_i38  v1.8.2    pl1  ANY   ANY
 
3FakeMeta         RUN   -    fakemeta_amxx_i3  v1.8.2    pl1  ANY   ANY
 
4Fun              RUN   -    fun_amxx_i386.so  v1.8.2    pl1  ANY   ANY
 
5Ham Sandwich     RUN   -    hamsandwich_amxx  v1.8.2    pl1  ANY   ANY
5 plugins
5 running 
Edit:

Fix:
PHP Code:
SERVER_COMMAND(MF_BuildPathnameR(filesizeof(file) - 1"%s/zombieplague.cfg"MF_GetLocalInfo("amxx_configsdir""addons/amxmodx/configs"))); 
to

PHP Code:
char file[ZP_MAX_STRING];
MF_BuildPathnameR(filesizeof(file) - 1"%s/zombieplague.cfg"MF_GetLocalInfo("amxx_configsdir""addons/amxmodx/configs"));

char cmd[ZP_MAX_STRING];
snprintf(cmdsizeof(cmd), "exec %s\n"file);
SERVER_COMMAND(cmd);
RETURN_META(MRES_IGNORED); 

Last edited by Netsys; 05-05-2013 at 04:52.
Netsys is offline
TheDS1337
Veteran Member
Join Date: Jun 2012
Old 05-13-2013 , 11:37   Re: [Module] - Zombie Plague 5.0.5
Reply With Quote #24

umm, maybe the module have probleme with CBase hooks ?
TheDS1337 is offline
joropito
AlliedModders Donor
Join Date: Mar 2009
Location: pfnAddToFullPack
Old 05-14-2013 , 11:26   Re: [Module] - Zombie Plague 5.0.5
Reply With Quote #25

Quote:
Originally Posted by DeagLe.Studio View Post
umm, maybe the module have probleme with CBase hooks ?
If you use an older engine for sure.
__________________

Divide et vinces
approved plugins | steam account

I don't accept PM for support. Just ask on forums.
If you're looking for private work, PM me.
joropito is offline
Send a message via MSN to joropito
Old 05-17-2013, 00:56
vip-colgate
This message has been deleted by vip-colgate.
Predat0r
Senior Member
Join Date: Dec 2011
Old 06-24-2013 , 13:24   Re: [Module] - Zombie Plague 5.0.5
Reply With Quote #26

Spoiler


What is this?
I have: ZP 5.0.8
and
Amxx: 1.8.2

Last edited by Predat0r; 06-24-2013 at 13:35.
Predat0r is offline
TheDS1337
Veteran Member
Join Date: Jun 2012
Old 06-24-2013 , 15:37   Re: [Module] - Zombie Plague 5.0.5
Reply With Quote #27

Update your server by SteamCMD
TheDS1337 is offline
Neeeeeeeeeel.-
Some Guy Yellin'
Join Date: Jul 2010
Location: Argentina
Old 06-25-2013 , 23:12   Re: [Module] - Zombie Plague 5.0.5
Reply With Quote #28

Just awesome, I hadn't seen this! Great work!
__________________
Neeeeeeeeeel.- is offline
Send a message via Skype™ to Neeeeeeeeeel.-
Ejubinho
Junior Member
Join Date: Jun 2013
Old 06-26-2013 , 09:40   Re: [Module] - Zombie Plague 5.0.5
Reply With Quote #29

Well i have created a new zombie plague mod 5.1.0.Its have all new posted extra items,addons and zombie classes but i need help on the zp50_core.amxx plugin.I change the code but the server crash.It works on windows but i need help with the core plugin.Can someone post any details how to fix this problem.
Ejubinho is offline
Send a message via MSN to Ejubinho
Bos93
Veteran Member
Join Date: Jul 2010
Old 11-23-2013 , 08:07   Re: [Module] - Zombie Plague 5.0.5
Reply With Quote #30

joropito, why do you not use mprotect in RegisterHam function ?
Bos93 is offline
Send a message via ICQ to Bos93 Send a message via Skype™ to Bos93
Reply


Thread Tools
Display Modes

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:55.


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