Error pls help
#1

Код:
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);
Reply
#2

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

Which line gets the error ?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)