Posts: 430
Threads: 75
Joined: May 2012
Reputation:
0
Hello how can i make Y-ini saving health? I've make it saving postion but i don't know how to make it save the Health
Posts: 3,715
Threads: 358
Joined: Apr 2012
Reputation:
0
Health is float.
so you might need to INI_WriteFloat.
when loading it with INI_ParseFile, you will need to INI_Float.
in getting the health, the variable must be have a Float: tag.
Posts: 507
Threads: 94
Joined: May 2012
Reputation:
0
Just change GetPlayerPos with GetPlayerHealth.
Posts: 430
Threads: 75
Joined: May 2012
Reputation:
0
I know but when i join the game its dosn't save the Health Why? you need a fnucton to save it but i donnu what is it