Hey guys how to save stats in mysql guys i seen some tutorials when i do it the cash etc doesnt get saved
Also if i were to save any stat it should be under there right? Thanks.
PHP Code:
enum PlayerData
{
ID,
Name[MAX_PLAYER_NAME],
Password[129],
IP[16],
Admin,
Cash,
VIP
};
new Player[MAX_PLAYERS][PlayerData];