26.02.2012, 12:50
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...)
(NOT Audio Stream player...)
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;
}
i don't think you can stop playing it, it stops automatically, or use any other Sound id.
|
public OnPlayerRequestSpawn(playerid)
{
PlayerPlaySound(playerid,1186 ,x,y,z);
return 1;
}