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

Someone?
Reply
#3

Please somebody...
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)