13.11.2010, 04:48
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;
}