13.05.2013, 00:23
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
}; //<=======