Login problem
#3

does DOF2 knows the path of the file just with new fFile[90]; ? dont you need to format the location and load file from location? it seems so weird! I'm not using DOF2 so I'm not sure I could help you well. however I'm pretty sure this looks odd, you loadplayer with playerid but the actual file location isnt formated anywhere.
Try making those aswell with the loading, playerid is not enough for the file, he needs name + location.
Код:
new fFile[86], name[MAX_PLAYER_NAME];
GetPlayerName(playerid, name, sizeof(name));
format(fFile, sizeof(fFile), "%s.txt", name);
Reply


Messages In This Thread
Login problem - by StarPeens - 27.03.2015, 17:18
Re: Login problem - by StarPeens - 28.03.2015, 16:01
Re: Login problem - by maximthepain - 28.03.2015, 16:57

Forum Jump:


Users browsing this thread: 1 Guest(s)