Errors When Compiling
#4

I had replied to your previous threads and you simply ignored my post. The only thing you did was to create the same thread over and over again. For last time.

It MUST be declared as:
pawn Код:
new Member[MAX_PLAYERS]
Quote:
Originally Posted by damian123
Посмотреть сообщение
Here:
pawn Код:
Line 710 new filo[55];
Line 711 format(filo,55,"org%d.ini",Member[playerid]);
Line 712 SetPlayerColor(ID,HexToInt(dini_Get(filo,"Color")) ); //it has an extra space here, it should be ))) not )) )
Replace with:
pawn Код:
new filo[55];
format(filo,55,"org%d.ini",Member[playerid]);
SetPlayerColor(ID,HexToInt(dini_Get(filo,"Color")));
spaces do not matter. I can do:
pawn Код:
SetPlayerColor(                    ID,                           HexToInt( dini_Get( filo, "color"          )            )         );
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)