27.03.2018, 17:04
I have, YSI/y_ini. And i need to add on my pInfo:
pScore?
And then on register, and login type:
I need to do another 1:
And on OnPlayerDisconnect
Is this the way?
But in this way, wil there be a problem, because on pInfo i set it as pScore.
And there is only Score ?
pScore?
And then on register, and login type:
Код:
INI_WriteInt(File,"Deaths",0);
Код:
INI_WriteInt(File,"Score",0);
Код:
INI_WriteInt(File,"Score",GetPlayerScore(playerid));
But in this way, wil there be a problem, because on pInfo i set it as pScore.
And there is only Score ?