please help guys
#1

PHP код:
CMD:radio(playeridparams[])
{
    new 
radio;
     if (
sscanf(params"s"radio )) SendClientMessage(playeridCOLOR_RED"Usage: \"/radio <Link>");
    
SendClientMessage(playeridCOLOR_RED"TIP: 127.0.0.1:8000 ");
    else
    {
        
PlayAudioStreamForPlayer(playerid"http://"radio"/listen.pls");
    }
    return 
1;

This is errors


PHP код:
C:\Documents and Settings\user\Desktop\radio.pwn(10) : error 029invalid expressionassumed zero
C
:\Documents and Settings\user\Desktop\radio.pwn(12) : error 001expected token"-string end-"but found "-identifier-"
C:\Documents and Settings\user\Desktop\radio.pwn(12) : warning 215expression has no effect
C
:\Documents and Settings\user\Desktop\radio.pwn(12) : error 001expected token";"but found "-string-"
C:\Documents and Settings\user\Desktop\radio.pwn(12) : warning 215expression has no effect
C
:\Documents and Settings\user\Desktop\radio.pwn(12) : error 001expected token";"but found ")"
C:\Documents and Settings\user\Desktop\radio.pwn(12) : fatal error 107too many error messages on one line
Compilation aborted
.Pawn compiler 3.2.3664              Copyright (c1997-2006ITB CompuPhase
5 Errors

im try to make command for random radio starting who can help me
Reply


Messages In This Thread
please help guys - by rumen98 - 11.08.2012, 07:33
Re: please help guys - by RedJohn - 11.08.2012, 07:43
Re: please help guys - by Cjgogo - 11.08.2012, 07:46
Re: please help guys - by rumen98 - 11.08.2012, 07:46
Re: please help guys - by IceMeteor - 11.08.2012, 07:58
Re: please help guys - by rumen98 - 11.08.2012, 08:09
Re: please help guys - by kickerbat - 11.08.2012, 08:15
Re: please help guys - by rumen98 - 11.08.2012, 08:16

Forum Jump:


Users browsing this thread: 1 Guest(s)