Jump to content
  • -1

Muzica la conectare


anakin29

Question

24 answers to this question

Recommended Posts

  • 1

[pawn]native PlayAudioStreamForPlayer(playerid, url[], Float:posX = 0.0, Float:posY = 0.0, Float:posZ = 0.0, Float:distance = 50.0, usepos = 0);<= il pui sus intre include ori define[/pawn]

[pawn]public OnPlayerConnect(playerid)

{

      PlayAudioStreamForPlayer(playerid, "http://www.thebunkerusa.com/LetItSnow.mp3");

return 1;

}[/pawn]

Sxadmin 10%

Dance_troll_dance.gif

Link to comment
Share on other sites

Erorile clasice :|

[pawn]C:\Users\user\Desktop\Sv samp 0\pawno\include\JunkBuster.inc(3237) : warning 201: redefinition of constant/macro (symbol "OnPlayerEnterRaceCheckpoint")

C:\Users\user\Desktop\Sv samp 0\gamemodes\RO-RP.pwn(17) : error 021: symbol already defined: "PlayAudioStreamForPlayer"

C:\Users\user\Desktop\Sv samp 0\gamemodes\RO-RP.pwn(2778) : warning 215: expression has no effect

C:\Users\user\Desktop\Sv samp 0\gamemodes\RO-RP.pwn(13449) : warning 219: local variable "mod" shadows a variable at a preceding level

C:\Users\user\Desktop\Sv samp 0\gamemodes\RO-RP.pwn(39937) : warning 204: symbol is assigned a value that is never used: "string2"

C:\Users\user\Desktop\Sv samp 0\gamemodes\RO-RP.pwn(39936) : warning 204: symbol is assigned a value that is never used: "string"

C:\Users\user\Desktop\Sv samp 0\gamemodes\RO-RP.pwn(41907) : warning 203: symbol is never used: "GetPointDistanceToPointExMorph"

Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase

1 Error.

[/pawn]

Link to comment
Share on other sites

Asa faci ca atunci cand un player intra in masina sa porneasca o melodie aleasa de tine :

[pawn]///////////////////////////////////////////////////////////////////////////////////////////////////////////////////

public OnPlayerEnterVehicle(playerid, vehicleid, ispassenger)

{

    PlayAudioStreamForPlayer(playerid, "http://www.thebunkerusa.com/LetItSnow.mp3");

    return 1;

}

///////////////////////////////////////////////////////////////////////////////////////////////////////////////////

public OnPlayerExitVehicle(playerid, vehicleid)

{

    StopAudioStreamForPlayer(playerid)

    return 1;

}

///////////////////////////////////////////////////////////////////////////////////////////////////////////////////[/pawn]

Daca vrei radio , iati un sistem de radio.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • 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.