27.07.2011, 07:08
Alright, so I recently switched from SII and decided to give Y_ini a try (too many conflicts and complications). But in SII, I would use the INI_ReadInt or INI_ReadString to simply read my values in an ini file. What would be the 'alternative' to those functions in Y_ini. Heres an example:
^ SII. Y_ini function would be.....?
pawn Код:
PlayerInfo[playerid][pAdmin] = INI_ReadInt( "Admin" );