Simple Write and Read File
Could someone show me an example of simple write and read file
|
Re: Simple Write and Read File
Look amx_settings_api.sma and for example zp50_grenade_fire.sma
From ZP 5.0.8 Easy and understandable. |
Re: Simple Write and Read File
Look in any plugin that uses files but if you find one that uses the functions read_file() and write_file(), skip them, you should not be using those functions.
You should look at fopen(), fgets(), fputs(), fclose(), etc. These functions are similar to C++ functions. |
| All times are GMT -4. The time now is 08:22. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.