This can't be solved by drop the weapon. I have another idea can solve those mix but first give me the source code of the weapon that mix with this one. I'll make some edits you will understand and i'll sum up them so you can do it yourself not need me to do it for you and if you run a private plugin you can do.
There is another problem sometimes when u shot zombies they get freezed and on next round they still freezed.... [If someone kill you as zombie while you are frozen you respawn as frozen and it doesn't unlock you whatever if you are human/zombie]
Another Error : If you buy the Frost M4a1 You get the HUD " Freeze Damage" , it does not disapear when you drop the gun , it does on the new round.
Raheem , i am posting in this thread but i have a quick question. What i have to look in in the main .SMA of zombie plague to make the hud of Health , armor , class and ammos to be blue like in the youtube video you provided? Now it's dark blue and i don't like that ..
Interested in playing Zombie Plague / Escape servers. If somebody wants to play , PM me with IP
Dude just learn Pawn, Not a big deal? You're asking non-stop for help. Plus when someone helps you , you don't concentrate and keep asking how to do it.
1-Fix Zombie Dead freeze. [ON Death: g_FrozeN[victim] = false] 2-Fix Hud Message, Now if you just change weapon the Hud message will be cleared. [IN Check Weapon: ClearSyncHud(id, g_HudSync)].
About mix please give me some details and it can happen only if you use another weapon like Golden M4A1. And it can be solved by 2 natives i'll post latter.
@mr. ZP, Use Dynamic Hud Message First Declare this globle variable new g_HudSync
Next in plugin_init() Add this g_HudSync = CreateHudSyncObj()
Then Create your Hud message any where using those:
set_hudmessage(34, 138, 255, -1.0, 0.17, 1, 0.0, 2.0, 1.0, 1.0, -1) ShowSyncHudMsg(0, g_HudSync, "Your Message HERE") It's usage same as hud message. Example so you understand so far how to use it HEREwrite in chat /hud to see what will happen.