Thread: Media Player
View Single Post
  #3  
Old 12-08-2001, 02:23 PM
nyghtGT nyghtGT is offline
Banned
nyghtGT's Avatar
Join Date: Jun 2001
Posts: 3,993
nyghtGT is on a distinguished road
Send a message via AIM to nyghtGT
here is a simple midi player:
NPC Code:

NPC Code:

// NPC made by Nyght GT (LAT Admin)
if (created) {
stommidi;
}
if (playerchats && startswith(playmidi,#c)) {
tokenize #c;
play #t(1).mid;
}
if (playerchats) {
if (strequals(#c,stopmidi)) {
stopmidi;
}
}




say 'playmidi filename' and it will play ... do not include the file extensions ...
Reply With Quote