09.01.2015, 04:27
still not saving
see
and i login not have the gun + ammo
have problems again
why the Armour + Health not write my health 50% 20%
why ?
see i made it with float to see my health %
help guys please +rep
see
Quote:
Gun1 = 0 Gun2 = 24 Gun3 = 26 Ammo1 = 0 Ammo2 = 100 Ammo3 = 100 |
have problems again
why the Armour + Health not write my health 50% 20%
Quote:
Health = 1 Armour = 1 |
Quote:
INI_Int("Health",PlayerInfo[playerid][pHealth]); INI_Int("Armour",PlayerInfo[playerid][pArmour]); |
Quote:
INI_WriteInt(File,"Health",GetPlayerHealth(playeri d,health)); INI_WriteInt(File,"Armour",GetPlayerArmour(playeri d,armour)); |
Quote:
new Float:health; new Float:armour; |