Posts: 257
Threads: 48
Joined: Feb 2013
Reputation:
0
I am making a TDM script,I have my Login/Register system,I made Team/Class Selection through Dialogs (2 teams) and then a few msgbox dialogs after it,I have setup the spawn code and I know it is right cause it has worked before,but it just seems to not work now after new dialogs,to fix this I would need to be able to trust someone with seeing my code,using teamviewer or something.
Posts: 102
Threads: 20
Joined: Dec 2012
Reputation:
0
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.
Posts: 257
Threads: 48
Joined: Feb 2013
Reputation:
0
Could you use T.V = Team Viewer
Posts: 2,528
Threads: 124
Joined: Jul 2009
Reputation:
0
Man, we are using this forums to help people for free in our spare time. You can either provide little bits of your code, or pay for offboard support. Simple as that
Posts: 102
Threads: 20
Joined: Dec 2012
Reputation:
0
post all the dialogbox and codes that are under the ondialogresponse and spawn codes
Posts: 102
Threads: 20
Joined: Dec 2012
Reputation:
0
ok now simply put your spawn coordinates to the last dialog box that is appearing(i am posting this post by mobile so i can't see your codes fully in code box)