fputs() problem
When I use fputs() I can only save 1 line in a .ini or .cfg file.
Im using it like this Code:
public do_savecmd(id,szNewcmd[],szOldcmd[], szType[]) |
Re: fputs() problem
- First, instead of using format() + fputs() ; you can use directly fprintf().
- If you want to start at the end of file you need to use the "a" flag. |
Re: fputs() problem
Quote:
edit: What about using flags "at"? Would that be correct or incorrect? |
Re: fputs() problem
Quote:
You know to much!! :crab: Quote:
|
Re: fputs() problem
Quote:
|
Re: fputs() problem
Oh no, don't say it.
|
Re: fputs() problem
Quote:
|
Re: fputs() problem
Forget, it was just a joke. *sigh*
|
Re: fputs() problem
Well for my function references I mostly look at the docs @ www.amxmodx.org/doc
|
Re: fputs() problem
You need to look at the .inc files in the includes/ directory.
|
| All times are GMT -4. The time now is 04:02. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.