Jump to content
GIGN Forum

Game: Counter-strike


Recommended Posts

#include <amxmodx>

#include <amxmisc>

#include <fakemeta>

#define PLUGIN "Change Mod Name"

#define VERSION "1.0"

#define AUTHOR "Sh!nE*"

#define MODNAME "Counter-Strike"

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

}

Link to comment
Share on other sites

  • 3 weeks later...

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
 Share

×
×
  • Create New...