Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //Música al Conectarce por Luca (Smoke)//
- #include <a_samp> //Importante No quitar.
- #define FILTERSCRIPT
- public OnPlayerConnect(playerid)
- {
- PlayAudioStreamForPlayer(playerid,"https://dl.dropboxusercontent.com/s/mwouqf88cx8iu4j/%5BElectro%5D%20%20%20Pegboard%20Nerds%20%20%20Disconnected%20%5BMonstercat%20Release%5D.mp3"); // Reproduce la música
- }
- public OnPlayerSpawn(playerid)
- {
- StopAudioStreamForPlayer(playerid);
- }
Advertisement
Add Comment
Please, Sign In to add comment