24.05.2014, 23:01
I know, I misstyped, I got a warning****
Warning is: loose indentation line 27
NVM. I just had to move the return 1; in the line with ShowPlayerDialog
It was like this
ShowPlayerDialog(')
return 1;
i fixed it by:
ShowPlayerDialog()
return 1;
Warning is: loose indentation line 27
NVM. I just had to move the return 1; in the line with ShowPlayerDialog
It was like this
ShowPlayerDialog(')
return 1;
i fixed it by:
ShowPlayerDialog()
return 1;