04-23-2011, 18:22
this is the code:
don't work I also tried to change the sound, doesn't work.
I tried the icon name just: doubletap, doesn't work...
Code:
notifyData = spawnstruct();
notifyData.iconName = "cardicon_doubletap";
notifyData.titleText = "NEW ^0TACTICAL DEAGLE ^7AMMO";
notifyData.notifyText = " ";
notifyData.notifyText2 = " ";
notifyData.glowColor = (0.3, 0.6, 0.3); //RGB Color array divided by 100
notifyData.sound = "mp_bomb_plant"; //Sound
self thread maps\mp\gametypes\_hud_message::notifyMessage( notifyData );
don't work I also tried to change the sound, doesn't work.
I tried the icon name just: doubletap, doesn't work...