SA-MP Forums Archive
Error pls help - 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 pls help (/showthread.php?tid=507177)



Error pls help - VanSiera - 16.04.2014

Код:
C:\Documents and Settings\s\Desktop\1\gamemodes\tttt.pwn(1030) : error 010: invalid function or declaration
Код:
Textdraw0 = TextDrawCreate(319.000000, 362.000000, "NOTE - VIP Players CAN BUY THIS HOUSE WITHOUT PREMIUM POINTS");
	TextDrawAlignment(Textdraw0, 2);
	TextDrawBackgroundColor(Textdraw0, 255);
	TextDrawFont(Textdraw0, 2);
	TextDrawLetterSize(Textdraw0, 0.149998, 0.699999);
	TextDrawColor(Textdraw0, -1);
	TextDrawSetOutline(Textdraw0, 1);
	TextDrawSetProportional(Textdraw0, 1);



Re: Error pls help - Conradus - 16.04.2014

I think you haven't placed this code inside a function. Try to place it in "OnGameModeInIt".


Re : Error pls help - S4t3K - 16.04.2014

Which line gets the error ?