Como cerrar este codigo?
#6

pawn Код:
WritePlayer(const text[],playerid, bool:filestart)
{
  new string[256],name[MAX_PLAYER_NAME];
  new File:player;
  GetPlayerName(playerid,name,sizeof(name));
  format(string,256,"Players/%s.ini",name);
  player = fopen(string, io_append);
  if(filestart) fwrite(player,text);
  else format(string,256,"\n%s",text), fwrite(player,string);
  fclose(player);
  return string;
}
Reply


Messages In This Thread
Como cerrar este codigo? - by Onfroi - 05.02.2013, 00:32
Respuesta: Como cerrar este codigo? - by Dreyfuz - 05.02.2013, 00:36
Respuesta: Como cerrar este codigo? - by Onfroi - 05.02.2013, 00:41
Respuesta: Como cerrar este codigo? - by WCrimson - 05.02.2013, 00:49
Respuesta: Como cerrar este codigo? - by Dreyfuz - 05.02.2013, 00:51
Respuesta: Como cerrar este codigo? - by oOFotherOo - 05.02.2013, 01:01
Respuesta: Como cerrar este codigo? - by Onfroi - 05.02.2013, 01:32
Respuesta: Como cerrar este codigo? - by Onfroi - 05.02.2013, 02:08
Respuesta: Como cerrar este codigo? - by WCrimson - 05.02.2013, 02:16
Respuesta: Como cerrar este codigo? - by Onfroi - 05.02.2013, 02:23

Forum Jump:


Users browsing this thread: 2 Guest(s)