Raised This Month: $ Target: $400
 0% 

[REQ] Set it VIp menu


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
JoaoVieira
Senior Member
Join Date: May 2013
Location: Portugal
Old 02-08-2016 , 19:33   Re: [REQ] Set it VIp menu
Reply With Quote #2

I solved by my self , but one question

Is this all right?

PHP Code:
public onPlayerKilled(id)
{
g_equipUser[id] = true;
}

public 
onPlayerSpawn(id)
{
if (!
is_user_alive(id))
return;

if(
get_user_flags(id)& ADMIN_RESERVATION)
{
if (
g_equipUser[id] || !g_roundNum)
{
    
equip_user(id);
    
g_equipUser[id] = true;
}

if (
get_playersnum() > && g_roundNum >= g_menuFirstRound)
    
menu_display(idg_menu0);
}

JoaoVieira 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 08:01.


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