16.06.2013, 13:40
Hi!
I just created this line,
And got this warning,
Line 328 is INI_WriteInt(File,"Health",GetPlayerHealth(playeri d));.
Does this mather? If yes, how do I fix it?
Thanks!
CrazyManiac.
I just created this line,
Код:
public OnPlayerDisconnect(playerid, reason)
{
new INI:File = INI_Open(UserPath(playerid));
INI_SetTag(File,"data");
INI_WriteInt(File,"Health",GetPlayerHealth(playerid));
INI_WriteInt(File,"Admin",PlayerInfo[playerid][pAdmin]);
INI_WriteInt(File,"Kills",PlayerInfo[playerid][pKills]);
INI_WriteInt(File,"Deaths",PlayerInfo[playerid][pDeaths]);
INI_WriteInt(File,"Skin",GetPlayerSkin(playerid));
INI_Close(File);
return 1;
}
Код:
Alpha.pwn(328) : warning 202: number of arguments does not match definition
Does this mather? If yes, how do I fix it?
Thanks!
CrazyManiac.

