06.06.2012, 04:41
Yes it can be..
Add this under OnPlayerRequestClass
and Add This under OnPlayerSpawn
hope i am Correct. and don't forget to add
Add this under OnPlayerRequestClass
pawn Code:
PlayAudioStreamForPlayer(i,"your audio link");
pawn Code:
StopAudioStreamForPlayer(i))
pawn Code:
for(new i = 0; i < MAX_PLAYERS; i++)
}