Raised This Month: $ Target: $400
 0% 

Multiple plugins in 1?


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
JoooN
BANNED
Join Date: Jul 2013
Location: Ban List :P
Old 08-01-2013 , 01:46   Multiple plugins in 1?
Reply With Quote #1

Hi, so can I write Multiple plugins in 1 like this?
PHP Code:
/* Plugin generated by AMXX-Studio */

#include <amxmodx>
#include <amxmisc>

#define PLUGIN "New Plug-In"
#define VERSION "1.0"
#define AUTHOR "author"


public plugin_init() {
    
register_plugin(PLUGINVERSIONAUTHOR)
    
    
// My first plugin
}
/* Plugin generated by AMXX-Studio */

#include <amxmodx>
#include <amxmisc>

#define PLUGIN "New Plug-In"
#define VERSION "1.0"
#define AUTHOR "author"


public plugin_init() {
    
register_plugin(PLUGINVERSIONAUTHOR)
    
    
// My second plugin

Is it possible?
JoooN is offline
 



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


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