Raised This Month: $ Target: $400
 0% 

Error: server failed to transmit file


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
UnknownMP
Junior Member
Join Date: Aug 2012
Old 08-31-2012 , 17:39   Error: server failed to transmit file
Reply With Quote #1

Hi.
I need help with the errors
PHP Code:
Errorserver failed to transmit file 'sound/jailbreak/lr/1.wav'
Errorserver failed to transmit file 'sound/jailbreak/lr/2.wav'
Errorserver failed to transmit file 'sound/jailbreak/lr/3.wav'
Errorserver failed to transmit file 'sound/jailbreak/lr/4.wav'
Errorserver failed to transmit file 'sound/jailbreak/lr/5.wav'
Errorserver failed to transmit file 'sound/jailbreak/lr/6.wav'
Errorserver failed to transmit file 'sound/jailbreak/lr/7.wav'
Errorserver failed to transmit file 'sound/jailbreak/lr/8.wav'
Errorserver failed to transmit file 'sound/jailbreak/lr/9.wav' 
Important parts of the plugin
PHP Code:
new const musicalr1[]         = { "jailbreak/lr/1.wav" }
new const 
musicalr2[]         = { "jailbreak/lr/2.wav" }
new const 
musicalr3[]         = { "jailbreak/lr/3.wav" }
new const 
musicalr4[]         = { "jailbreak/lr/4.wav" }
new const 
musicalr5[]         = { "jailbreak/lr/5.wav" }
new const 
musicalr6[]         = { "jailbreak/lr/6.wav" }
new const 
musicalr7[]         = { "jailbreak/lr/7.wav" }
new const 
musicalr8[]         = { "jailbreak/lr/8.wav" }
new const 
musicalr9[]         = { "jailbreak/lr/9.wav" }

public 
plugin_precache() 
{    
    
precache_sound(musicalr1)
    
precache_sound(musicalr2)
    
precache_sound(musicalr3)
    
precache_sound(musicalr4)
    
precache_sound(musicalr5)
    
precache_sound(musicalr6)
    
precache_sound(musicalr7)
    
precache_sound(musicalr8)
    
precache_sound(musicalr9)

At the server I have the files
PHP Code:
sound/jailbreak/lr/1.wav
sound
/jailbreak/lr/2.wav
sound
/jailbreak/lr/3.wav
sound
/jailbreak/lr/4.wav
sound
/jailbreak/lr/5.wav
sound
/jailbreak/lr/6.wav
sound
/jailbreak/lr/7.wav
sound
/jailbreak/lr/8.wav
sound
/jailbreak/lr/9.wav 
After a lot of time spent I still get the same errors...

Last edited by UnknownMP; 08-31-2012 at 17:39.
UnknownMP is offline
 


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 08:19.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode