I have an plugin that save levels on name in nvault like this
"name" "level"
ex "killer" "7"
and i want to have an comand to change his name without modify manual the .vault file .
amx_change "killer" "newname"
and i want level remain the same .
"newname" "7"
There is an plugin that make what ai want or can you give me an simple code or an ideea ?