who can help me ??
#8

Try this:

Код:
if(dialogid == 366) 
     { 
        new url[124]; 
        new file = ini_openFile("radio.ini"); 
        if(ini_getInteger(file, inputtext, url) == 0) 
        { 
            new string[256]; 
            format(string,sizeof(string),"[Radio]You start Radio ID:%s",inputtext); 
            new string2[256]; 
            format(string2,sizeof(string2),"http://%s/listen.pls",url); 
            PlayAudioStreamForPlayer(playerid, string2 ); 
            SendClientMessage(playerid,-1,string); 
        } 
        else 
        { 
            new string2[256]; 
            format(string2,sizeof(string2),"[Radio]Invalid ID:%s",inputtext); 
            SendClientMessage(playerid,-1,string2); 
        } 
        iniClose(file); 
     }
Also, to format the IP you use "%s" as it counts as a string.
Reply


Messages In This Thread
who can help me ?? - by rumen98 - 08.09.2012, 17:38
Re: who can help me ?? - by Pangea - 08.09.2012, 17:45
Re: who can help me ?? - by rumen98 - 08.09.2012, 17:46
Re: who can help me ?? - by rumen98 - 08.09.2012, 18:29
Re: who can help me ?? - by MarkoN - 08.09.2012, 19:02
Re: who can help me ?? - by Pangea - 08.09.2012, 20:53
Re: who can help me ?? - by rumen98 - 08.09.2012, 20:59
Re: who can help me ?? - by Chenko - 08.09.2012, 21:33

Forum Jump:


Users browsing this thread: 1 Guest(s)