AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Zombie Plague Mod (https://forums.alliedmods.net/forumdisplay.php?f=126)
-   -   Help / Support [T] How to Add Health, Class, Ammo Packs etc under The Radar (https://forums.alliedmods.net/showthread.php?t=242262)

zmd94 12-19-2014 12:32

Re: [TUT] How to Add Health, Class, Ammo Packs etc under The Radar
 
The code is already in your .sma file. Just use ctrl+F to find it.

arsalan 12-19-2014 15:14

Re: [TUT] How to Add Health, Class, Ammo Packs etc under The Radar
 
thanks I done it,but its text is soo small in size how change size....of it....

zmd94 12-19-2014 20:20

Re: [TUT] How to Add Health, Class, Ammo Packs etc under The Radar
 
Just use dhudmessage: https://forums.alliedmods.net/showthread.php?t=149210

arsalan 12-20-2014 05:21

Re: [TUT] How to Add Health, Class, Ammo Packs etc under The Radar
 
men,what is Dhudmessage i didnt understand how i make text large...plzz explain

zmd94 12-20-2014 13:36

Re: [TUT] How to Add Health, Class, Ammo Packs etc under The Radar
 
This is an example on how to do it:
PHP Code:

#include <amxmodx>
#include <dhudmessage>

public plugin_init()
{
    
register_plugin"Test""""" );
    
register_clcmd"say /test""ClientCommand_Test" );
}

public 
ClientCommand_Testclient )
{
    
set_dhudmessage01600, -1.00.2526.03.00.11.5 );
    
show_dhudmessageclient"YourHudMessage" );



spark_xT5 12-23-2014 06:10

Re: [TUT] How to Add Health, Class, Ammo Packs etc under The Radar
 
Thanx BrO. Its Really Help full For Me :D

zmd94 12-23-2014 06:36

Re: [TUT] How to Add Health, Class, Ammo Packs etc under The Radar
 
Nevermind. I glad if you find this thread useful. ;)

Abhinash 02-01-2015 03:34

Re: [TUT] How to Add Health, Class, Ammo Packs etc under The Radar
 
Hey zmd94 can you compile and sma and uplad the both sma and amxx files.
Please do it for me.��

Abhinash 02-01-2015 03:36

Re: [TUT] How to Add Health, Class, Ammo Packs etc under The Radar
 
Zmd94 please compile and upload amxx and sma file for me please.

zmd94 02-01-2015 03:51

Re: [TUT] How to Add Health, Class, Ammo Packs etc under The Radar
 
Which ZP version do you use?


All times are GMT -4. The time now is 15:52.

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