Cum modific nume Game Counter-Strike in GunGame

Discutii despre problemele aparute in jocul Counter-Strike.

Moderators: Moderatori ajutatori, Moderatori, Echipa eXtreamCS.com

Post Reply
User avatar
Mr.Dr.Sir.Go
Utilizator neserios (tepar)
Utilizator neserios (tepar)
Posts: 351
Joined: 20 Dec 2015, 14:02
Detinator Steam: Nu
CS Status: http://VandConturiNetflix.store/
Reputatie: Utilizator neserios (tepar)
Membru Club eXtreamCS (21 Feb - 21 Iun)
Schimbare nume (-4 luni)
Nick anterior: Paul112
Fond eXtream: 0
Been thanked: 1 time
Contact:

25 Feb 2018, 12:23

Stie cineva cu as putea sa modific din Counter-Strike ..in GunGame (vezi poza)

Image

Unde mai exact trebuie sa modific?
User avatar
A k c 3 n 7
Super moderator
Super moderator
Posts: 5137
Joined: 25 Aug 2014, 21:31
Detinator Steam: Da
CS Status: who dares wins
SteamID: Jandarmeria
Reputatie: Super moderator
Moderatorul anului 2023
Fost Membru Club eXtreamCS ( o luna )
Fost eXtream Mod
Fost Intermediar
Nume anterior: Sorinel
Fond eXtream: 0
Location: Unknown
Discord: remusakcent
Has thanked: 3 times
Been thanked: 46 times

25 Feb 2018, 14:22

Code: Select all

#include <amxmodx>
#include <fakemeta>

new amx_gamename;
public plugin_init( ) { 
    register_plugin( "Game Namer", "1.1", "NeuroToxin" ); 
    amx_gamename = register_cvar( "amx_gamename", "Team Fortress Classic" ); 
    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; 
} 
User avatar
Laurentiu P.
Fost moderator
Fost moderator
Posts: 2548
Joined: 10 Jul 2013, 21:26
Detinator Steam: Da
Reputatie: Fost super moderator
Fond eXtream: 100
Has thanked: 26 times
Been thanked: 61 times
Contact:

26 Feb 2018, 02:00

Sorinel ti-a oferit o varianta, iar a doua din dproto.cfg mai exact cauti :

Code: Select all

# Game_Name (string)
# Sets game name displayed for clients
# If Game_Name is empty, native game name will be used
Game_Name =
no...
Post Reply

Return to “Probleme in jocul Counter-Strike”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 9 guests