09.08.2013, 07:23
Is the dialog box are appearing continously? If yes, then Put your spawn codes in the last msg dialogbox that is appearing
example:-
under ondialogresponse
if(dialogid == lastdialogid)
{
spawncode(x,y,z);
}
is it help you?
If you can't understand it. Then post your codes then only i can help.
example:-
under ondialogresponse
if(dialogid == lastdialogid)
{
spawncode(x,y,z);
}
is it help you?
If you can't understand it. Then post your codes then only i can help.