Raised This Month: $51 Target: $400
 12% 

Game Name Changer V.1.1


Post New Thread Reply   
 
Thread Tools Display Modes
IntelliQ
Member
Join Date: Jul 2005
Old 03-20-2012 , 07:10   Re: Game Name Changer V.1.1
Reply With Quote #101

Easy and works great. Thank you!
IntelliQ is offline
RaHBeR
๏_๏
Join Date: Jul 2012
Old 07-24-2012 , 05:23   Re: Game Name Changer V.1.1
Reply With Quote #102

Deleted

Last edited by RaHBeR; 11-24-2013 at 07:40.
RaHBeR is offline
isotonic
AlliedModders Donor
Join Date: Jun 2011
Location: Moscow, Russia
Old 07-24-2012 , 17:36   Re: Game Name Changer V.1.1
Reply With Quote #103

RaHBeR, next time note the date of the post before replying.
__________________

Last edited by isotonic; 07-24-2012 at 17:36.
isotonic is offline
Cheezpuff
BANNED
Join Date: Oct 2012
Location: City of the Dead
Old 10-15-2012 , 17:59   Re: Game Name Changer V.1.1
Reply With Quote #104

i read all rules, and did it
but the gamename not change.
Cheezpuff is offline
Send a message via Skype™ to Cheezpuff
ANTICHRISTUS
kingdom of weird stuff
Join Date: Jun 2010
Location: My kingdom is not in thi
Old 10-16-2012 , 07:07   Re: Game Name Changer V.1.1
Reply With Quote #105

Quote:
Originally Posted by Cheezpuff View Post
i read all rules, and did it
but the gamename not change.
which rules ? you are talking like a bot !
  1. install it as any other plugin.
  2. add your cvars to amxx.cfg or edit the .sma.
  3. finally, recompile.
that's all.
__________________
ANTICHRISTUS is offline
sandro
Senior Member
Join Date: Mar 2013
Old 05-19-2013 , 14:20   Re: Game Name Changer V.1.1
Reply With Quote #106

Nice Plugin
sandro is offline
@Ivan
Junior Member
Join Date: Jun 2012
Location: Venezuela
Old 05-24-2013 , 20:47   Re: Game Name Changer V.1.1
Reply With Quote #107

The plugin does not work, just change the name once.
@Ivan is offline
ANTICHRISTUS
kingdom of weird stuff
Join Date: Jun 2010
Location: My kingdom is not in thi
Old 05-25-2013 , 16:45   Re: Game Name Changer V.1.1
Reply With Quote #108

give more details and ask people to test it for you, it was working before the last steam updates
__________________
ANTICHRISTUS is offline
jaredh2332
Junior Member
Join Date: Jul 2013
Old 10-08-2013 , 18:14   Re: Game Name Changer V.1.1
Reply With Quote #109

I edited the sma and recompiled and it did not work also what do i type in amxx.cfg


Here is what my .sma is

#include <amxmodx>
#include <fakemeta>

new amx_gamename;
public plugin_init( ) {
register_plugin( "Game Namer", "1.1", "NeuroToxin" );
amx_gamename = register_cvar( "amx_gamename", "[24/7]" );
register_forward( FM_GetGameDescription, "GameDesc" );
}

public GameDesc( ) {
static gamename[32];
get_pcvar_string( amx_gamename, gamename, 31 );
forward_return( FMV_STRING, gamename );
return FMRES_SUPERCEDE;
}
jaredh2332 is offline
ANTICHRISTUS
kingdom of weird stuff
Join Date: Jun 2010
Location: My kingdom is not in thi
Old 10-08-2013 , 19:06   Re: Game Name Changer V.1.1
Reply With Quote #110

  • you did something wrong, check the installation.
  • no need to edit the .sma, just put this in your amxx.cfg
Code:
amx_gamename "[24/7]"
tested just now within a local HLDS, plugin is working finelly.
could not test it online, as I have problems with my PC and don't want to restart just for this.
__________________

Last edited by ANTICHRISTUS; 10-08-2013 at 19:06.
ANTICHRISTUS 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 07:11.


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