LOGIN Error [HELP NEEDED] - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Server (
https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (
https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: LOGIN Error [HELP NEEDED] (
/showthread.php?tid=200795)
LOGIN Error [HELP NEEDED] -
tooomi - 19.12.2010
public OnPlayerLogin(playerid,password[])
{
new tmp2[256];
new string2[64];
new string[128];
new playersip[24];
new playername2[MAX_PLAYER_NAME];
new playernamesplit[3][MAX_PLAYER_NAME];
GetPlayerName(playerid, playername2, sizeof(playername2));
GetPlayerIp(playerid, playersip, sizeof(playersip));
split(playername2, playernamesplit, '_');
format(string2, sizeof(string2), "Users/%s.ini", playername2);
new File: UserFile = fopen(string, io_read);
if ( UserFile )
when i log-in to my server it keeps asking me to login
Re: LOGIN Error [HELP NEEDED] -
Face9000 - 19.12.2010
You have the folder Users in scriptfiles?
Re: LOGIN Error [HELP NEEDED] -
tooomi - 19.12.2010
yes i do, but still the same error