AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Zombie Plague Mod (https://forums.alliedmods.net/forumdisplay.php?f=126)
-   -   [T] List of Plugins + New Modes (https://forums.alliedmods.net/showthread.php?t=242196)

zmd94 01-28-2016 11:37

Re: [T] List of Plugins + New Modes
 
Sorry, what do you mean?

Krtola 01-28-2016 13:37

Re: [T] List of Plugins + New Modes
 
Quote:

Originally Posted by zmd94 (Post 2387617)
Sorry, what do you mean?

http://i.imgur.com/6ZOECuI.jpg

I do not want to be under the radar,to be the same place where is the score hud.

zmd94 01-29-2016 18:38

Re: [T] List of Plugins + New Modes
 
Just edit the hud location.
Code:

public ShowHUD(taskid)
{
    static id
    id = ID_SHOWHUD;
              // Player died?
              if (!is_user_alive(id))
              {
              // Get spectating target
            id = pev(id, PEV_SPEC_TARGET)
       
            // Target not alive
            if (!is_user_alive(id)) return;
            }
            if (id != ID_SHOWHUD)
            {
        set_hudmessage(255, 10, 255, -1.0, 0.80, 0, 0.0, 1.1)
        show_hudmessage(ID_SHOWHUD,"Spectating: %s ^n[ Level : %d | Exp : %d/%d ]",g_playername[id],g_level[id], level_exp[id], g_level_exp[id])
            }
            else
            {
        set_hudmessage(0, 255, 0, HUD_STATS_X, HUD_STATS_Y, 0, 6.0, 1.1, 0.0, 0.0, -1)
        show_hudmessage(ID_SHOWHUD,"[Level : %d] ^n[Exp : %d/%d]",g_level[ID_SHOWHUD], level_exp[ID_SHOWHUD], g_level_exp[ID_SHOWHUD])
        }
}


cr0w 02-05-2016 06:55

Re: [T] List of Plugins + New Modes
 
@zm94 , Can you update the thread please ? submit new plugins and tutorials ;)

zmd94 02-05-2016 21:16

Re: [T] List of Plugins + New Modes
 
Links?

Depresie 02-07-2016 17:28

Re: [T] List of Plugins + New Modes
 
Also, i saw around here couple topics with grenade effects, but the pictures you posted with those sprites, are not uploaded

zmd94 02-07-2016 20:50

Re: [T] List of Plugins + New Modes
 
Link?

Depresie 03-26-2016 10:18

Re: [T] List of Plugins + New Modes
 
https://forums.alliedmods.net/showth...=242196&page=5

ShooTeR XKy 05-11-2016 11:34

Re: [T] List of Plugins + New Modes
 
Great Job

zmd94 05-13-2016 06:39

Re: [T] List of Plugins + New Modes
 
Nevermind.


All times are GMT -4. The time now is 14:45.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.