Jump to content

florynn_fly

Membru
  • Posts

    8
  • Joined

  • Last visited

    Never

Posts posted by florynn_fly

  1. de la linia 6350 pana la 6367

    [pawn] new Str[ 256 ];

      format( Str, sizeof Str, "~r~~h~Audio EAX Effect~w~ set to:~n~~w~%s", EAXName);

    Info( playerid, Str, 5000 );

    cmd_radio ( playerid,  " ");

    Audio_RemoveEAX( playerid);

    Audio_SetEAX( playerid, listitem );

    }

    else

    {

    Info( playerid, "~r~~h~Audio EAX Effect~w~ removed.", 5000 ),

      Audio_RemoveEAX( playerid);

      cmd_radio ( playerid,  " ");

                for ( new i = 0; i < RadioCount + 1; i++ ){ Audio_Stop(playerid, i);}

    Audio_PlayStreamed( playerid, R_DATA[ GetPVarInt( playerid, "RadioCount" ) ][ RadioURL ] );

      }

    }cmd_radio( playerid, "");

    }[/pawn]

  2. Am si eu o problema cand dau compile imi da asa

    .pwn(6355) : error 012: invalid function call, not a valid address

    pwn(6355) : warning 215: expression has no effect

    .pwn(6355) : error 001: expected token: ";", but found ")"

    .pwn(6355) : error 029: invalid expression, assumed zero

    .pwn(6355) : fatal error 107: too many error messages on one line

    Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase

    4 Errors.

    linia 6355 este

    [pawn]

                    6354                cmd_radio ( playerid,  " ");

    6355 Audio_RemoveEAX( playerid);

    6356 Audio_SetEAX( playerid, listitem ); 

    [/pawn]

    Va rog ajutatima

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.