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

First Release Version 0.1


Post New Thread Closed Thread   
 
Thread Tools Display Modes
SniperBeamer
AMX Mod X Founder
Join Date: Jun 2003
Location: Good Old Europe
Old 03-08-2004 , 10:09  
#21

make sure you have recompiled all plugins
__________________
SniperBeamer is offline
Johnny got his gun
Veteran Member
Join Date: Jan 2004
Location: Tokyo
Old 03-08-2004 , 10:11  
#22

Quote:
Originally Posted by DopeFish
hmm #if defined BLARGH doesn't do what I need. it always gives back "true" independent of the value of BLARGH (of course)
#if BLARGH gives back true if BLARGH is 1 and false if BLARGH is 0
According the the small documentation #if constant expression must work. Please don't tell me you killed this in the new sc compiler, it would make the wc3 plugin a lot larger, slower and cause one heck of a lot of work for me.
#define BLARGH

then later

//#define BLARGH

you dont need to set it to a value. either define it, or dont define it at all. should work.

"#if defined" only checks if the define is defined. not what it is defined to.
Johnny got his gun is offline
DopeFish
Senior Member
Join Date: Feb 2004
Old 03-08-2004 , 10:34  
#23

Quote:
you dont need to set it to a value.
actually I do need to set it to a value, normally 0 or 1. if it is not defined at all by an admin using the plugin it gets set to the default value by the plugin. therefore it is always defined.

Code:
#include <amxmodx> #include "plugin.cfg" #if !defined (BLARGH) // admin didn't set any value in plugin.cfg, we'll use the default       #define BLARGH 1 #endif #if defined BLARGH // This doesn't work since it is always true because it is always defined // #if  BLARGH  // <<-- would be right but amxx sc is broken public plugin_init() {         register_plugin("Test Plugin","0.2","blargh set to 1") } #else public plugin_init() {         register_plugin("Test Plugin","0.2","blargh set to 0") } #endif

I'm not looking for a workaround, I was wondering why this was taken out of the small compiler. Using your workaround I would need twice the number of defines.
DopeFish is offline
Send a message via ICQ to DopeFish
CroniK
Member
Join Date: Mar 2004
Location: Toulouse, France
Old 03-08-2004 , 10:52  
#24

Got the problem where amxx_mm_i386.so don't work => amxx.cfg not loaded

I install libstdc++ and work well....
__________________
CroniK

[FR] CroniK CS1.6 Server: 217.167.120.122:27015

Hosted by myself
CroniK is offline
BigBaller
Veteran Member
Join Date: Mar 2004
Location: Everett, WA
Old 03-08-2004 , 11:03  
#25

I got it installed and working on a

Windows STEAM Server

But I have found a list of few bugs and they follow.

*Note I didnt install any other plugins and I disabled the map chooser plugin.

- Bugs I found, mainly with stats releated.

AutoBuy and Re-Buy commands are restricted

Command "amx_plugins" returns as invalid command in console

say /rank command only displays a white MOTD box.

say /statsme or /stats and the weapon names show up as squares

HUD display messages are buggy for headshot with certian weapons.

HUD display for Knife kills is usally fast

First Blood plays no sound (yes I have the sound file)

Show hp and ap spams the server console and shows no display message on game screen

Team score shows incorrectly

Sounds for headshot and knife kill are usally TOO loud

Apon server restart (reboot) it will load 4 modules, then map change will only load 2 modules.

No welcome message in game console, it displays as MOTD in game, I like the idea but it overrides the defaut motd.txt file in the cstrike folder. If you intended to this then please allow us to edit the welcome message to add things.


This is very rough, the amx_modules command does work. I will work on it some more later, it did install correctly and does not have a bad load, havent tried any addon plugins.

Ill post a few SS also later, time to get ready for work.
__________________

BigBaller is offline
CroniK
Member
Join Date: Mar 2004
Location: Toulouse, France
Old 03-08-2004 , 11:11  
#26

amx_plugins don't work too

=>http://forums.alliedmods.net/showthread.php?p=917#997
__________________
CroniK

[FR] CroniK CS1.6 Server: 217.167.120.122:27015

Hosted by myself
CroniK is offline
SniperBeamer
AMX Mod X Founder
Join Date: Jun 2003
Location: Good Old Europe
Old 03-08-2004 , 11:50  
#27

- AutoBuy and Re-Buy commands are restricted
there is no other way to restrict it

- Command "amx_plugins" returns as invalid command in console
fixed

say /rank command only displays a white MOTD box.
fixed

- say /statsme or /stats and the weapon names show up as squares
fixed

- If you intended to this then please allow us to edit the welcome message to add things.
conmotd.txt (oh yes isn't working but fixed)
__________________
SniperBeamer is offline
JC_Denton
Member
Join Date: Mar 2004
Old 03-08-2004 , 12:47  
#28

found bug in stats...
amxx is showing endstats (victims/attackers) after planting the bomb instead of roundend...
JC_Denton is offline
MagicShot
Senior Member
Join Date: Mar 2004
Location: MN
Old 03-08-2004 , 13:22   I will Test when I get Home to Night
#29

I downloaded the windows version...

Will Test tonight when I get home from work..

See you all when i get back from work and give my input.
__________________
|v|agic$hot
.
Without a Sound
MagicShot is offline
Send a message via MSN to MagicShot Send a message via Yahoo to MagicShot
hondaman
Senior Member
Join Date: Mar 2004
Location: Dallas, Texas
Old 03-08-2004 , 14:08  
#30

Is there a place I can download the latest version with the ALREADY fixed stuff included? I know its brand new, and im 100% anxious to give it a shot and report bugs if I find them.

hondaman
www.hardgaming.com
hondaman is offline
Closed Thread


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 03:25.


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