Textdraw help
#1

code
Код:
	// Game time
	TimeTD = TextDrawCreate(36.000000, 430.000000,"~r~Game time: ~w~%d:%d:%d", thour, tmin, tsec);
	TextDrawBackgroundColor(TimeTD, 255);
	TextDrawFont(TimeTD,2);
	TextDrawSetShadow(TimeTD,0);
	TextDrawSetOutline(TimeTD,1);
	TextDrawAlignment(TimeTD,1);
	TextDrawLetterSize(TimeTD,0.200000,1.000000);
	TextDrawColor(TimeTD,COLOR_WHITE);
	TextDrawSetOutline(TimeTD, 1);
Error
Код:
C:\Users\MichaelWharton\Desktop\*\Other\SAMP server\A-RP\gamemodes\A-RP.pwn(3348) : warning 202: number of arguments does not match definition
C:\Users\MichaelWharton\Desktop\*\Other\SAMP server\A-RP\gamemodes\A-RP.pwn(3348) : warning 202: number of arguments does not match definition
C:\Users\MichaelWharton\Desktop\*\Other\SAMP server\A-RP\gamemodes\A-RP.pwn(3348) : warning 202: number of arguments does not match definition
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


3 Warnings.
What is wrong?
Reply


Messages In This Thread
Textdraw help - by MichaelWharton101 - 08.04.2013, 23:58
Re: Textdraw help - by MichaelWharton101 - 09.04.2013, 00:32
Re: Textdraw help - by LukisHard - 09.04.2013, 00:38
Re: Textdraw help - by MichaelWharton101 - 09.04.2013, 00:44
Re: Textdraw help - by LukisHard - 09.04.2013, 00:55
Re: Textdraw help - by MichaelWharton101 - 09.04.2013, 01:08
Re: Textdraw help - by MichaelWharton101 - 09.04.2013, 01:26
Re: Textdraw help - by Pawnie - 09.04.2013, 02:02
Re: Textdraw help - by Ballu Miaa - 09.04.2013, 02:07

Forum Jump:


Users browsing this thread: 1 Guest(s)