use_buttons_once error
Hello,
i would like to ask about use_buttons_once plugin. I often have error: Code:
L 08/16/2010 - 11:03:19: Player 2 is not ingameThanks for help. |
Re: use_buttons_once error
Make sure player is ingame when using the native player_menu_info. ( is_user_connected or is_user_alive depending your need )
|
Re: use_buttons_once error
It's looks like this?:
Code:
public show_menu_(tid){ |
Re: use_buttons_once error
Do the check in show_menu_() after the first line. And you need only is_user_connected() or is_user_alive ( depending if you want the menu to be showed on dead player or not )
|
Re: use_buttons_once error
Thanks for help.
Last question it's looks like this?: Code:
public show_menu_(tid){ |
| All times are GMT -4. The time now is 22:00. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.