Dini problem
#6

This is my dissconect code.
PHP код:
new string[128], PlayerName[MAX_PLAYER_NAME];
    
GetPlayerName(playeridPlayerNamesizeof(PlayerName)); 
    
format(stringsizeof(string), "Scores/%s.ini"PlayerName);
    if(
fexist(string))
    {
    
dini_IntSet(string"Score"GetPlayerScore(playerid));
    }
    else
    {
    
dini_Create(string); 
    
dini_IntSet(string"Score"GetPlayerScore(playerid)); 
    } 
Reply


Messages In This Thread
Dini problem - by Twinki1993 - 28.02.2012, 22:07
Re: Dini problem - by iGetty - 28.02.2012, 22:09
Re: Dini problem - by Twinki1993 - 28.02.2012, 22:11
Re: Dini problem - by iGetty - 28.02.2012, 22:14
Re: Dini problem - by Twinki1993 - 28.02.2012, 22:16
Re: Dini problem - by Twinki1993 - 28.02.2012, 22:18
Re: Dini problem - by milanosie - 28.02.2012, 22:19
Re: Dini problem - by StreetGT - 28.02.2012, 22:40
Re: Dini problem - by Twinki1993 - 29.02.2012, 22:08
Re: Dini problem - by Nuke547 - 29.02.2012, 23:17

Forum Jump:


Users browsing this thread: 1 Guest(s)