07.08.2016, 07:43
Quote:
hmm i had take a quick look @ the script and found this you should remove return 1;}(highlighted in red)
Code:
new PlayerInfo[MAX_PLAYERS][pInfo]; //--------------------------------------------------------------------[Defines] #define DIALOG_REGISTER 1 #define DIALOG_LOGIN 2 #define DIALOG_SUCCESS_1 3 #define DIALOG_SUCCESS_2 4 #define PATH "/Users/%s.ini" //////////////////////////////////////Fowardovi////////////////////////////////// return 1; } |