hl1 map end
Hello
Id like to show a hud message to client during the Intermission, when the scoreboard is shown before map end. How would that be done? greetz |
Re: hl1 map end
Have you tried searching? I found this in less than 30 seconds by simply searching for "intermission" in the Scripting Help forum.
Code:
register_event("30", "function_here", "a") |
Re: hl1 map end
You can't display a hud message during Intermission. You would need to send SVC_FINALE on your Intermission hook before you display it.
|
Re: hl1 map end
yeah ive tried searching before posting.
came across this PHP Code:
PHP Code:
Is the event called 30 in cs1.6 ? I wonder if it is called the same or different in hl1. Quote:
Ok think I got that part sorted, however now the scoreboard itself doesn't show up brb. Sorted that as well, however now when the scoreboard shows up if you press fire the windows mouse cursor will appear and it will take a while waiting to change map. |
Re: hl1 map end
Yes the events are the same. Keep in mind that Intermission is only sent when the maps time limit runs out or reaches its total round count - not when the map is changed by an admin.
|
Re: hl1 map end
engclient_print with print_center should work at intermission.
|
| All times are GMT -4. The time now is 10:15. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.