Vice City: Multiplayer

Server Development => Scripting and Server Management => Client Scripting => Topic started by: =RK=MarineForce on Jul 18, 2017, 04:30 PM

Title: Hello Player.PlaySound
Post by: =RK=MarineForce on Jul 18, 2017, 04:30 PM
https://ufile.io/4kxzv

1st : Create Folder  <"sounds">  On server/store/sounds

And Go On Main.Nut pOST

if ( cmd == "song" )
     {
          player.PlaySound( 50002 );   //>>  Example On Id Sound On Your MP3 Name S50002_HEADSHOT.MP3 > .MP4
     }

And goto server and type /song

Sorry bad my english =TkD=MarineForce