Thread: [Solved] nvault
View Single Post
Author Message
LearninG
Senior Member
Join Date: Apr 2019
Location: Iran
Old 09-18-2019 , 20:14   nvault
Reply With Quote #1

Hi , is it possible to set this informations only on "client_disconnected" instead of doing it every time AP (Ammo Packs ) is changing ?

(got "szAuthid[id]" on client_putinserver )
Code:
new szAuthid[MAX_PLAYERS + 1][35]
Code:
SaveData(id) {     new vaultkey[64], vaultdata[256]                 formatex(vaultkey, charsmax(vaultkey), "%s-/", szAuthid[id])     formatex(vaultdata, charsmax(vaultdata), "%i#", AP[id])         nvault_set(g_save, vaultkey, vaultdata) }

Last edited by LearninG; 09-19-2019 at 02:35.
LearninG is offline