Raised This Month: $ Target: $400
 0% 

Amxx Studio seting


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
anakin_cstrike
Veteran Member
Join Date: Nov 2007
Location: Romania
Old 05-18-2008 , 14:51   Amxx Studio seting
Reply With Quote #1

Hi..how can i make that amxx-studio look like this at start :
Code:
#include <amxmodx>
#include <amxmisc>

stock const PLUGIN[] =         "New Plugin"
stock const VERSION[] =        "1.0"
stock const AUTHOR[] =         "Anakin"


public plugin_init() {
    register_plugin(PLUGIN, VERSION, AUTHOR)
    
}
Or other things ?
__________________

anakin_cstrike is offline
ConnorMcLeod
Veteran Member
Join Date: Jul 2006
Location: France (95)
Old 05-18-2008 , 15:16   Re: Amxx Studio seting
Reply With Quote #2

Why don't you use pawn studio ? ( i use amx editor from Devcones )
__________________
- tired and retired -

- my plugins -
ConnorMcLeod is offline
anakin_cstrike
Veteran Member
Join Date: Nov 2007
Location: Romania
Old 05-18-2008 , 15:19   Re: Amxx Studio seting
Reply With Quote #3

Quote:
Originally Posted by connorr View Post
Why don't you use pawn studio ? ( i use amx editor from Devcones )
Because pawn studio has a big bug...i have post in the thread
So in amxx-studio is not posible ?
__________________

anakin_cstrike is offline
DA
Veteran Member
Join Date: Nov 2005
Location: Germany/Münster
Old 05-18-2008 , 16:10   Re: Amxx Studio seting
Reply With Quote #4

If I start Amxx Studio then the IDE create automatic this:

Code:
/* Plugin generated by AMXX-Studio */ #include <amxmodx> #include <amxmisc> #define PLUGIN "New Plug-In" #define VERSION "1.0" #define AUTHOR "Muchel" public plugin_init() {     register_plugin(PLUGIN, VERSION, AUTHOR)         // Add your code here... }
__________________
DA is offline
ZombieMan
Senior Member
Join Date: May 2008
Location: Italy.
Old 05-18-2008 , 16:34   Re: Amxx Studio seting
Reply With Quote #5

Quote:
Originally Posted by anakin_cstrike View Post
Hi..how can i make that amxx-studio look like this at start :
Code:
#include <amxmodx>
#include <amxmisc>

stock const PLUGIN[] =         "New Plugin"
stock const VERSION[] =        "1.0"
stock const AUTHOR[] =         "Anakin"


public plugin_init() {
    register_plugin(PLUGIN, VERSION, AUTHOR)
    
}
Or other things ?
Go into My Computer\C:\Program Files\Amxx Studio\config\settings and search the line :
Code:
DefaultPluginAuthor=User
and change User with your name
Code:
DefaultPluginAuthor=Anakin
And then every time you enter in amxx studio will appear like this :
Code:
#include <amxmodx>
#include <amxmisc>

stock const PLUGIN[] =         "New Plugin"
stock const VERSION[] =        "1.0"
stock const AUTHOR[] =         "Anakin"


public plugin_init() {
    register_plugin(PLUGIN, VERSION, AUTHOR)
    
}
Understood ?
__________________
BACK TO BUSINESS

If you want to feel better give me + karma but ... don't forget to leave your name

DO NOT PM me for support
ZombieMan is offline
Exolent[jNr]
Veteran Member
Join Date: Feb 2007
Location: Tennessee
Old 05-18-2008 , 20:02   Re: Amxx Studio seting
Reply With Quote #6

Or, if you don't want to go looking for files, you can change it in the preferences.

Tools > Settings > Misc
__________________
No private work or selling mods.
Quote:
Originally Posted by xPaw View Post
I love you exolent!
Exolent[jNr] is offline
anakin_cstrike
Veteran Member
Join Date: Nov 2007
Location: Romania
Old 05-19-2008 , 06:29   Re: Amxx Studio seting
Reply With Quote #7

I already knew that...but is not possible to change from "#define" to "stock const" ?
__________________

anakin_cstrike is offline
hleV
Veteran Member
Join Date: Mar 2007
Location: Lithuania
Old 05-19-2008 , 07:01   Re: Amxx Studio seting
Reply With Quote #8

I would like this:
PHP Code:
/* Plugin generated by AMXX-Studio */
 
#include <amxmodx>
#include <amxmisc>
 
#define PLUGIN "New Plug-In"
#define VERSION "1.0"
#define AUTHOR "Muchel"
 
public plugin_init() {
        
register_plugin(PLUGINVERSIONAUTHOR)
 
        
// Add your code here...

to be like this:
PHP Code:
#include <amxmodx>
#include <amxmisc> 
 
public plugin_init()
{        
        
register_plugin("Plugin""1.0""hleV")

But I can't or don't know how to change it.
__________________

Last edited by hleV; 05-19-2008 at 07:03.
hleV is offline
ZombieMan
Senior Member
Join Date: May 2008
Location: Italy.
Old 05-19-2008 , 07:33   Re: Amxx Studio seting
Reply With Quote #9

It's imposible what you want hleV ...

Quote:
I already knew that...but is not possible to change from "#define" to "stock const" ?
The answer is no !
__________________
BACK TO BUSINESS

If you want to feel better give me + karma but ... don't forget to leave your name

DO NOT PM me for support

Last edited by ZombieMan; 05-19-2008 at 07:39.
ZombieMan is offline
anakin_cstrike
Veteran Member
Join Date: Nov 2007
Location: Romania
Old 05-19-2008 , 11:24   Re: Amxx Studio seting
Reply With Quote #10

Quote:
Originally Posted by ZombieMan View Post
It's imposible what you want hleV ...



The answer is no !
Ok
__________________

anakin_cstrike is offline
Reply



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 02:15.


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