Raised This Month: $32 Target: $400
 8% 

Game Name Changer V.1.1


Post New Thread Reply   
 
Thread Tools Display Modes
Ser_UFL
Member
Join Date: Feb 2008
Old 04-27-2008 , 10:41   Re: Game Name Changer V.1.1
Reply With Quote #21

Nice plugin !
But I saw another:

Quote:
#include <amxmodx>
#include <fakemeta>
#define PLUGIN "GameName Description"
#define VERSION "1.0"
#define AUTHOR "Alka+Co"

public plugin_init() {
register_plugin(PLUGIN, VERSION, AUTHOR);
new GameName[32];
dllfunc(DLLFunc_GetGameDescription, GameName, sizeof GameName - 1);
register_cvar("gamename", GameName)
register_forward(FM_GetGameDescription, "Fwd_GameDescription");
}
public Fwd_GameDescription()
{
new GameName[32];
get_cvar_string("gamename", GameName, 31)
new Buffer[128];
formatex(Buffer, sizeof Buffer - 1, "%s", GameName);
forward_return(FMV_STRING, Buffer);
return FMRES_SUPERCEDE;
}
Ser_UFL is offline
uSHLa
New Member
Join Date: Apr 2008
Old 04-27-2008 , 23:46   Re: Game Name Changer V.1.1
Reply With Quote #22

Umm..... ya it didnt work lol ? were do i find the server.cfg? in the
addons/amxmodx/config/?
i diddnt find it there
and it doesnt say what i put i put
amx_gamename "{Stealth} T.u.P"
in server.cfg nothin happend
uSHLa is offline
YamiKaitou
Has a lovely bunch of coconuts
Join Date: Apr 2006
Location: Texas
Old 04-28-2008 , 00:12   Re: Game Name Changer V.1.1
Reply With Quote #23

server.cfg is in the cstrike folder...
__________________
ProjectYami Laboratories

I do not browse the forums regularly anymore. If you need me for anything (asking questions or anything else), then PM me (be descriptive in your PM, message containing only a link to a thread will be ignored).
YamiKaitou is offline
tgskills
Member
Join Date: Jul 2007
Location: Charlotte, North Carolin
Old 04-30-2008 , 16:03   Re: Game Name Changer V.1.1
Reply With Quote #24

When I do this it keeps saying TFC??
Anything I put it only says Team Fortress Classic.

Please help,
Thanks.
tgskills is offline
Stixsmaster
Veteran Member
Join Date: May 2007
Location: I am all around you...I
Old 04-30-2008 , 21:12   Re: Game Name Changer V.1.1
Reply With Quote #25

I edit what this says with this plugin in my server.cfg but I modified the .sma for this file to say what I wanted it to say...and that would work exceptionally for me...

---Stixsmaster
__________________
Stixsmaster is offline
Send a message via AIM to Stixsmaster Send a message via MSN to Stixsmaster
The Killer (DK)
Member
Join Date: Mar 2008
Old 05-04-2008 , 05:36   Re: Game Name Changer V.1.1
Reply With Quote #26

can this plugin be ported to hl2 deathmatch (sourcemod)???

so you get 2 cvars like this:

//gametypes: leave blank for default

//the deathmatch game type leave blank for standard
sm_gametypedm "ShellShock"

//the team play game type leave blank for standard
sm_gametypetdm "Team ShellShock"

killer
The Killer (DK) is offline
redboyke
Member
Join Date: May 2008
Old 06-02-2008 , 15:18   Re: Game Name Changer V.1.1
Reply With Quote #27

i tryed this plugin but for some reason after you add it
your server doesnt show up in the global server list.
redboyke is offline
Demoz123
Member
Join Date: Jul 2008
Location: USA, California, Brea
Old 07-12-2008 , 22:56   Re: Game Name Changer V.1.1
Reply With Quote #28

Thank You So Much I thought You Had To Use Hammer but you Don't Thank You SO Much!!!!
__________________
Demoz123 is offline
Demoz123
Member
Join Date: Jul 2008
Location: USA, California, Brea
Old 07-13-2008 , 14:45   Re: Game Name Changer V.1.1
Reply With Quote #29

Redboyke IM HAVING THE SAME PROBLEM IMA REMOVE IT !!
__________________
Demoz123 is offline
Demoz123
Member
Join Date: Jul 2008
Location: USA, California, Brea
Old 07-13-2008 , 14:47   Re: Game Name Changer V.1.1
Reply With Quote #30

Wow this is so gay~! Time To Make A New Server DARN!!
__________________

Last edited by Demoz123; 07-13-2008 at 14:54.
Demoz123 is offline
Reply


Thread Tools
Display Modes

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 01:17.


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