Raised This Month: $ Target: $400
 0% 

Because this plugin is not compiled?


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Blue Snake.
Member
Join Date: May 2011
Location: Romania
Old 08-14-2011 , 12:06   Re: Because this plugin is not compiled?
Reply With Quote #2

PHP Code:
public plugin_init() {
register_plugin(P,AMXX_VERSION_STR,A

to


PHP Code:
#define P "aaa"
#define AMXX_VERSION_STR "aaa"
#define A "aaa"

public plugin_init() {
register_plugin(P,AMXX_VERSION_STR,A


or to

PHP Code:
public plugin_init() {
register_plugin("P","AMXX_VERSION_STR","A"




P = Plugin name
AMXX_VERSION_STR = Plugin's version (if first, use 1.0)
A = Author (your nickname)

Last edited by Blue Snake.; 08-14-2011 at 12:11.
Blue Snake. 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 03:31.


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