SA-MP Forums Archive
BUD 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: BUD ERROR :( (/showthread.php?tid=582013)



BUD ERROR :( - jamesmith12 - 17.07.2015

How to fix this?...



Код:
	//adding prestige weapons in DB
	GAdmin_VerifyColoumn("weapon1", BUD::TYPE_NUMBER);
	GAdmin_VerifyColoumn("weapon2", BUD::TYPE_NUMBER);
	GAdmin_VerifyColoumn("weapon3", BUD::TYPE_NUMBER);



Re: BUD ERROR :( - SpikeSpigel - 17.07.2015

It telling you what to do in the console. You need to increase the number on MAX_COLUMNS.