Nothing works for me :(
#9

replace it with this
pawn Код:
public GenderSection(playerid, Gender[])
{
    new name[MAX_PLAYER_NAME], file[256], string[128];
    GetPlayerName(playerid, name, sizeof(name));
    format(file, sizeof(file), SERVER_USER_FILE, name);
    copy(PlayerInfo[playerid][pGender],Gender,sizeof(Gender));
    dini_Set(file, "Gender",PlayerInfo[playerid][pGender]);

    return 1;
}
Reply


Messages In This Thread
Nothing works for me :( - by Buzzbomb - 10.11.2010, 22:55
Re: Nothing works for me :( - by Buzzbomb - 11.11.2010, 02:56
Re: Nothing works for me :( - by (SF)Noobanatior - 11.11.2010, 03:58
Re: Nothing works for me :( - by Buzzbomb - 11.11.2010, 04:45
Re: Nothing works for me :( - by (SF)Noobanatior - 11.11.2010, 05:17
Re: Nothing works for me :( - by Buzzbomb - 11.11.2010, 06:04
Re: Nothing works for me :( - by (SF)Noobanatior - 11.11.2010, 06:07
Re: Nothing works for me :( - by Buzzbomb - 11.11.2010, 06:23
Re: Nothing works for me :( - by (SF)Noobanatior - 11.11.2010, 06:31
Re: Nothing works for me :( - by Buzzbomb - 15.11.2010, 07:52

Forum Jump:


Users browsing this thread: 1 Guest(s)