SA-MP Forums Archive
Y_Ini problem - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Y_Ini problem (/showthread.php?tid=524813)



Y_Ini problem - friezakinght - 08.07.2014

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.
The file has like 301 lines and it only has 5 includes (foreach, a_samp, zcmd, sscanf2, y_ini)



Re: Y_Ini problem - friezakinght - 08.07.2014

Someone?


Re: Y_Ini problem - friezakinght - 08.07.2014

Please somebody...