|
|
|
@ -190,7 +190,7 @@ int __MsgFunc_PlayMP3( const char *pszName, int iSize, void *pbuf )
@@ -190,7 +190,7 @@ int __MsgFunc_PlayMP3( const char *pszName, int iSize, void *pbuf )
|
|
|
|
|
|
|
|
|
|
pszSound = READ_STRING(); |
|
|
|
|
|
|
|
|
|
if( !IsXashFWGS() && gEngfuncs.pfnGetCvarPointer( "gl_overbright" ) ) |
|
|
|
|
if( !IsXashFWGS( )) |
|
|
|
|
{ |
|
|
|
|
sprintf( cmd, "mp3 loop sound/mp3/%s\n", pszSound ); |
|
|
|
|
gEngfuncs.pfnClientCmd( cmd ); |
|
|
|
@ -206,7 +206,7 @@ int __MsgFunc_PlayMP3( const char *pszName, int iSize, void *pbuf )
@@ -206,7 +206,7 @@ int __MsgFunc_PlayMP3( const char *pszName, int iSize, void *pbuf )
|
|
|
|
|
|
|
|
|
|
void __CmdFunc_StopMP3( void ) |
|
|
|
|
{ |
|
|
|
|
if( !IsXashFWGS() && gEngfuncs.pfnGetCvarPointer( "gl_overbright" ) ) |
|
|
|
|
if( !IsXashFWGS( )) |
|
|
|
|
gEngfuncs.pfnClientCmd( "mp3 stop\n" ); |
|
|
|
|
else |
|
|
|
|
gEngfuncs.pfnPrimeMusicStream( 0, 0 ); |
|
|
|
|