View Single Post
jc980
Veteran Member
Join Date: Jan 2010
Location: God is with us...
Old 04-29-2012 , 09:04   Re: ZP 5.0 Betas/Updates
#813

Quote:
Originally Posted by DeMNiX View Post
in plugin_precache() I add to end of public:
Code:
	new sound[SOUND_MAX_LENGTH]
	for (index = 0; index < ArraySize(g_sound_grenade_flare_explode); index++)
	{
		ArrayGetString(g_sound_grenade_flare_explode, index, sound, charsmax(sound))
		precache_sound(sound)
	}
Thx dude. Very helpful! ( Well IMO I really disliked the flare. )
__________________

Last edited by jc980; 04-29-2012 at 09:05.
jc980 is offline