30.05.2012, 18:24
At first, Hello all! I am learning Y_INI... Here is my problem:
I want to compare the inputtext with Password from file:
But I want it like this:
Thanks in advance !
I want to compare the inputtext with Password from file:
pawn Код:
if(inputtext[playerid] == pStats[playerid][Password])
pawn Код:
if(inputtext[playerid] == //compare with string Password from file here)