Pawn Error: +1REP
#1

Код:
new VIPLevelName[4][24] =
{
	{"Joueur"}, // VIP Level 0
	{"Joueur VIP"} // VIP Level 1
	{"Joueur VIP/Donnateur"} // VIP Level 2
	{"Joueur VIP/Dйvloppeur"} // VIP Level 3
};
Код:
C:\Users\Taleb\Desktop\PPC Debbug\pawno\include\PPC_Defines.inc(277) : error 001: expected token: "}", but found "{"
C:\Users\Taleb\Desktop\PPC Debbug\pawno\include\PPC_Defines.inc(279) : error 010: invalid function or declaration
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase
Reply
#2

You forgot the commas, you only added one at the first.
Quote:

{"Joueur"},
{"Joueur VIP"},
{"Joueur VIP/Donnateur"},
{"Joueur VIP/Dйvloppeur"}

Reply
#3

Thank you dude
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)