Every password works?!
#7

I noticed this line,
pawn Код:
keytmp = ini_GetKey( PassData );//invalid
Then,
pawn Код:
if( strcmp( keytmp , "Key" , true ) == 0 )
If Keytmp is a string then you cannot assign it a value using the equals sign. (as in the whole array) You would need to pass the array by reference similar to the "GetPlayerName" function.
Reply


Messages In This Thread
Every password works?! - by TheNavigator - 15.10.2011, 05:53
Re: Every password works?! - by GrimR - 15.10.2011, 07:01
Re: Every password works?! - by TheNavigator - 15.10.2011, 07:06
Re: Every password works?! - by System64 - 15.10.2011, 07:35
Re: Every password works?! - by TheNavigator - 15.10.2011, 07:38
Re: Every password works?! - by Andrejs - 15.10.2011, 07:45
Re: Every password works?! - by iggy1 - 15.10.2011, 08:01
Re: Every password works?! - by TheNavigator - 15.10.2011, 08:14
Re: Every password works?! - by iggy1 - 15.10.2011, 08:34
Re: Every password works?! - by TheNavigator - 15.10.2011, 08:36

Forum Jump:


Users browsing this thread: 1 Guest(s)