View Single Post
Jon
Veteran Member
Join Date: Dec 2007
Old 09-24-2009 , 11:49   Re: Round Start Plugin
Reply With Quote #9

Precache the sound.

PHP Code:
new const ROUND_SOUND[] = { "RoundStart/Start.wav" 
Use a define.

PHP Code:
public logevent_round_start(id
There is no index passed in this event. Use 0 as index.

PHP Code:
Redundant 

Last edited by Jon; 09-24-2009 at 11:54.
Jon is offline