Errors When Compiling
#3

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")));
Still Gettin' an error
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)