mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Improve 'sv_addbot' command usage text
This commit is contained in:
parent
1d8e61ebff
commit
ab86bf3317
@ -1246,7 +1246,7 @@ void CC_CreateFakePlayer_f(const CCommand& args)
|
||||
#ifndef CLIENT_DLL
|
||||
if (args.ArgC() < 3)
|
||||
{
|
||||
DevMsg(eDLL_T::SERVER, "usage: sv_addbot name teamid\n");
|
||||
DevMsg(eDLL_T::SERVER, "usage 'sv_addbot': name(string) teamid(int)\n");
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user