06.05.2014, 23:46






I know i did somenthing wrong in the code, but i dont know what.. I am new at pawno, so if anyone can tell me how to fix this, and this work i will learn from that

new PlayerInfo[MAX_PLAYERS][pInfo];
new PlayerInfo[MAX_PLAYERS][pInfo];
enum pInfo
{
pAdmin
pPosedovanjeFirme2
} // You don't need a ";" here.
new PlayerInfo[MAX_PLAYERS][pInfo]; // Why you had two of these?
pawn Код:
|
enum pInfo
{
pAdmin,
pPosedovanjeFirme2
}; // You don't need a ";" here.
new PlayerInfo[MAX_PLAYERS][pInfo];