Quote:
Originally Posted by admantis
What I don't see logical, is that if the account is /not/ locked, it will say it is locked? shouldn't it be like..
pawn Код:
if(strcmp(UserInfo[playerid][AccountLocked], "Yes", false) == 0)
|
I'm sorry, half asleep... and yeah, that does seem more logical. Your code appears to be working. Thank you +rep.
Quote:
Originally Posted by RealCop228
Okay, so the value of this variable is currently "No" according to the user file?
pawn Код:
UserInfo[playerid][AccountLocked]
|
It was, yes, and it's been fixed due to Admantis, but thank you for your attempt.