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

AMX Mod X 1.60 Released!


Post New Thread Closed Thread   
 
Thread Tools Display Modes
Brad
AMX Mod X Team Member
Join Date: Jun 2004
Old 09-22-2005 , 14:21  
#21

@Cereal.Killer:
If you want to know if a specific plugin will work, post in that plugin's thread.

@BAILOPAN:
Quote:
Originally Posted by 1.60 Change Log
* Plugins can now use modules and natives without them being loaded. For example, plmenu will use the cstrike module only if it's available, and no recompile is necessary.
Does this mean that I don't have to do the following anymore?
Code:
#define CSTRIKE // later... #if defined CSTRIKE #include <cstrike> #endif
If so, what would happen if I then used a cstrike-specific function when the user doesn't have the cstrike module loaded?

Also, why is the "small" BBCode tag indenting the first line one space all of a sudden? Me no like.
Brad is offline
Freecode
Never Fall Asleep
Join Date: Jan 2004
Old 09-22-2005 , 14:40  
#22

Good Job Bail
Freecode is offline
BAILOPAN
Join Date: Jan 2004
Old 09-22-2005 , 15:05  
#23

Quote:
Originally Posted by Brad Jones
Does this mean that I don't have to do the following anymore?
#define CSTRIKE
If so, what would happen if I then used a cstrike-specific function when the user doesn't have the cstrike module loaded?
Yes, that's exactly what it means. What happens if the cstrike specific function is called without it loaded? An exception is thrown, which you can handle. Please note this behaviour is not default and your plugin must have the appropriate filters in place.

You can read more about this feature in the Scripting section here:
http://forums.alliedmods.net/showthread.php?t=17885 (this post has been up for a week or two now). Also see the plmenu.sma source code for how it optionally uses cstrike.

Quote:
Originally Posted by Brad Jones
Also, why is the "small" BBCode tag indenting the first line one space all of a sudden? Me no like.
No idea, SniperBeamer's thing not mine
__________________
egg
BAILOPAN is offline
TaGert
Junior Member
Join Date: Jan 2005
Old 09-22-2005 , 16:00  
#24

Nice work..

But i get the same problem with this version as everyone before it. The mysql module stops working if you got more than 64 users. Since there are no compileable source for the mysql versjon, I have to fall back on file access. After a #define 256 and a recompile of admin.sma.
TaGert is offline
BAILOPAN
Join Date: Jan 2004
Old 09-22-2005 , 16:36  
#25

Quote:
Originally Posted by TaGert
Since there are no compileable source for the mysql versjon, I have to fall back on file access
Are you smoking crack?

Quote:
Originally Posted by admin.sma
// Uncomment for SQL version
//#define USING_SQL
You could find the MAX_ADMINS define but not that? Did you ever consider posting on the forums before accusing something of not working? Grr...
__________________
egg
BAILOPAN is offline
Hawk552
AMX Mod X Moderator
Join Date: Aug 2005
Old 09-22-2005 , 16:39  
#26

Awesome. Is this considered a stable release?
__________________
Hawk552 is offline
Send a message via AIM to Hawk552
BAILOPAN
Join Date: Jan 2004
Old 09-22-2005 , 16:44  
#27

Try it and tell me ;]



Just kidding. Yes, this release spent about a week in beta testing and no one reported any problems.
__________________
egg
BAILOPAN is offline
UPA_Brawler
Junior Member
Join Date: Feb 2005
Old 09-22-2005 , 16:46  
#28

i think it might be its stable on my linux server yay
UPA_Brawler is offline
Hawk552
AMX Mod X Moderator
Join Date: Aug 2005
Old 09-22-2005 , 16:46  
#29

Ah great, I honestly don't really care either way, the bugs usually don't effect my server.

Again, thanks for the great work, I look forward to seeing this in action, and maybe using the new natives
__________________
Hawk552 is offline
Send a message via AIM to Hawk552
KWo
AMX Mod X Beta Tester
Join Date: Jul 2004
Location: Poland
Old 09-22-2005 , 17:46  
#30

Quote:
Originally Posted by BAILOPAN
Quote:
Originally Posted by Brad Jones
Does this mean that I don't have to do the following anymore?
#define CSTRIKE
If so, what would happen if I then used a cstrike-specific function when the user doesn't have the cstrike module loaded?
Yes, that's exactly what it means.
Well - You told me it's impossible to do...

Great job again.
__________________
The Fullpack of podbot mm V3B22 - 24 apr 2012!!! is available here.
The All-In-One 3.2a package - 02 jun 2013 (AMX X 1.8.2 [with ATAC 3.0.1b , CSDM2.1.3c beta, CM OE 0.6.5, podbot mm V3B22c and mm 1.20) is available here.
The newest Beta V3B23a (rel. 28 august 2018!!!) is available here.
KWo is offline
Closed Thread



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 19:45.


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