Firma System many errors .. :/ help
#5

pawn Код:
format(gFile, 50, "LSystems/firme/Firma_%d.ini" ,b); // <-- it was missing a semicolor ;
Replace:
pawn Код:
format gFile[35];
with
pawn Код:
new gFile[50]; // new is to declare a new variable, not format. Plus, you were trying to declare a string with size of 35 and then using size 50 in the format. Change to 50 to avoid problems in the future (long message lol)
and show us few lines before 104.
Reply


Messages In This Thread
Firma System many errors .. :/ help - by luspa - 07.10.2013, 23:51
Re: Firma System many errors .. :/ help - by luspa - 08.10.2013, 12:05
Re: Firma System many errors .. :/ help - by Konstantinos - 08.10.2013, 12:10
Re: Firma System many errors .. :/ help - by luspa - 08.10.2013, 15:02
Re: Firma System many errors .. :/ help - by Konstantinos - 08.10.2013, 15:06

Forum Jump:


Users browsing this thread: 1 Guest(s)