09.09.2016, 08:02
So the dialog is like this:
House ID : House Title
0: The cute house
1: Great houzzy
2: lolBb
3: AmmuHouse
Should I do this at the response?
House ID : House Title
0: The cute house
1: Great houzzy
2: lolBb
3: AmmuHouse
Should I do this at the response?
PHP Code:
for(new i = 0; i < MAX_HOUSES; i++)
{
new ChosenHouse = -1;
if(hInfo[i][hID] == hInfo[strval(inputtext[0..3])][hID])
{
ChosenHouse = i;
}
}