error help
#1

i got this warning
Код:
]C:\Users\Armageddon\Desktop\Samp Server RC6\gamemodes\Gamemode.pwn(609) : warning 203: symbol is never used: "playerid"
on my textdraw

Код:
PlayerTextDraws_DJ(playerid)
{
	DJ_Box1 = TextDrawCreate(443.600006, 119.473327, "Main_Box");
	TextDrawLetterSize(DJ_Box1, 0.000000, 33.117408);
	TextDrawTextSize(DJ_Box1, 181.199996, 0.000000);
	TextDrawAlignment(DJ_Box1, 1);
	TextDrawColor(DJ_Box1, 0);
	TextDrawUseBox(DJ_Box1, true);
	TextDrawBoxColor(DJ_Box1, 102);
	TextDrawSetShadow(DJ_Box1, 0);
	TextDrawSetOutline(DJ_Box1, 0);
	TextDrawFont(DJ_Box1, 0);
}
other textdraw is working fine but this give me a warning...
Reply


Messages In This Thread
error help - by Armageddonz - 09.06.2015, 17:34
Re: error help - by Konstantinos - 09.06.2015, 17:36
Re: error help - by Yates - 09.06.2015, 17:41
Re: error help - by Armageddonz - 09.06.2015, 17:43
Re: error help - by Rabea - 09.06.2015, 17:44
Re: error help - by Armageddonz - 09.06.2015, 18:02

Forum Jump:


Users browsing this thread: 1 Guest(s)