mirror of
https://github.com/YGGverse/hlsdk-portable.git
synced 2025-02-11 14:34:22 +00:00
Update command.cpp.
This commit is contained in:
parent
709b288307
commit
19c323874b
@ -94,7 +94,7 @@ void CTriggerCommand::PlayMP3(CBaseEntity* pClient, const char* song)
|
||||
ASSERT(pClient != NULL);
|
||||
|
||||
char cmd[128];
|
||||
sprintf(cmd, "play media/%s.mp3\n", song);
|
||||
sprintf(cmd, "play sound/mp3/%s.mp3\n", song);
|
||||
|
||||
CLIENT_COMMAND(ENT(pClient->pev),cmd);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user