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;
}