Y_Ini problem +rep if helped me
#1

Hi, I have a problem with this code
pawn Код:
public OnPlayerConnect(playerid)
{
    new playerName[MAX_PLAYER_NAME];
    GetPlayerName(playerid, playerName, MAX_PLAYER_NAME);
    new userfile[40];
    format(userfile, sizeof(userfile), USER_FILE, playerName);
    INI_ParseFile(userfile, "LoadDrugData_%s", .bExtra = true, .extra = playerid);
    return 1;
}
When I compile the script, It makes the .amx file like 4,1mb, but without the code the .amx file is 76kb, please help me, I really need to fix this.

Reply


Messages In This Thread
Y_Ini problem +rep if helped me - by friezakinght - 09.07.2014, 07:36
Re: Y_Ini problem +rep if helped me - by Jack_Leslie - 09.07.2014, 07:38
Re: Y_Ini problem +rep if helped me - by friezakinght - 09.07.2014, 07:46
Re: Y_Ini problem +rep if helped me - by Jack_Leslie - 09.07.2014, 07:47
Re: Y_Ini problem +rep if helped me - by friezakinght - 09.07.2014, 07:52
Re: Y_Ini problem +rep if helped me - by Jack_Leslie - 09.07.2014, 07:55
Re: Y_Ini problem +rep if helped me - by friezakinght - 09.07.2014, 08:13
Re: Y_Ini problem +rep if helped me - by Jack_Leslie - 09.07.2014, 08:23
Re: Y_Ini problem +rep if helped me - by friezakinght - 09.07.2014, 08:33

Forum Jump:


Users browsing this thread: 2 Guest(s)