19.07.2011, 00:58
Ive sorted it out to show everything but now they all say 0
EDIT
Heres the code
EDIT
Heres the code
Код:
new Stats[10], string[150]; Stats[0] = INI_ReadInt("Cash"); Stats[1] = INI_ReadInt("Kills"); Stats[2] = INI_ReadInt("Deaths"); format(string, sizeof(string), "Account: Cash: %d, Kills: %d , Deaths: %d", Stats[0], Stats[1], Stats[2]); SendClientMessage(playerid, COLOUR_GREEN, string);