17.11.2009, 13:03
hey,
i have problems with my auto login (ip) script. i dont use dini.
Exemple for my account saving sys.
i saw in a admin fs with dini -.- this: tmp2 = dini_Get(connect,"IP");
How is that in my system?
...
i have problems with my auto login (ip) script. i dont use dini.
Exemple for my account saving sys.
i saw in a admin fs with dini -.- this: tmp2 = dini_Get(connect,"IP");
How is that in my system?
Код:
if( strcmp( key , "Kills" , true ) == 0 ) { val = ini_GetValue( Data ); PlayerInfo[playerid][pKills] = strval( val ); } if( strcmp( key , "TeamKills" , true ) == 0 ) { val = ini_GetValue( Data ); PlayerInfo[playerid][pTeamKills] = strval( val ); }