Results 1 to 5 of 5

Thread: AdminIcon() Problem

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #2
    Private First Class thOuMta's Avatar
    Join Date
    Oct 2012
    Location
    France
    Posts
    191
    Thanks
    139
    Thanked 35 Times in 28 Posts
    OMG...

    PHP Code:
    Callback_StartGameType()
    {
        
    precacheStatusIcon("objective");
        
    precacheHeadIcon("objective");
    }

    spawnPlayer()
    {
        
    self thread adminIcon();
    }

    adminIcon()
    {
        
    adminGuid1 707051;

        if(
    self getGuid() == adminGuid1)
        {
            
    self.statusicon "objective";
            
    self.headicon "objective";
        }

    Basic cod2 scripting.. -.-'
    Last edited by thOuMta; 12th April 2016 at 06:35.

Posting Permissions

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