05.01.2018, 12:31
Quote:
Im not sure how you are saving PlayerInfo[playerid][bReason]
But you can call the data like this: INI_Get(PlayerFile,"Reason") code: Код:
new PlayerFile[50]; format(PlayerFile,sizeof(PlayerFile),"Accounts/%s.ini",params); format(string,sizeof(string),"Name: %s \nID:%d was auto kicked. \nReason: %s \n",PlayerName,playerid,INI_Get(PlayerFile,"Reason")); |