Write Error
#3

Instead of forwarding and public's use stock for that.

pawn Код:
stock FirstNameSection(playerid, bool:Firstname) //Not sure if this would work :S
{
    new name[MAX_PLAYER_NAME], file[256];
    GetPlayerName(playerid, name, sizeof(name));
    format(file, sizeof(file), SERVER_USER_FILE, name);
    name = Firstname;
    dini_Set(file, "Firstname",Firstname);
    return 1;
}
Reply


Messages In This Thread
Write Error - by Buzzbomb - 13.11.2010, 02:13
Re: Write Error - by Buzzbomb - 13.11.2010, 04:23
Re: Write Error - by willsuckformoney - 13.11.2010, 04:48
Re: Write Error - by gr56 - 13.11.2010, 05:31
Re: Write Error - by Buzzbomb - 13.11.2010, 06:09
Re: Write Error - by gr56 - 13.11.2010, 06:36
Re: Write Error - by Buzzbomb - 13.11.2010, 07:52

Forum Jump:


Users browsing this thread: 1 Guest(s)