AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Scripting Help (https://forums.alliedmods.net/forumdisplay.php?f=11)
-   -   How to change weapon sprite deathmsg? (https://forums.alliedmods.net/showthread.php?t=229348)

m4m3ts 11-06-2013 02:28

How to change weapon sprite deathmsg?
 
as the topic how to change weapon sprite deathmsg?

like this

http://i294.photobucket.com/albums/m...m3ts/sprit.jpg

i have the sprite file, but i don't how to do that...
i use this, but not work..

PHP Code:

        message_begin(MSG_ONEgmsgWeaponList, {0,0,0}, id)
        
write_string("weapon_samurai")
        
write_byte(10)
        
write_byte(120)
        
write_byte(-1)
        
write_byte(-1)
        
write_byte(1)
        
write_byte(5)
        
write_byte(CSW_SAMURAI)
        
message_end() 


Bos93 11-06-2013 02:57

Re: How to change weapon sprite deathmsg?
 
client-side

m4m3ts 11-06-2013 03:53

Re: How to change weapon sprite deathmsg?
 
Quote:

Originally Posted by Bos93 (Post 2057432)
client-side

it's client side ?
which file i should change it ?
and how to do that with my own file...

NiHiLaNTh 11-06-2013 05:07

Re: How to change weapon sprite deathmsg?
 
its hud.txt. I will go ahead and answer the expected question - "How to replace it?" - You can't do it.
That's the format
Quote:

Originally Posted by Arkshine
<name> <resolution> <spriteFile> <shiftX> <shiftY> <width> <height>



All times are GMT -4. The time now is 23:21.

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