24.05.2014, 21:10
Код:
if(response) { if(inputtext == PlayerInfo[playerid][pPassword]) { // If you're using a hash (which you should be), it'll be 'if(Hash(inputtext) == PlayerInfo[playerid][pPassword])' } else { SendClientMessage(playerid, COLOUR, "Wrong password!"); } }