SA-MP Forums Archive
Can't understand?! - 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: Can't understand?! (/showthread.php?tid=635119)



Can't understand?! - JasonRiggs - 01.06.2017

pawno\include\YSI\..\YSI_Coding\..\YSI_Coding\y_ma lloc/heapalloc.inc(12 : error 017: undefined symbol "Malloc_main"
pawno\include\sscanf2.inc(203) : error 017: undefined symbol "SSCANF_OnGameModeInit"
pawno\include\sscanf2.inc(234) : error 017: undefined symbol "SSCANF_OnPlayerConnect"
\pawno\include\sscanf2.inc(25 : error 017: undefined symbol
(90135) : warning 225: unreachable code
(99259) : error 079: inconsistent return types (array & non-array)
(99306) : error 079: inconsistent return types (array & non-array)
(9930 : warning 217: loose indentation
(99325) : error 079: inconsistent return types (array & non-array)
(99329) : warning 217: loose indentation
(99330) : error 079: inconsistent return types (array & non-array)
(99333) : warning 217: loose indentation
(99333) : error 029: invalid expression, assumed zero

I have the newest inculdes and plugins, Lines :

99333
Код:
CMD:cameraangle(playerid, params[])
99330
Код:
	return 1;
99325
Код:
      return 1;
99306
Код:
				return 1;
99259
Код:
			if(broadcasting == 0) return SendClientMessageEx(playerid, COLOR_LIGHTBLUE, "* Nothings on TV!");



Re: Can't understand?! - Vince - 01.06.2017

Posting single lines is useless. Provide context.