SA-MP Forums Archive
how to create musics? - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: how to create musics? (/showthread.php?tid=91803)



how to create musics? - sandisk125 - 16.08.2009

is that possible to create an music when you in the class selection?


Re: how to create musics? - nuriel8833 - 16.08.2009

Yea,search it in sound ID


Re: how to create musics? - Eazy_Efolife - 16.08.2009

Im not to sure but try

Код:
public OnPlayerConnect(playerid)
{
  PlayerPlaySound(playerid, 1130, 0.0, 0.0, 0.0)
  return 1;
}
Except change the Sound ID, You Can Find It At
https://sampwiki.blast.hk/wiki/SoundID


Re: how to create musics? - sandisk125 - 16.08.2009

Quote:
Originally Posted by nuriel8833
Yea,search it in sound ID
NO I MEAN TO CREATE AN MUSIC MYSELF!


Re: how to create musics? - member - 16.08.2009

Quote:
Originally Posted by sandisk125
Quote:
Originally Posted by nuriel8833
Yea,search it in sound ID
NO I MEAN TO CREATE AN MUSIC MYSELF!
Well, i don't think that is practically possible for class selection, although there are plugins avaialble i think which allow custom audio to be played. Have a look in the Plugin Development section of the forums http://forum.sa-mp.com/index.php?board=50.0 and click on ScriptPlayer / Audio Client etc. I've never used them, but it might be sort of what you're looking for.