Saving a float inside an array?
#1

is this possible to save a float in an array/enum because in my server i have an enum running for serversided money, and for loading the players health, armor, position, money on connection, and for saving it.
right now i have seperate variables for the positions, but i would like to have some sort way to keep it in the playerdata array for ease of reading the code and saving everything
Reply
#2

pawn Код:
enum blablabla
{
Float:Health
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)