21.11.2009, 20:55
You can use dini include.
Combine it with /register, /login
And then you will be able to
Combine it with /register, /login
And then you will be able to
pawn Код:
dini_IntSet(userfile,"Health",floatround(GetPlayerHealth(playerid));
pawn Код:
SetPlayerHealth(playerid,dini_Int(userfile,"Health"));

