PHP Code:
public plugin_precache()
{
precache_sound( "rally/drehzahl.wav" );
}
emit_sound( 0 ,CHAN_ITEM, "rally/drehzahl.wav", 1.0, ATTN_NORM, 0, PITCH_HIGH);
so this one now to mp3
PHP Code:
public plugin_precache()
{
precache_generic( "sound/rally/drehzahl.mp3" );
}
emit_sound( 0 ,CHAN_ITEM, "sound/rally/drehzahl.mp3", 1.0, ATTN_NORM, 0, PITCH_HIGH);
<<< lol?? where am i wrong?
i like the sounds in wav. but its laggy, this must repeat the sound & this shit makes a noise by repeat.
&&& :
i tried with spk, but i can hear the player from very far distance. is there a way to edit the distance? i tried this on de_dust & i could hear the CT @ CTBASE when i was @B.
__________________