SA-MP Forums Archive
warning and 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: warning and error (/showthread.php?tid=510138)



warning and error - ByKoRsSaN - 29.04.2014

Hi ;

Код:
(678) : warning 202: number of arguments does not match definition
(679) : warning 202: number of arguments does not match definition
(680) : warning 202: number of arguments does not match definition
(711) : error 017: undefined symbol "cache_insert_id"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Error.
679 ;
Код:
					cache_get_field_content(i, "text", SprayTags[extraid][i][_spText], spraytag_mysql, MAX_PLAYER_NAME);
680 ;
Код:
			cache_get_field_content(i, "font", SprayTags[extraid][i][_spFont], spraytag_mysql, MAX_PLAYER_NAME);
711 ;
Код:
SprayTags[playerid][iIndex][_spSQLID] = cache_insert_id(spraytag_mysql);
pls helpp


Re: warning and error - ByKoRsSaN - 30.04.2014

pls