30.12.2014, 11:50
warning 202:number of arguments does not match definition
warning 202:number of arguments does not match definition
tag mismatch
tag mismatch
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]);