ExecuteHamB(Ham_CS_RoundRespawn, id) is not working propertly
PHP Code:
http://i.imgur.com/cz4P7At.jpg And sometimes it is working great. I tried to use once executeham too. Or there is better way to respawn player? edit: amxx version Quote:
|
Re: ExecuteHamB(Ham_CS_RoundRespawn, id) is not working propertly
That's definitely not Hamsandwich's problem.
|
Re: ExecuteHamB(Ham_CS_RoundRespawn, id) is not working propertly
Is there a reason to respawn him twice?
|
Re: ExecuteHamB(Ham_CS_RoundRespawn, id) is not working propertly
Quote:
|
Re: ExecuteHamB(Ham_CS_RoundRespawn, id) is not working propertly
That's because you have to wait for him to join a team or force him to do it first.
Best done via engclient_cmd(iID, "jointeam 5; joinclass 5"). Otherwise, he's still (partially) a spectator. That's why he has no HUD. |
Re: ExecuteHamB(Ham_CS_RoundRespawn, id) is not working propertly
Quote:
I setted team first with PHP Code:
|
Re: ExecuteHamB(Ham_CS_RoundRespawn, id) is not working propertly
the problem is that you use cs_set_user_team native
cs_set_user_team native should only be used after the player selected a team, otherwise it will bug out... PHP Code:
|
| All times are GMT -4. The time now is 21:02. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.