Raised This Month: $ Target: $400
 0% 

Amxx Studio seting


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
ZombieMan
Senior Member
Join Date: May 2008
Location: Italy.
Old 05-18-2008 , 16:34   Re: Amxx Studio seting
Reply With Quote #1

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 #2

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 #3

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

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


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