18.03.2009, 18:01
hello,
i've got a saving system, but now i want to save my health.
ive got this but i get a target mismatch on this line:
on top if my script i have:
and in onplayerdisconnect i have this:
together with the error line i gave you.
in my onplayercommandtext on /register i have:
and
and those DO work, but the other one doesn't .... how can i fix this
i've got a saving system, but now i want to save my health.
ive got this but i get a target mismatch on this line:
Код:
dini_IntSet(udb_encode(playername), "health", health);
Код:
new Float: health;
Код:
health = GetPlayerHealth(playerid, health);
in my onplayercommandtext on /register i have:
Код:
health = GetPlayerHealth(playerid, health);
Код:
dini_IntSet(udb_encode(playername), "health", 100);