06.05.2013, 08:02
pawn Код:
enum
pinfo
{
pSmugglerWait
}
new playerINFO[MAX_PLAYERS][pinfo];
if( (gettime()- playerINFO[playerid][pSmugglerWait]) > 120 ) // error here
{
.
.
.
playerINFO[playerid][pSmugglerWait] = gettime();
}
Now you can just write dini_writeINT to write into the files, since it's just an integer.