Raised This Month: $ Target: $400
 0% 

FIXED


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
Unkolix
Veteran Member
Join Date: Sep 2012
Old 02-16-2013 , 17:51   FIXED
Reply With Quote #1

new vmr
/*...*/
public plugin_init()
{
vmr = register_cvar("vip_menu_round","3") // From which round VIP can take VIP menu
}
/*...*/
public cmdvipmenu(id)
{
round++;
if( round > get_pcvar_num(vmr) )
{
Showrod(id)
}
}
/*...*/
public Event_RoundRestart(id)
{
round=0;
}

Had to remove round++ from cmdvipmenu and add it on round start...

Last edited by Unkolix; 02-17-2013 at 14:42.
Unkolix is offline
 



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 21:38.


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