a real big errors
#1

Код:
C:\Documents and Settings\user\Desktop\LarryDM\pawno\include\MTA_LOAD.inc(226) : warning 219: local variable "mapValues" shadows a variable at a preceding level
C:\Documents and Settings\user\Desktop\LarryDM\gamemodes\dmrace.pwn(939) : error 017: undefined symbol "MAX_STRING"
C:\Documents and Settings\user\Desktop\LarryDM\gamemodes\dmrace.pwn(939) : error 009: invalid array size (negative, zero or out of bounds)
C:\Documents and Settings\user\Desktop\LarryDM\gamemodes\dmrace.pwn(939) : error 036: empty statement
C:\Documents and Settings\user\Desktop\LarryDM\gamemodes\dmrace.pwn(939) : fatal error 107: too many error messages on one line

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


4 Errors.
Код:
C:\Documents and Settings\user\Desktop\LarryDM\pawno\include\MTA_LOAD.inc(226) : warning 219: local variable "mapValues" shadows a variable at a preceding level
226 problems
Код:
CMD:start(playerid, params[]){
	new mapN[156]; 226
	format(mapN,156,"DMRace/%s/objects.map",params);
	format(mapN3,156,"DMRace/%s/meta.xml",params);
Код:
C:\Documents and Settings\user\Desktop\LarryDM\gamemodes\dmrace.pwn(939) : error 017: undefined symbol "MAX_STRING"
C:\Documents and Settings\user\Desktop\LarryDM\gamemodes\dmrace.pwn(939) : error 009: invalid array size (negative, zero or out of bounds)
C:\Documents and Settings\user\Desktop\LarryDM\gamemodes\dmrace.pwn(939) : error 036: empty statement
C:\Documents and Settings\user\Desktop\LarryDM\gamemodes\dmrace.pwn(939) : fatal error 107: too many error messages on one line
939 problems
Код:
stock trcar(car[]) {
  new tmp[MAX_STRING];939
  set(tmp,car); 
  tmp=strreplace("[","(",tmp);
  tmp=strreplace("]",")",tmp);
  return tmp;
}
Reply


Messages In This Thread
a real big errors - by LarryTiger - 02.10.2015, 16:59
Re: a real big errors - by Jefff - 02.10.2015, 17:39
Re: a real big errors - by LarryTiger - 02.10.2015, 18:03
Re: a real big errors - by LarryTiger - 03.10.2015, 06:50
Respuesta: a real big errors - by jose005 - 11.11.2015, 07:14

Forum Jump:


Users browsing this thread: 1 Guest(s)