MSG_ONE with no target entity
Hello!I`ve got a problem with a plugin.I modified some lines and now after i die the server it`s crashing.It displays this error:
MSG_ONE or MSG_ONE_UNRELIABLE with no target entity Code:
public event_set_power(id) |
Re: MSG_ONE with no target entity
event_set_power() is a callback from what ?
|
Re: MSG_ONE with no target entity
Quote:
|
Re: MSG_ONE with no target entity
Use Ham_Spawn from HamSandwich module instead of ResetHud
|
Re: MSG_ONE with no target entity
Like this?
Code:
register_event("Ham_Spawn", "event_set_power", "be") |
Re: MSG_ONE with no target entity
RegisterHam("Ham_Spawn", "player", "event_set_power", 1)
|
Re: MSG_ONE with no target entity
Quote:
|
Re: MSG_ONE with no target entity
check is_user_alive(id)
|
| All times are GMT -4. The time now is 04:06. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.