30.12.2014, 11:58
Quote:
|
warning 202:number of arguments does not match definition
warning 202:number of arguments does not match definition Код:
INI_WriteFloat(File, "Health", GetPlayerHealth(playerid)); INI_WriteFloat(File, "Armour", GetPlayerArmour(playerid)); tag mismatch Код:
INI_Float("Health", PlayerInfo[playerid][pHealth]);
INI_Float("Armour", PlayerInfo[playerid][pArmour]);
|
Quote:
|
INI_WriteFloat INI:file - File to write to. name[] - Data name. Float:data - Float data. accuracy - number of decimal places to write. |


