05.07.2010, 23:45
It could come from the Stats script too check this
format(string, sizeof(string), "IC: Respect: %d | Fear: %d | Driving License: %d | Gun License: %d | Wanted Level: %d | HairStyle: %s", respect, fear, driving, gun, wanted,bbarber);
SendClientMessageToAll(GREY, string);
and it saves like this
dUserSetINT(PlayerName(playerid)).("aBarber", PlayerData[playerid][abarber]);
format(string, sizeof(string), "IC: Respect: %d | Fear: %d | Driving License: %d | Gun License: %d | Wanted Level: %d | HairStyle: %s", respect, fear, driving, gun, wanted,bbarber);
SendClientMessageToAll(GREY, string);
and it saves like this
dUserSetINT(PlayerName(playerid)).("aBarber", PlayerData[playerid][abarber]);