Help please.
#3

Quote:
Originally Posted by Zezombia
Your getting playerid errors because it's not defined. Change the callback to:
pawn Code:
public OnPlayerConnect(playerid)
You don't need to format "file" twice, just delete the second time.

See if that helps, then report back.
Thanks for that playerid error.
but it still doesn't returns any message:

pawn Code:
public OnPlayerConnect(playerid)
{
  new file[256], pname[MAX_PLAYER_NAME];
  GetPlayerName(playerid, pname, sizeof(pname));
  format(file, sizeof(file), "/applies/%s.ini", pname);
  if(dini_Exists(file)) return SendClientMessage(playerid, red, "You have already made your application!");
  if (!fexist(file)) return SendClientMessage(playerid,green,"Wanna apply for Administrator ? Type /aa for a IN-GAME Admin Apply!!");
  return 1;
}
something to do with fexist, dini_Exists ?
i don't know much about dini, dudb etc.
Reply


Messages In This Thread
Help please. - by rafay - 04.01.2009, 04:57
Re: Help please. - by Zezombia - 04.01.2009, 05:02
Re: Help please. - by rafay - 04.01.2009, 05:08
Re: Help please. - by Zezombia - 04.01.2009, 05:11
Re: Help please. - by rafay - 04.01.2009, 05:16
Re: Help please. - by Zezombia - 04.01.2009, 05:18
Re: Help please. - by rafay - 04.01.2009, 05:19
Re: Help please. - by Zezombia - 04.01.2009, 05:21
Re: Help please. - by rafay - 04.01.2009, 05:23
Re: Help please. - by rafay - 04.01.2009, 05:27
Re: Help please. - by Zezombia - 04.01.2009, 05:36
Re: Help please. - by rafay - 04.01.2009, 05:36
Re: Help please. - by rafay - 04.01.2009, 06:10

Forum Jump:


Users browsing this thread: 1 Guest(s)