View Single Post
  #1  
Old 08-31-2005, 02:01 AM
excaliber7388 excaliber7388 is offline
Banned
excaliber7388's Avatar
Join Date: Jul 2005
Location: US
Posts: 5,229
excaliber7388 can only hope to improve
Send a message via AIM to excaliber7388
scripting trouble -.-

Whats wrong with this script? It works fine offline. It should play a song thats in your graal folder, so people can use it like an MP3 player

NPC Code:
//#CLIENTSIDE
if(playerchats&&startswith(/play,#c)){
setstring clientr.song,#T(#e(5,-1,#c));
play #s(clientr.song)
}

Reply With Quote