HELP !
#1

http://pastebin.com/m16a9bf01

I get warnings of tag mismatch and edundant code: constant expression is zero

Код:
enum PlayerInfo
{
	Registered,
	Password,
	Loggined,
	Level,
	Banned,
	Muted
};
new PlayerData[MAX_PLAYERS][PlayerInfo];
what is wrong ?Please help
Reply
#2

Код:
enum PlayerInfo
{
	Registered,
	Password,
	Loggined,
	Level,
	Banned,
	Muted
}

new PlayerData[MAX_PLAYERS][PlayerInfo];
Remove the semicolon from the enumeration.
Reply
#3

Didnt help,same 12 warnings of mismatch and edundant code: constant expression is zero and 1 of edundant code: constant expression is non-zero

Reply
#4

The code you posted will compile fine. You must have errors elsewhere.
Reply
#5

ok heres the link of all my script

http://pastebin.com/mb4cb4c9

the dcmds and enumeration + stocks etc

please I really need ..

Reply
#6

Gimme the file named 'other' in your includes folder and I'll fix the script for you.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)