Fix round manager. Add more todos.

This commit is contained in:
JezuzLizard
2024-03-06 23:43:16 -08:00
parent 1bf0822701
commit f7f3ed71b7
10 changed files with 159 additions and 29 deletions

View File

@ -513,10 +513,9 @@ playloopsound( sound_alias, fade_time )
}
/@
[DESCRIPTION]: Spawns a temp entity at CALLER's location which plays <sound_name>.
If sound is invalid sound will simply fail to play with no error.;
[DESCRIPTION]: Returns the playback time of <sound_alias>.;
[CALL_TYPE]: method;
[USAGE]: playback_time = playsound( <sound_alias> );
[USAGE]: playback_time = soundgetplaybacktime( <sound_alias> );
[PARAMS]: ARG1:<string>;
[PARAMS_NOTES]: NONE;
[RETURNS]: <int>;