Results 1 to 3 of 3

Thread: hide a icon in scoreboard

  1. #1
    Private
    Join Date
    Aug 2013
    Posts
    95
    Thanks
    13
    Thanked 4 Times in 3 Posts

    hide a icon in scoreboard

    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

    PHP Code:
    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

  2. #2
    Assadministrator kung foo man's Avatar
    Join Date
    Jun 2012
    Location
    trailerpark
    Posts
    2,010
    Thanks
    2,102
    Thanked 1,084 Times in 753 Posts
    Most times it helps to take a look in tdm.gsc etc. to research how something needs to be done. ^^

    PHP Code:
    Callback_PlayerConnect()
    {
        
    thread dummy();

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

  3. The Following User Says Thank You to kung foo man For This Useful Post:

    ORDI (1st April 2014)

  4. #3
    Private
    Join Date
    Aug 2013
    Posts
    95
    Thanks
    13
    Thanked 4 Times in 3 Posts
    thx bro very much <3 it's reallly a question stupid what i said, it's so logic xD

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •