Y_INI saving problem
#3

Your UserPath function returns the name of the player instead of the path:
PHP код:
stock UserPath(playerid) { 
    new 
path[64], name[MAX_PLAYER_NAME]; 
    
GetPlayerName(playeridnamesizeof(name)); 
    
format(pathsizeof(path), USERS_PATHname); 
    return 
path

Reply


Messages In This Thread
Y_INI saving problem[FIXED] - by DarkSkull - 26.07.2016, 17:11
Re: Y_INI saving problem - by DarkSkull - 27.07.2016, 14:51
Re: Y_INI saving problem - by AndySedeyn - 27.07.2016, 15:57
Re: Y_INI saving problem - by DarkSkull - 27.07.2016, 16:42
Re: Y_INI saving problem - by ThePhenix - 27.07.2016, 16:47
Re: Y_INI saving problem - by DarkSkull - 27.07.2016, 17:54
Re: Y_INI saving problem - by ThePhenix - 27.07.2016, 17:59
Re: Y_INI saving problem - by DarkSkull - 27.07.2016, 18:10
Re: Y_INI saving problem - by ThePhenix - 27.07.2016, 18:14
Re: Y_INI saving problem - by DarkSkull - 27.07.2016, 18:22

Forum Jump:


Users browsing this thread: 1 Guest(s)