Jump to content
GIGN Forum

Kā Nomainīt?


Recommended Posts

#include <amxmodx>
#include <amxmisc>
#include <fakemeta>

#define PLUGIN "Change Mod Name"
#define VERSION "1.0"
#define AUTHOR "Sh!nE*"

#define MODNAME "raksti ko gribi"

new mod[32]

public plugin_init() {
register_plugin(PLUGIN, VERSION, AUTHOR)
register_forward(FM_GetGameDescription,"ModName")
format(mod, 31, MODNAME)
}

public ModName()
{
forward_return(FMV_STRING, mod)

return FMRES_SUPERCEDE
}

Kā jau redzi nav mans plugins... Tāpēc par kopēšanu nepiesieties!

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

×
×
  • Create New...