1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2026-07-07 09:07:10 +02: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
+2 -2
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.