View Single Post
  #1  
Old 03-08-2002, 07:43 AM
Deadly_Killer Deadly_Killer is offline
Registered User
Join Date: Feb 2002
Posts: 227
Deadly_Killer is on a distinguished road
Beta MP3/Mid player

Can someone make this not so laggy. It works but is laggy very laggy
NPC Code:

if (playertouchsme) {toweapons Beta Player
}
if (weaponfired) {
say2 If you want to use this#b
mp3/midi player you must put the#b
song in your midi folder and#b
say play the songname.#b
ex: play ff7 - battle music.mp3.#b
It does not have to be a mp3 it#b
could be a midi as well.You#b
must put .mp3 for .mid.#b
}
if (strequals(#c,play)) {setplayerprop#c,What do you want to play Midi or MP3.;
}
if (strequals(#c,MP3)) {setplayerprop#c,What MP3 do you want to play.;
}
{play #c;
}
if (strequals(#c,Midi)) {setplayerprop#c,What Midi do you want to play.;
}
{
play #c;
}

__________________
- Zidane / Zidaya
Reply With Quote