Raised This Month: $ Target: $400
 0% 

Full Pack Grenades [27/02/2014]


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
WildCard65
Veteran Member
Join Date: Aug 2013
Location: Canada
Old 02-27-2014 , 11:39   Re: Full Pack Grenades [27/02/2014]
Reply With Quote #3

From what I first saw:
PHP Code:
//Redacted Code
#define PLUGIN "Full Pack Grenades"
#define VERSION "1.0.4"
#define AUTHOR "Simple32" 

public plugin_init() {
    
register_plugin"Full Pack Grenades""1.0.4""Simple32" );
   
//Redacted code
}
//Redacted Code 
Waste of #defines
PHP Code:
//Redacted Code
#define PLUGIN "Full Pack Grenades"
#define VERSION "1.0.4"
#define AUTHOR "Simple32" 

public plugin_init() {
    
register_pluginPLUGINVERSIONAUTHOR );
   
//Redacted code
}
//Redacted Code 
WildCard65 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 20:09.


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