Game Description
How get current (Game Description) ?
Because i want do one check like this one: Code:
new curr_GD; |
Re: Game Description
Code:
new gameDesc[32]; |
Re: Game Description
Nope, not working.. My code:
Code:
#include <amxmodx> |
Re: Game Description
put the dllfunc inside cmd function
|
Re: Game Description
Quote:
|
Re: Game Description
Quote:
|
Re: Game Description
Hostname is the name people see for "Server Name", Game description is the game's name itself(Like Team Fortress 2 for example).
|
Re: Game Description
I mean that --- > [IMG]http://s12.************/uco5gkabh/123.png[/IMG]
|
Re: Game Description
Retrieving game description can't work because such description is hardcoded in game dll. Meaning like:
Code:
const char *GetGameDescription()When you call DLLFunc_GetGameDescription, you basically retrieve string by calling GetGameDescription() function directly and not the memory you altered. On a side note, trying to get the description is now pointless, since you can change the description only at server start. |
| All times are GMT -4. The time now is 17:29. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.