View Single Post
Author Message
yokomo
Surprise Ascot!
Join Date: May 2010
Location: Malaysia
Old 06-19-2012 , 06:43   About Amxx Studio
Reply With Quote #1

Hi how can i change this default templete:
PHP Code:
/* Plugin generated by AMXX-Studio */

#include <amxmodx>
#include <amxmisc>

#define PLUGIN "New Plug-In"
#define VERSION "0.0.1"
#define AUTHOR "wbyokomo"


public plugin_init() {
    
register_plugin(PLUGINVERSIONAUTHOR)
    
    
// Add your code here...

To become like this:
PHP Code:
#include <amxmodx>

#define PLUGIN "New Plug-In"
#define VERSION "0.0.1"

public plugin_precache()
{
    
}

public 
plugin_init()
{
    
register_plugin(PLUGINVERSION"wbyokomo")
    
    

I didn't find any menu/tab for custom templete on Amxx Studio. On Pawn Studio we can create our own templete. Thanks.
__________________
Team-MMG CS1.6 Servers:
✅ MultiMod -- 103.179.44.152:27016
✅ Zombie Plague -- 103.179.44.152:27015
✅ Zombie Escape -- 103.179.44.152:27017
✅ Klassik Kombat -- 103.179.44.152:27018
✅ Boss-Battle -- 103.179.44.152:27019

Last edited by yokomo; 06-19-2012 at 09:55. Reason: Update
yokomo is offline