28.03.2015, 07:24
Hello.
I want to ask some question about yini.
Currently I am Using ddub Saving method to save player accounts but I want to move to yini.
In ddub I am Using this function to check player's admin level -
#1
But if i use yini I have to use this code ?
??
(Im asking this question because i have alot of status/class on which #1 type of code is used to verify data so i can start my work...)
I want to ask some question about yini.
Currently I am Using ddub Saving method to save player accounts but I want to move to yini.
In ddub I am Using this function to check player's admin level -
#1
Код:
if(AdminLevel[playerid] >= 1
Код:
pInfo[playerid][Adminlevel]
(Im asking this question because i have alot of status/class on which #1 type of code is used to verify data so i can start my work...)