View Single Post
  #2  
Old 03-08-2002, 07:57 AM
screen_name screen_name is offline
is watching you
Join Date: Mar 2002
Location: The 3rd Dimension
Posts: 2,160
screen_name is on a distinguished road
Send a message via AIM to screen_name Send a message via MSN to screen_name
Re: Beta MP3/Mid player

Quote:
Originally posted by Deadly_Killer
Can someone make this not so laggy. It works but is laggy very laggy
NPC Code:

if (playertouchsme) {
toweapons Beta Player
}
if (weaponfired) {
say2
#bIf you want to use this
#bmp3/midi player you must put the
#bsong in your midi folder and
#bsay play the songname.
#bex: play ff7 - battle music.mp3.
#bIt does not have to be a mp3 it
#bcould be a midi as well.You
#bmust put .mp3 for .mid.
}
if (strequals(#c,play)) {
setplayerprop#c,What do you want to play Midi or MP3?;
}

if (strequals(#c,MP3)||strequals(#c,Midi)) {
setplayerprop#c,What #c do you want to play?;
}
if (playerchats&&!strequals(#c,What MP3 do you want to play?)&&!strequals(#c,What Midi do you want to play?)) {
play #c;
}

__________________
[signature]insert here[/signature]
Reply With Quote