Small Radio System Problem.
#3

Quote:
Originally Posted by Trevor19012
Посмотреть сообщение
Hello!

For my current radio system I am building I am allowing the use of custom URL's into it. However the links do not work and I have a feeling it is a problem with my current code. I created a basic custom radio command that plays custom URL's and the same link worked there, but it does not work on a Input Dialog.
Any help of course is appreciated!!

pawn Код:
if(dialogid == RADIOMENU+1 && response)
    {
        new link[300];
        strcat(link, inputtext);
        PlayAudioStreamForPlayer(playerid, link);
        return 1;
     }
I've looked up on Wiki and see the example. What link do you trying input?
https://sampwiki.blast.hk/wiki/PlayAudioStreamForPlayer
Reply


Messages In This Thread
Small Radio System Problem. - by Trevor19012 - 29.12.2017, 22:22
Re: Small Radio System Problem. - by JaKe Elite - 29.12.2017, 22:58
Re: Small Radio System Problem. - by sheenidgs - 29.12.2017, 23:21
Re: Small Radio System Problem. - by Trevor19012 - 30.12.2017, 01:41
Re: Small Radio System Problem. - by Trevor19012 - 30.12.2017, 01:56
Re: Small Radio System Problem. - by sheenidgs - 30.12.2017, 05:42
Re: Small Radio System Problem. - by Daniielk - 30.12.2017, 06:57
Re: Small Radio System Problem. - by Zeth - 30.12.2017, 07:12
Re: Small Radio System Problem. - by Trevor19012 - 30.12.2017, 14:31
Re: Small Radio System Problem. - by Trevor19012 - 30.12.2017, 14:47

Forum Jump:


Users browsing this thread: 2 Guest(s)