Raised This Month: $32 Target: $400
 8% 

Ice Wall Frost


Post New Thread Reply   
 
Thread Tools Display Modes
Kia
AlliedModders Donor
Join Date: Apr 2010
Location: In a world of madness
Old 07-07-2014 , 05:20   Re: Ice Wall Frost
Reply With Quote #91

My Server crashes when I throw a HE Grenade
Code:
FATAL ERROR (shutting down): Bad entity in IndexOfEdict()
__________________
Kia is offline
zmd94
Veteran Member
Join Date: Nov 2013
Location: Malaysia (9w2zow).
Old 07-07-2014 , 05:29   Re: Ice Wall Frost
Reply With Quote #92

Thank you hornet. I will add this to this list:

Last edited by zmd94; 07-08-2014 at 00:12.
zmd94 is offline
hornet
AMX Mod X Plugin Approver
Join Date: Mar 2010
Location: Australia
Old 07-07-2014 , 05:49   Re: Ice Wall Frost
Reply With Quote #93

Quote:
Originally Posted by Krtola View Post
[ORPHEU]"CGrenade:: Detonate"
Strange that there's a space in that. Make sure you haven't edited the plugin by mistake.

If that's not the case, then post the outputs of the following commands:

rcon version
rcon meta version
rcon meta list
rcon amxx version
rcon status

@Kia that's odd I haven't been able to produce the same error.
__________________
Quote:
vBulletin Tip #42: Not much would be accomplished by merging this item with itself.

Last edited by hornet; 07-07-2014 at 05:49.
hornet is offline
Krtola
Veteran Member
Join Date: Oct 2013
Location: Serbia
Old 07-07-2014 , 06:14   Re: Ice Wall Frost
Reply With Quote #94

I do not know how to take a picture of the console:
------------------------------------------------------------
AMX Mod X 1.8.2
Authors:
David "BAILOPAN" Anderson, Pavol "PM OnoTo" Marko, Felix "SniperBeamer" Geyer
Jonny "Got His Gun" Bergstrom, Lukasz "SidLuke" Wlasinski
Christian "Basic-Master" Hammacher, Borja "faluco" Ferrer
Scott "Damaged Soul" Ehlert
Compiled: Feb 14 2013, 00:55:00
URL:http://www.amxmodx.org/
----------------------------------------------------------------------------------------
Protocol version 48
Exe version 1.1.2.7/Stdio (cstrike)
Exe build: 11:17:24 Aug 8 2013 (6132)
-------------------------------------------------------------------------------------------

Metamod v1.21p37 2013/05/30 (5:13)
by Will Day
http://www.metamod.org/
Patch: Metamod-P (mm-p) v37
by Jussi Kivilinna
http://metamod-p.sourceforg
---------------------------------------------------------

MySQL 1.8.2 AMX Mod X Dev Team running
SQLite 1.8.2 AMX Mod X Dev Team running
Fun 1.8.2 AMX Mod X Dev Team running
Engine 1.8.2 AMX Mod X Dev Team running
FakeMeta 1.8.2 AMX Mod X Dev Team running
GeoIP 1.8.2 AMX Mod X Dev Team running
Sockets 1.8.2 HLSW Dev Team running
RegEx 1.8.2 AMX Mod X Dev Team running
nVault 1.8.2 AMX Mod X Dev Team running
CStrike 1.8.2 AMX Mod X Dev Team running
CSX 1.8.2 AMX Mod X Dev Team running
Ham Sandwich (updated) 1.4 AMX Mod X Dev Team running
Orpheu 2.5.1 joaquimandrade &
Krtola is offline
Send a message via Skype™ to Krtola
Kia
AlliedModders Donor
Join Date: Apr 2010
Location: In a world of madness
Old 07-07-2014 , 06:25   Re: Ice Wall Frost
Reply With Quote #95

Quote:
Originally Posted by hornet View Post
Strange that there's a space in that. Make sure you haven't edited the plugin by mistake.

If that's not the case, then post the outputs of the following commands:

rcon version
rcon meta version
rcon meta list
rcon amxx version
rcon status

@Kia that's odd I haven't been able to produce the same error.
I use amxmodx-1.8.3-dev-git3939 fresh installed.
__________________
Kia is offline
CryWolf
Veteran Member
Join Date: Jul 2008
Location: Romania
Old 07-07-2014 , 06:34   Re: Ice Wall Frost
Reply With Quote #96

@hornet Thank you verry much man, verry much again, one question how cand remove damage to a player when is inside the wall ice, so no damage can pe taken?

Thanks again, works like a charm.
@zmd, remove the default ZP grenades if you whant to use these.
__________________
I dont walk trough this world with fear in my heart.
www.dark-arena.com L4D, CS1.6, CZ Servers

Last edited by CryWolf; 07-07-2014 at 06:37.
CryWolf is offline
Send a message via MSN to CryWolf Send a message via Yahoo to CryWolf
wickedd
Veteran Member
Join Date: Nov 2009
Old 07-07-2014 , 07:32   Re: Ice Wall Frost
Reply With Quote #97

@hornet

Before you waste your time, take a look at this.
__________________
Just buy the fucking game!!!!
I hate No-Steamers and lazy ass people.
wickedd is offline
hornet
AMX Mod X Plugin Approver
Join Date: Mar 2010
Location: Australia
Old 07-07-2014 , 08:00   Re: Ice Wall Frost
Reply With Quote #98

Quote:
Originally Posted by Kia View Post
I use amxmodx-1.8.3-dev-git3939 fresh installed.
I just downloaded that I tried it. It worked for me. Any other info that might be relevant?

Quote:
Originally Posted by CryWolf View Post
@hornet Thank you verry much man, verry much again, one question how cand remove damage to a player when is inside the wall ice, so no damage can pe taken?
Below line 345, add a new line and put:
Code:
set_user_godmode( id, 0 );
Below line 260, add a new line and put:
Code:
set_user_godmode( iPlayer, 1 );
Recompile

Quote:
Originally Posted by wickedd View Post
@hornet

Before you waste your time, take a look at this.
I see. Thanks.
__________________
Quote:
vBulletin Tip #42: Not much would be accomplished by merging this item with itself.

Last edited by hornet; 07-07-2014 at 08:00.
hornet is offline
Kia
AlliedModders Donor
Join Date: Apr 2010
Location: In a world of madness
Old 07-07-2014 , 08:06   Re: Ice Wall Frost
Reply With Quote #99

Quote:
Originally Posted by hornet View Post
I just downloaded that I tried it. It worked for me. Any other info that might be relevant?
Ehm, I do not think so.
Installed from SteamCMD, installed 1.21-am MetaMod and AMXX, that's all.
__________________
Kia is offline
JokerQH
Junior Member
Join Date: Jun 2014
Old 07-07-2014 , 08:34   Re: Ice Wall Frost
Reply With Quote #100

I have a problem too.
First of all i get this errors,oprheu runs perfectly same and the AMXX 1.8.3:
Quote:
frosty.sma(216) : error 017: undefined symbol "Ham_CS_Player_ResetMaxSpeed"
frosty.sma(336) : error 017: undefined symbol "Ham_CS_Player_ResetMaxSpeed"
frosty.sma(336) : warning 215: expression has no effect
frosty.sma(336) : error 001: expected token: ";", but found ")"
frosty.sma(336) : error 029: invalid expression, assumed zero
frosty.sma(336) : fatal error 107: too many error messages on one line
And in the game, only the trail appears,not frost effect,no ice cube,no explosion.I didn't understand what this plugin does or I did something wrong??
JokerQH 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 03:58.


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