PDA

View Full Version : hide a icon in scoreboard



ORDI
1st April 2014, 11:27
hello everybody

like atm i'm creating a admin menu, i need to know if its possible to deleted a icon in scoreboard after have placed one from the menu.gsc


if(response == "L12")
{
self.statusicon = "icon_ldr";
}

and i wanna know if i can deleted the icon after?

a.show icon
b.hide icon <-

xfire: ordi37zk

kung foo man
1st April 2014, 11:49
Most times it helps to take a look in tdm.gsc etc. to research how something needs to be done. ^^



Callback_PlayerConnect()
{
thread dummy();

self.statusicon = "hud_status_connecting";
self waittill("begin");
self.statusicon = ""; // this is what you need

ORDI
1st April 2014, 12:47
thx bro very much <3 it's reallly a question stupid what i said, it's so logic xD