Allied Modders en español
Ayuda con guardado adv_vault! - Versión para impresión

+- Allied Modders en español (https://amxmodx-es.com)
+-- Foro: AMX Mod X - Plugins (https://amxmodx-es.com/Forum-AMX-Mod-X-Plugins)
+--- Foro: Pedido de Plugins (https://amxmodx-es.com/Forum-Pedido-de-Plugins)
+--- Tema: Ayuda con guardado adv_vault! (/Thread-Ayuda-con-guardado-adv-vault)



Ayuda con guardado adv_vault! - wavee - 10/02/2019

Estoy utilizando los siguientes tutoriales .

LINK: https://amxmodx-es.com/Thread-Guia-definitiva-de-Sistemas-de-Niveles-Zombie-Plague-y-Normal-10-11-18

LINK: https://amxmodx-es.com/Thread-GUIA-Adaptar-Niveles-a-Sis-de-Cuentas-y-Sis-de-Cuentas-a-ZP

Presento los primeros problemas.
. No encontraba como guardar las variables y en la sección de scripting me ayudaron bastante
. Tengo una nueva hipótesis del problema central, es cual la función client_disconnected no esta cumpliendo como lo que debería de hacer

Pido una ayuda con la solución, ya que soy muy básico en pawn.


RE: Ayuda con guardado adv_vault! - Pan Bimbo (? - 11/02/2019

Y mira.... podes probar printeando un msg en client disconnected aver si salta algo...............


RE: Ayuda con guardado adv_vault! - wavee - 11/02/2019

En lugar de utilizar client_disconnected solo utilice funcion Guardar(id); y me dio el siguiente error.

Warning: Old style prototypes used with optional semicolumns on line 3234

Advertencia: prototipos de estilo antiguo utilizados con semicolumnas opcionales en la línea 3234

Sera eso que me dice el porque no me lo guarda?

(11/02/2019, 09:55 AM)Pan Bimbo (? escribió: Y mira.... podes probar printeando un msg en client disconnected aver si salta algo...............

No lo se hacer, como dije tengo conocimientos basicos y me baso en los tutoriales.
Cita:L 02/11/2019 - 12:01:13: Binding/Hooking cvars have been disabled - check your gamedata files.
L 02/11/2019 - 12:01:14: -------- Mapchange to de_dust2 --------
L 02/11/2019 - 12:01:37: [admin.amxx] Login: "wavee<1><STEAM_ID_LAN><>" became an admin (account "wavee") (access "abcdefghijklmnopqrstuv") (address "192.168.0.144")
L 02/11/2019 - 12:01:58: [admincmd.amxx] Cmd: "wavee<1><STEAM_ID_LAN><>" set cvar (name "sv_restart") (value "1")
L 02/11/2019 - 12:02:41: [admincmd.amxx] Cmd: "wavee<1><STEAM_ID_LAN><>" set cvar (name "sv_restart") (value "1")
L 02/11/2019 - 12:04:47: Binding/Hooking cvars have been disabled - check your gamedata files.
L 02/11/2019 - 12:04:47: -------- Mapchange to de_dust2 --------
L 02/11/2019 - 12:05:22: [admin.amxx] Login: "wavee<1><STEAM_ID_LAN><>" became an admin (account "wavee") (access "abcdefghijklmnopqrstuv") (address "192.168.0.144")
L 02/11/2019 - 12:05:55: [admincmd.amxx] Cmd: "wavee<1><STEAM_ID_LAN><>" set cvar (name "sv_restart") (value "1")
L 02/11/2019 - 12:08:46: -------- Mapchange to de_dust2 --------
L 02/11/2019 - 12:08:48: [admin.amxx] Login: "wavee<2><STEAM_ID_LAN><>" became an admin (account "wavee") (access "abcdefghijklmnopqrstuv") (address "192.168.0.144")
L 02/11/2019 - 12:09:06: [admincmd.amxx] Cmd: "wavee<2><STEAM_ID_LAN><>" set cvar (name "sv_restart") (value "1")
L 02/11/2019 - 12:20:04: Binding/Hooking cvars have been disabled - check your gamedata files.
L 02/11/2019 - 12:20:04: -------- Mapchange to de_dust2 --------
L 02/11/2019 - 12:23:38: [admin.amxx] Login: "wavee<1><STEAM_ID_LAN><>" became an admin (account "wavee") (access "abcdefghijklmnopqrstuv") (address "192.168.0.144")
L 02/11/2019 - 12:23:59: [admincmd.amxx] Cmd: "wavee<1><STEAM_ID_LAN><>" set cvar (name "sv_restart") (value "1")
L 02/11/2019 - 12:04:47: Binding/Hooking cvars have been disabled - check your gamedata files.
L 02/11/2019 - 12:02:37: Start of error session.
L 02/11/2019 - 12:02:37: Info (map "de_dust2") (file "addons/amxmodx/logs/error_20190211.log")
L 02/11/2019 - 12:02:37: [AMXX] Run time error 4 (plugin "zombie_plague40.amxx") - debug not enabled!
L 02/11/2019 - 12:02:37: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
L 02/11/2019 - 12:02:56: [AMXX] Run time error 4 (plugin "zombie_plague40.amxx") - debug not enabled!
L 02/11/2019 - 12:02:56: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).

estos son de ayer
L 02/10/2019 - 11:34:08: Binding/Hooking cvars have been disabled - check your gamedata files.
L 02/10/2019 - 11:34:08: -------- Mapchange to de_dust2 --------
L 02/10/2019 - 11:34:08: [CSX] Could not load csstats file: cstrike\addons\amxmodx\data\csstats.dat
L 02/10/2019 - 13:13:34: Binding/Hooking cvars have been disabled - check your gamedata files.
L 02/10/2019 - 13:13:34: -------- Mapchange to de_dust2 --------
L 02/10/2019 - 13:13:34: [AMXX] Plugin "zombie_plague40.amxx" failed to load: Plugin uses an unknown function (name "adv_vault_get_field") - check your modules.ini.
L 02/10/2019 - 13:14:08: Binding/Hooking cvars have been disabled - check your gamedata files.