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

Laser/TripMine Entity


Post New Thread Reply   
 
Thread Tools Display Modes
+ARUKARI-
AlliedModders Donor
Join Date: Jul 2004
Location: Japan
Old 09-11-2020 , 01:33   Re: Laser/TripMine Entity
Reply With Quote #651

The presence or absence of these two lines toggles support for each.
Code:
// #define BIOHAZARD_SUPPORT
// #define ZP_SUPPORT
In the latest version, all the processes are described in lasermine_zombie.inc


Code:
#if defined BIOHAZARD_SUPPORT || defined ZP_SUPPORT
#pragma semicolon 0
	#include <lasermine_zombie>
#pragma semicolon 1
#endif
__________________
GitHub
SteamWishlist

六四天安門事件

Last edited by +ARUKARI-; 09-11-2020 at 01:33.
+ARUKARI- is offline
xonfire
Member
Join Date: Sep 2020
Old 12-29-2020 , 15:08   Re: Laser/TripMine Entity
Reply With Quote #652

Hello I have this error in console

PHP Code:
[FAKEMETAUndefined pev index1073741908
[AMXXDisplaying debug trace (plugin "lasermine.amxx"version "3.18")
[
AMXXRun time error 10native error (native "set_pev")
[
AMXX]    [0lasermine_util.inc::lm_remove_entity (line 539)
[
AMXX]    [1lasermine.sma::lm_progress_stop (line 442)
[
FAKEMETAUndefined pev index1073741908
[AMXXDisplaying debug trace (plugin "lasermine.amxx"version "3.18")
[
AMXXRun time error 10native error (native "set_pev")
[
AMXX]    [0lasermine_util.inc::lm_remove_entity (line 539)
[
AMXX]    [1lasermine.sma::RemoveMine (line 705

Last edited by xonfire; 12-29-2020 at 15:13.
xonfire is offline
+ARUKARI-
AlliedModders Donor
Join Date: Jul 2004
Location: Japan
Old 01-09-2021 , 22:05   Re: Laser/TripMine Entity
Reply With Quote #653

VERSION3.25
  • Added: Native and Forward functions.

VERSION3.23
  • Fixed: Server crash.

VERSION3.22
  • Fixed: Undefined pev index.(Typo)

VERSION3.21
  • The end of suppert for AMXX v1.8.2.
  • Added: CSX WeaponId.
  • Fixed: Undefined pev index.
__________________
GitHub
SteamWishlist

六四天安門事件

Last edited by +ARUKARI-; 01-09-2021 at 22:05.
+ARUKARI- is offline
Sh0pke
Junior Member
Join Date: Oct 2017
Location: Republic of Serbia
Old 01-13-2021 , 13:48   Re: Laser/TripMine Entity
Reply With Quote #654

When I try to compile v325 of the plugin with AMXX v1.9, with enabled support for zombie plague mod (I'm using v5.0.8a from this forum), I get error saying:
Code:
//...lasermine.sma(2147): error 021: symbol already defined: "plugin_natives"
// 1 Error.
// Could not locate output file compiled\lasermine.amx (compile failed).
Any help? Thanks.
__________________
INFECTION
COUNTDOWN MANAGER

The best countdown plugin for every zombie mod!
DOWNLOAD
Sh0pke is offline
Send a message via ICQ to Sh0pke Send a message via AIM to Sh0pke Send a message via Yahoo to Sh0pke Send a message via Skype™ to Sh0pke
+ARUKARI-
AlliedModders Donor
Join Date: Jul 2004
Location: Japan
Old 01-13-2021 , 18:08   Re: Laser/TripMine Entity
Reply With Quote #655

Quote:
Originally Posted by Sh0pke View Post
When I try to compile v325 of the plugin with AMXX v1.9, with enabled support for zombie plague mod (I'm using v5.0.8a from this forum), I get error saying:
Code:
//...lasermine.sma(2147): error 021: symbol already defined: "plugin_natives"
// 1 Error.
// Could not locate output file compiled\lasermine.amx (compile failed).
Any help? Thanks.
Sorry, fixed in 3.26.
__________________
GitHub
SteamWishlist

六四天安門事件
+ARUKARI- is offline
Sh0pke
Junior Member
Join Date: Oct 2017
Location: Republic of Serbia
Old 01-13-2021 , 21:35   Re: Laser/TripMine Entity
Reply With Quote #656

Thank you.

As for now, when I tried to test the plugin (v3.27), I got the following log in my game console and log file:
Code:
[AMXX] Load error 17 (invalid file format or version) (plugin "lasermine.amxx")
Invalid cellvector handle provided (189:0:0)
Zombie Plague v5.0.8a.
__________________
INFECTION
COUNTDOWN MANAGER

The best countdown plugin for every zombie mod!
DOWNLOAD

Last edited by Sh0pke; 01-13-2021 at 21:36.
Sh0pke is offline
Send a message via ICQ to Sh0pke Send a message via AIM to Sh0pke Send a message via Yahoo to Sh0pke Send a message via Skype™ to Sh0pke
+ARUKARI-
AlliedModders Donor
Join Date: Jul 2004
Location: Japan
Old 01-13-2021 , 22:27   Re: Laser/TripMine Entity
Reply With Quote #657

Quote:
Originally Posted by Sh0pke View Post
Thank you.

As for now, when I tried to test the plugin (v3.27), I got the following log in my game console and log file:
Code:
[AMXX] Load error 17 (invalid file format or version) (plugin "lasermine.amxx")
Invalid cellvector handle provided (189:0:0)
Zombie Plague v5.0.8a.
v3.28 Fixed.
But, I have confirmed that we can actually set up and run the ZP environment, but we have not been able to confirm that people are in it.
__________________
GitHub
SteamWishlist

六四天安門事件
+ARUKARI- is offline
Sh0pke
Junior Member
Join Date: Oct 2017
Location: Republic of Serbia
Old 01-14-2021 , 10:30   Re: Laser/TripMine Entity
Reply With Quote #658

I have removed comment on ZP_SUPPORT and compiled it locally (v3.2, installed the plugin and I got the exact same log in my game console and log file as written above. I triple checked it, I installed everything correctly.
__________________
INFECTION
COUNTDOWN MANAGER

The best countdown plugin for every zombie mod!
DOWNLOAD
Sh0pke is offline
Send a message via ICQ to Sh0pke Send a message via AIM to Sh0pke Send a message via Yahoo to Sh0pke Send a message via Skype™ to Sh0pke
+ARUKARI-
AlliedModders Donor
Join Date: Jul 2004
Location: Japan
Old 01-14-2021 , 19:29   Re: Laser/TripMine Entity
Reply With Quote #659

There is a possibility that the version of AMXX is different between the compilation environment and the server environment.
Please use the same version to compile.
__________________
GitHub
SteamWishlist

六四天安門事件
+ARUKARI- is offline
Sh0pke
Junior Member
Join Date: Oct 2017
Location: Republic of Serbia
Old 01-17-2021 , 13:42   Re: Laser/TripMine Entity
Reply With Quote #660

I think that may be the case, because I think the server version of AMXX is different compared with the one I compiled the plugin (v1.9).
__________________
INFECTION
COUNTDOWN MANAGER

The best countdown plugin for every zombie mod!
DOWNLOAD
Sh0pke is offline
Send a message via ICQ to Sh0pke Send a message via AIM to Sh0pke Send a message via Yahoo to Sh0pke Send a message via Skype™ to Sh0pke
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 15:54.


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