Hallo ich habe foglenden Code:
if(response == 1)
{
switch(dialogid)
{
case DIALOG_PREMIUM:
{
if(strlen(inputtext) == 6)
{
}
}
}
}
Nun möchte ich überprüfen ob der Spieler irgendein Code von hier:
new PCodes[][] =
{
"aasg6a", "brstf2", "hbc6a1", "sztxc6", "soqar9", "9acxhg"
};
eingibt? Wie mache ich das am besten?