[HELP] Many errors on one line.
#1

Hello, I was trying to compile my gamemod but I get back this:

Code:
D:\SA-MPS~1\GAMEMO~1\Gameworld.PWN(7163) : error 012: invalid function call, not a valid address
D:\SA-MPS~1\GAMEMO~1\Gameworld.PWN(7163) : warning 215: expression has no effect
D:\SA-MPS~1\GAMEMO~1\Gameworld.PWN(7163) : error 001: expected token: ";", but found ")"
D:\SA-MPS~1\GAMEMO~1\Gameworld.PWN(7163) : error 029: invalid expression, assumed zero
D:\SA-MPS~1\GAMEMO~1\Gameworld.PWN(7163) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


4 Errors.
And heres code:

Code:
FileStats(playerid)
{
  new a[256];
  format(a, sizeof(a), "%s.ini",udb_encode(Player(playerid)));
  return a;
}
format(a, sizeof(a), "%s.ini",udb_encode(Player(playerid))); <--- this is the line wheres all errors :/
I hope someone will help me..
Reply


Messages In This Thread
[HELP] Many errors on one line. - by kukars22 - 10.06.2009, 15:04
Re: [HELP] Many errors on one line. - by Correlli - 10.06.2009, 17:14
Re: [HELP] Many errors on one line. - by efeX - 10.06.2009, 18:10

Forum Jump:


Users browsing this thread: 2 Guest(s)