Error vip
#1

i get vip errors
Код:
error 001: expected token: ";", but found "new"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Error.
Код:
new VipName[6][24] =
{
	{"Player"}, // Vip-level 0
	{"Vip"}, // Vip-level 1
	{"Gold Vip"}, // Vip-level 2
	{"Silver Vip"}, // Vip-level 3
	{"Co-Owner Vip"}, // Vip-level 4
        {"Owner Vip"} // Vip-level 5
}
Reply
#2

You forgot a ; at the end of it..

pawn Код:
new VipName[6][24] =
{
    {"Player"}, // Vip-level 0
    {"Vip"}, // Vip-level 1
    {"Gold Vip"}, // Vip-level 2
    {"Silver Vip"}, // Vip-level 3
    {"Co-Owner Vip"}, // Vip-level 4
        {"Owner Vip"} // Vip-level 5
}; //<=======
Reply
#3

Thanks.
i didnt see that.
Reply
#4

No Problem
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)