Most Efficient way to respawn player?
I'm looking for the most efficient way to respawn a player. I don't intend to use deathmatch as it has a lot more features than what I require.
Would entity_spawn method be my best bet, or there is something else? |
Re: Most Efficient way to respawn player?
PHP Code:
|
Re: Most Efficient way to respawn player?
You mean
Code:
Ham_Respawn |
Re: Most Efficient way to respawn player?
No.
Code:
ExecuteHam(Ham_CS_RoundRespawn, this);PHP Code:
|
Re: Most Efficient way to respawn player?
If other plugins need to know that the player respawned then you should use ExecuteHamB() (this triggers all associated hooks for the spawn event IIRC).
|
Re: Most Efficient way to respawn player?
PHP Code:
|
Re: Most Efficient way to respawn player?
Quote:
|
| All times are GMT -4. The time now is 18:04. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.