Fvault_load(id) error
I have a problem when using Fvault_load(id)
someone could help I am trying to use this: PHP Code:
I: \ AMXX_Studio \ Compile \ include \ fvault.inc (641): error 017: undefined symbol "Invalid_Array" I: \ AMXX_Studio \ Compile \ include \ fvault.inc (666): error 017: undefined symbol "Invalid_Array" I: \ AMXX_Studio \ Compile \ include \ fvault.inc (670): error 017: undefined symbol "Invalid_Array" I: \ AMXX_Studio \ Compile \ include \ fvault.inc (674): error 017: undefined symbol "Invalid_Array" Can someone help or give a hint? |
Re: Fvault_load(id) error
Update your fvault inc file from here.
Also, id is not correct usage for fvault_load(). Code:
I think you want fvault_get_data(): Code:
|
Re: Fvault_load(id) error
what?, how to use it?
|
Re: Fvault_load(id) error
Well, that depends what you're doing with it...
What are you using it for? |
Re: Fvault_load(id) error
that's why I call it in a function
and the function of it this way: public fvault_load (id) { static szName [32], szData [64]; get_user_name (id, szName, 31) if (! fvault_get_data (g_Vault, szName, szData, 63)) g_Status [id] = UNREGISTERED else { strbreak (szData, g_Password [id], 31, g_Date [id], 31) g_Status [id] = REGISTERED } } but fvault_load (id) will not. |
Re: Fvault_load(id) error
fvault_load already exists, use a different name for you function
|
Re: Fvault_load(id) error
changed the public but from this error now
H: \ AMXX_Studio \ Compile \ include \ fvault.inc (641): error 017: undefined symbol "Invalid_Array" fvault_load_2 (id) |
Re: Fvault_load(id) error
Update your AMXx, it's probably outdated.
Invalid_Array is defined in cellarray.inc which is included through amxmodx.inc. |
Re: Fvault_load(id) error
thank you ^ ^ 100% working
|
| All times are GMT -4. The time now is 15:59. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.