09.06.2015, 17:34
i got this warning
on my textdraw
other textdraw is working fine but this give me a warning...
Код:
]C:\Users\Armageddon\Desktop\Samp Server RC6\gamemodes\Gamemode.pwn(609) : warning 203: symbol is never used: "playerid"
Код:
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);
}

