Raised This Month: $ Target: $400
 0% 

render and old menu questions


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Emp`
AMX Mod X Plugin Approver
Join Date: Aug 2005
Location: Decapod 10
Old 01-29-2010 , 16:45   Re: render and old menu questions
Reply With Quote #2

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

//...

set_task(0.5,"player_is_free",TASK_PLAYERFREE+id,"",0,"b")

//...

public player_is_free(id)
{
   id -= TASK_PLAYERFREE;
   //...
}

//...

//loop through players
remove_task(TASK_PLAYERFREE+id);
Emp` is offline
Send a message via AIM to Emp` Send a message via MSN to Emp` Send a message via Yahoo to Emp` Send a message via Skype™ to Emp`
 



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 07:23.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode