mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-25 06:15:37 +03:00
Changed my handle for amxx client command.
Former-commit-id: 51b3160068
This commit is contained in:
parent
c8ae274845
commit
3a65722bff
@ -907,7 +907,7 @@ void C_ClientCommand(edict_t *pEntity)
|
||||
len += sprintf(&buf[len], " Jonny \"Got His Gun\" Bergstrom, Lukasz \"SidLuke\" Wlasinski\n");
|
||||
CLIENT_PRINT(pEntity, print_console, buf);
|
||||
len = sprintf(buf, " Christian \"Basic-Master\" Hammacher, Borja \"faluco\" Ferrer\n");
|
||||
len += sprintf(&buf[len], " Scott \"Damaged Soul\" Ehlert\n");
|
||||
len += sprintf(&buf[len], " Scott \"DS\" Ehlert\n");
|
||||
len += sprintf(&buf[len], "Compiled: %s\nURL:http://www.amxmodx.org/\n", __DATE__ ", " __TIME__);
|
||||
CLIENT_PRINT(pEntity, print_console, buf);
|
||||
#ifdef JIT
|
||||
|
Loading…
Reference in New Issue
Block a user