Host_Error
What could couse this problem ? Host_Error: WriteDest_Parm: not a client
|
Re: Host_Error
Non-Steam?
|
Re: Host_Error
Solution at the bottom
|
Re: Host_Error
Make sure you check player is connected [and alive] before sending game message.
|
Re: Host_Error
PHP Code:
PHP Code:
|
Re: Host_Error
if( is_user_connected( i ) ) { is useless, it's done already with get_players().
|
Re: Host_Error
You don't use get_players result properly, please search on forum.
|
Re: Host_Error
Like this ?
PHP Code:
|
Re: Host_Error
Yes, but don't re-index array, read wiki plugins optimization part.
|
| All times are GMT -4. The time now is 05:44. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.