Music onplayerconnect
#1

I saw that a lot of servers got a little "music" when you set the skin, how i can do this?

(NOT Audio Stream player...)
Reply
#2

Quote:
Originally Posted by Gooday
Посмотреть сообщение
(NOT Audio Stream player...)
PlayPlayerSound?
Reply
#3

Thanks now i got a problem, How to stop it?

pawn Код:
public OnPlayerRequestClass(playerid, classid)
{
    GameTextForPlayer(playerid,"~y~CIVILIAN",4000,4);
    SetPlayerInterior(playerid,0);
    SetPlayerPos(playerid,-1753.6743,885.2703,295.8750);
    SetPlayerCameraPos(playerid,-1753.6849,892.0016,295.8750);
    SetPlayerCameraLookAt(playerid,-1753.6743,885.2703,295.8750);
    SetPlayerFacingAngle(playerid,0.6323);
    PlayerPlaySound(playerid, 1185, -1753.6743,885.2703,295.8750);
    return 1;
}
When i spawn the music wont stop :/
Reply
#4

i don't think you can stop playing it, it stops automatically, or use any other Sound id.
Reply
#5

Quote:
Originally Posted by emokidx111
Посмотреть сообщение
i don't think you can stop playing it, it stops automatically, or use any other Sound id.
You can use this for stopping the PlayerPlaySound:-

pawn Код:
public OnPlayerRequestSpawn(playerid)
{
    PlayerPlaySound(playerid,1186 ,x,y,z);
    return 1;
}
It works like a charm

-FalconX
Reply
#6

Use the code above under Onplayerspawn and the other on class selection.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)