alongubkin / alongubkin/timer

Store Account IDs instead of Steam IDs

Offen
#3 0 Kommentare 0 Reaktionen 1 zugewiesene Person Beansprucht von @alongubkin Auf GitHub ansehen
enhancement
Vorherrschende Sprache
Lasso
Sterne
4
Forks
9
PR-Merge-Kennzahlen
Keine gemergten PRs in 30 T.

Beschreibung

Steam IDs are different in the Source 2009 engine and the new P2/CSGO engine. We must store account ids instead of steam ids to offer Counter-Strike: Global Offensive support.

```
GetAccountIDFromAuthString(String:authString[])
{
decl String:toks[3][16];

ExplodeString(authString, ":", toks, sizeof(toks), sizeof(toks[]));

new odd = StringToInt(toks[1]);
new halfAID = StringToInt(toks[2]);

return (halfAID*2) + odd;
}
```

(source: [itemlogger](http://hg.limetech.org/droplog/raw-file/13f677e0998d/item_logger.sp))

Beitragsleitfaden

Für dieses Repository ist kein Beitragsleitfaden indexiert

Bewertung

Dieses Issue wurde noch nicht bewertet.

Neue Issues direkt in Ihr Postfach

Eine kurze Übersicht über anfängerfreundliche GitHub-Issues.