10.11.2014, 07:10
(
Последний раз редактировалось Banana_Ghost; 10.11.2014 в 07:15.
Причина: misread
)
do something like
You should be able to sort the rest of the variables out yourself with dini.
But I do recommend, if using an ini account system, upgrade to y_ini, it's way faster and efficient.
pawn Код:
new Float:health;
GetPlayerHealth(playerid,health);
dini_FloatSet(path, "health", pInfo[playerid][health]);
But I do recommend, if using an ini account system, upgrade to y_ini, it's way faster and efficient.