16.01.2011, 18:56
Hey,
Basicly when you register you've entered a name.
This name is mname.
When you register (checked it with printf) it enters the correct name into the correct value position.
Altough when you log back in, you get nothing.
This is the line where the variable should get called back into the script:
But as I said, it gives nothing.
Also printf shows me nothing here.
Basicly when you register you've entered a name.
This name is mname.
When you register (checked it with printf) it enters the correct name into the correct value position.
Altough when you log back in, you get nothing.
This is the line where the variable should get called back into the script:
Quote:
if( strcmp( key , "mname" , true ) == 0 ) { val = ini_GetValue( Data ); PlayerInfo[playerid][mname] = strmid(PlayerInfo[playerid][mname], val, 0, 32); } |
Also printf shows me nothing here.