OnPlayerLogin Crash
#7

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 (fexist(string)

not working :S HELP PLEASE!
Reply


Messages In This Thread
OnPlayerLogin Crash - by tooomi - 18.12.2010, 13:04
Re: OnPlayerLogin Crash - by Noss* - 18.12.2010, 13:10
Re: OnPlayerLogin Crash - by Ironboy500[TW] - 18.12.2010, 13:12
Re: OnPlayerLogin Crash - by tooomi - 18.12.2010, 13:20
Re: OnPlayerLogin Crash - by Ironboy500[TW] - 18.12.2010, 13:22
Re: OnPlayerLogin Crash - by tooomi - 18.12.2010, 13:25
Re: OnPlayerLogin Crash - by tooomi - 18.12.2010, 13:31
Re: OnPlayerLogin Crash - by Ironboy500[TW] - 18.12.2010, 13:34
Re: OnPlayerLogin Crash - by tooomi - 18.12.2010, 13:35
Re: OnPlayerLogin Crash - by tooomi - 18.12.2010, 13:57

Forum Jump:


Users browsing this thread: 1 Guest(s)