SA-MP Forums Archive
Error - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Error (/showthread.php?tid=505001)



Error - hillko - 06.04.2014

help please! because of what the error give the right solution please!
Код HTML:
202.static
203.armedbody_pTick[MAX_PLAYERS];
204.
please

Код HTML:
F:\GTA\ÑÅÐÂ\samp03e_svr_r2_win3\pawno\include\MXini.inc(202) : error 017: undefined symbol "strlen"
F:\GTA\ÑÅÐÂ\samp03e_svr_r2_win3\pawno\include\MXini.inc(202) : warning 215: expression has no effect
F:\GTA\ÑÅÐÂ\samp03e_svr_r2_win3\pawno\include\MXini.inc(202) : error 001: expected token: ";", but found ")"
F:\GTA\ÑÅÐÂ\samp03e_svr_r2_win3\pawno\include\MXini.inc(202) : error 029: invalid expression, assumed zero
F:\GTA\ÑÅÐÂ\samp03e_svr_r2_win3\pawno\include\MXini.inc(202) : fatal error 107: too many error messages on one line

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


4 Errors.



Re: Error - LocMax - 06.04.2014

pawn Код:
static armedbody_pTick[MAX_PLAYERS];



Re: Error - hillko - 06.04.2014

Quote:
Originally Posted by LocMax
Посмотреть сообщение
pawn Код:
static armedbody_pTick[MAX_PLAYERS];
same error


Re: Error - LocMax - 06.04.2014

Show me where you use strlen


Re: Error - Konstantinos - 06.04.2014

The errors are from MXini.inc, not from your script. By the way, did you include MXini before a_samp? If yes, swap them because a_samp must be first.


Re: Error - hillko - 06.04.2014

spasib great helped