12.03.2012, 11:01
Try this. That PIN is only with numbers?
Код:
if (dialogid == DIALOG_PIN) { new PIN ; PIN = strval(inputtext); if(PIN == PlayerInfo[playerid][pPIN]) { PinOk[playerid] = 1; } else { SendClientMessage(playerid, 0xFF0000FF, "PIN Incorect, mai incearca !"); } }