15.10.2011, 08:01
I noticed this line,
Then,
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.
pawn Код:
keytmp = ini_GetKey( PassData );//invalid
pawn Код:
if( strcmp( keytmp , "Key" , true ) == 0 )