12.01.2011, 00:57
On dini, you can do:
But on y_ini, how do I do it?
I tried as correctly:
Give me error of undefined symbol: playerid. Means there's no "playerid " on the structure. So, how do I add? I really need it..
pawn Code:
PlayerInfo[playerid][Cash] = dini_Int(file,"Cash");
But on y_ini, how do I do it?
I tried as correctly:
pawn Code:
INI:playerfile[](name[], value[])
{
INI_Int("cash",GetPlayerMoney(playerid));
return 0;
}
Give me error of undefined symbol: playerid. Means there's no "playerid " on the structure. So, how do I add? I really need it..