render and old menu questions
hi,
for first, i'm not so good with old menu system, i want to add a item as EXIT item. so that my menu will not be closed after i choosed an item. 2. idk whats the problem but my set_user_rendering is not working. i tried to check if is user alive, but the same. happend nothing. 3. how to remove my task in FwdHamPlayerSpawnPost ? full code : |
Re: render and old menu questions
1. You aren't using the old menu system. After they select a player, just show the player_menu again.
2. Try kRenderNormal instead of kRenderTransAlpha 3. Set the task with a taskid offset: Code:
#define TASK_PLAYERFREE 1000 |
Re: render and old menu questions
ty. and how can i add an item in menu ?
i tried with : Code:
public player_menu(id)Code:
public free_choosed(id,menu,item) |
Re: render and old menu questions
you'll probably want to use 0 (because it is not a player) and then instead of providing another case, use default:
|
Re: render and old menu questions
omg. ..... ty :-))) my bad :D
|
Re: render and old menu questions
Quote:
|
| All times are GMT -4. The time now is 07:23. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.