fakequeries: fixed hooking problems on certain providers
linkage: added support for fake steam ids for bots controlled via yb_enable_fake_steamids) note that fake steam ids just used for give ability server owners to run statistics modules with tracking by steam ids ant not nicknames.
This commit is contained in:
parent
0f9e890509
commit
1dc1043f7d
5 changed files with 42 additions and 1 deletions
|
|
@ -88,6 +88,9 @@ public:
|
|||
// get the current date and time as string
|
||||
String getCurrentDateTime ();
|
||||
|
||||
// generates fake steam id from bot name
|
||||
StringRef getFakeSteamId (edict_t *ent);
|
||||
|
||||
// get's the wave length
|
||||
float getWaveLength (StringRef filename);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue