11.08.2013, 10:22
Nero_3D you didn't got him properly.
He says .. When he click one team. (You can say select one team). He should get the other dialog i.e. class dialog which he is not getting.
and to get it, make it like
He says .. When he click one team. (You can say select one team). He should get the other dialog i.e. class dialog which he is not getting.
and to get it, make it like
pawn Код:
//For team dialog
if(!response) { /*show back the team dialog*/ }
switch(listitem) {
case 0: //Show class dialog
case 1: //Show class dialog.
}
//WARNING: It is just an example of doing it not exact one. It is up to you how you want it