AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Scripting Help (https://forums.alliedmods.net/forumdisplay.php?f=11)
-   -   amx_save_setting_string_arr (https://forums.alliedmods.net/showthread.php?t=250919)

Catastrophe 11-02-2014 04:24

amx_save_setting_string_arr
 
if i already have some data under some section and some key and i use this native with same key and same section with another array what will happen ?

HamletEagle 11-02-2014 04:37

Re: amx_save_setting_string_arr
 
Post in the inc file thread ?

Catastrophe 11-02-2014 05:35

Re: amx_save_setting_string_arr
 
sorry for double post but i cant find the main include thread, can anyone just link me to it or answer my question ?

Nextra 11-02-2014 07:25

Re: amx_save_setting_string_arr
 
We can't answer the question because we don't even know what this mysterious function is supposed to do.

Catastrophe 11-02-2014 07:35

Re: amx_save_setting_string_arr
 
Ever heard of amx_settings_api ? Cuz if u haven't then maybe its a zp specific include and that implies I'm in the wrong section .... Anyway I'll upload the include file and its sma as soon as I get home

Edit: I can still explain what it's supposed to do its given as amx_save_setting_string_are(file, section, key, array)
So basically it will write the string to the key under the given section in the given file

E.g ("x.ini", y, z , array) will save

[y]
z = array

In configs/x.ini

If the array is a, b, c

[y]
z = a, b, c

HamletEagle 11-02-2014 07:42

Re: amx_save_setting_string_arr
 
Here:https://forums.alliedmods.net/showthread.php?t=243202

Catastrophe 11-02-2014 09:34

Re: amx_save_setting_string_arr
 
thnx man...


All times are GMT -4. The time now is 17:43.

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