usage of nvault
hi, im not used to this module, so i have no idea of how to use it.
i wanna save some data like this name,float,float,float,float name2,float,float,float,float so, i want to manage 4 floats based on a name eg: "THE_KILLER",0,1,2,0 "N00B ASSASSIN",4,2,1,0 etc... |
Re: usage of nvault
PHP Code:
PHP Code:
|
Re: usage of nvault
Quote:
its really easy and usefull :D |
Re: usage of nvault
how should i use this
PHP Code:
i want g_lvlhp and them, to be the number saved. ie 2 but fVal2 is a string. edit: done i think (str_to_num) |
Re: usage of nvault
if you put new g_lvlhp[33][2]
You can copy one array to other like this g_lvlhp[id] = fVal if not... You can use copy(g_lvlhp[id], 1, fVal) and if fVal is a number you can use g_lvlhp[id] = str_to_num(fVal) |
Re: usage of nvault
Quote:
|
| All times are GMT -4. The time now is 01:39. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.