1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2025-11-30 04:57:19 +01:00

Merge pull request #51 from DizzasTeR/master

Fix CreateRadioStream declaration
This commit is contained in:
Sandu Liviu Catalin
2020-05-06 20:38:22 +03:00
committed by GitHub

View File

@@ -139,12 +139,12 @@ void SetGameModeText(StackStrF & text);
/* ------------------------------------------------------------------------------------------------ /* ------------------------------------------------------------------------------------------------
* Create a radio stream. * Create a radio stream.
*/ */
void CreateRadioStream(bool listed, StackStrF & name, StackStrF & url); SQInteger CreateRadioStream(bool listed, StackStrF & name, StackStrF & url);
/* ------------------------------------------------------------------------------------------------ /* ------------------------------------------------------------------------------------------------
* Create a radio stream. * Create a radio stream.
*/ */
void CreateRadioStreamEx(Int32 id, bool listed, StackStrF & name, StackStrF & url); SQInteger CreateRadioStreamEx(Int32 id, bool listed, StackStrF & name, StackStrF & url);
/* ------------------------------------------------------------------------------------------------ /* ------------------------------------------------------------------------------------------------
* Remove a radio stream. * Remove a radio stream.