Raised This Month: $ Target: $400
 0% 

FileLoad


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
fxfighter
Veteran Member
Join Date: Feb 2007
Location: Trollhättan
Old 09-05-2007 , 12:37   FileLoad
Reply With Quote #1

actully i didnt want to post becase i fellt stupid abut it
but can someone help?
Code:
 
public client_connect(id)
{
 new filepointer = fopen(filename,"r")
 if(filepointer)
 {
  new readdata[128]
  new parsedSound[32],parsedSound2[32],parsedSound3[32],parsedSound4[32],parsedSound5[32]
 
  while(fgets(filepointer,readdata,127))
  {   
   parse(readdata,parsedSound,31,parsedSound2,31,parsedSound3,31,parsedSound4,31,parsedSound5,31)      
 
   Sound[31] = parsedSound[31]
   Sound2[31] = parsedSound2[31]
   Sound3[31] = parsedSound3[31]
   Sound4[31] = parsedSound4[31]
   Sound5[31] = parsedSound5[31] 
   break
   //...
  }
  fclose(filepointer)
 }
}
__________________
If one of my plugins become broken, contact me by mail. [email protected]

Last edited by fxfighter; 09-05-2007 at 12:41.
fxfighter is offline
Send a message via MSN to fxfighter
 


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 16:10.


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