get game description
i kno that u can change the game name using fakemeta but im curious to kno if it is possible to just return the current game name. the game name is that name in the server list. example: "Counter-Strike", "Team Fortress", "Half-Life", ect. so is there any possible way to just return the name instead of setting it?
|
Re: get game description
Code:
// Returns string describing current .dll. E.g., TeamFotrress 2, Half-Life |
Re: get game description
You don't just want mod name instead?:
http://www.amxmodx.org/funcwiki.php?go=func&id=248 Otherwise yea, the forward would just pass in the full game name. |
Re: get game description
i kno that already but how do i get it to print the name out without changing the game name?
@vittu, not really because i want to get the name then change it while keeping the original but adding something to the end |
Re: get game description
Yup. :)
Code:
#include <amxmodx> |
Re: get game description
Use add() instead of formatex if you are just adding something to the end of the text.
|
Re: get game description
ty! it works! and i will use add
|
| All times are GMT -4. The time now is 01:16. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.