[ Help ] command at the beginning of the round
What is the difference between these and what is more effective:
Code:
new bool:g_freezetime = true;Code:
new bool:g_freezetime = true;PHP Code:
|
Re: [ Help ] command at the beginning of the round
HLTV is actually called on round start,
Round start is called after the freeze time |
Re: [ Help ] command at the beginning of the round
Quote:
HLTV event called when freezetime starts, Round_Start is called after freezetime. Both events will work to set user speed, but i recommend set after freezetime. Also if server have mp_freezetime to 0 logevent will be called instantly too. And in your example, g_freezetime do not need to be used. :crab: |
Re: [ Help ] command at the beginning of the round
HLTV is called before players spawn.
|
Re: [ Help ] command at the beginning of the round
Quote:
PHP Code:
Quote:
|
Re: [ Help ] command at the beginning of the round
Quote:
You don't have parameters, so this event will be called too many times and this will be OnHLTV and not OnNewRound. [Parameters: Code:
"1=0", "2=0" |
Re: [ Help ] command at the beginning of the round
Quote:
NewRound event doesn't exist. |
Re: [ Help ] command at the beginning of the round
Quote:
------------ Quote:
|
Re: [ Help ] command at the beginning of the round
Quote:
Quote:
|
Re: [ Help ] command at the beginning of the round
Quote:
Quote:
|
| All times are GMT -4. The time now is 12:25. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.