warning 215: expression has no effect
#1

Script
Код:
		ShowPlayerDialog(playerid, DIALOG_REGISTER, DIALOG_STYLE_INPUT,"{FFFFFF}Registering...","{FFFFFF}Type your password below to register a new account.","Register","Quit");
Код:
ShowPlayerDialog(playerid, DIALOG_REGISTER, DIALOG_STYLE_INPUT,"{FFFFFF}Registering...","{FFFFFF}Type your password below to register a new account.","Register","Quit");
2 Warnings , on those lines , what should i do ?
Reply
#2

You have to define DIALOG_REGISTER.
like
#define DIALOG_REGISTER 1
or
enum {
DIALOG_REGISTER
};
Reply
#3

Quote:
Originally Posted by CodeStyle175
Посмотреть сообщение
You have to define DIALOG_REGISTER.
like
#define DIALOG_REGISTER 1
or
enum {
DIALOG_REGISTER
};
its already defined #define DIALOG_REGISTER 1

but still
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)