Raised This Month: $ Target: $400
 0% 

add message


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
Joker2020
Junior Member
Join Date: Aug 2020
Old 08-31-2020 , 05:24   add message
Reply With Quote #1

how do I make it clear that the weapon is available from round 2?

Code:
if(get_user_flags(id) & ACCESS_FLAG)
	{
	if(g_RoundNum >= 2)

        {
		drop_weapons(id, 1);
		IsUserHaveAwp[id] = true;
		give_item_ex2(id, "weapon_awp", 30, true, IMPULSE);
	}else client_print(id, print_center, "available only to VIP players!");
    }
}
I tried it like this but it doesn't work
Code:
else
    {
            client_print(id, print_center, "available from round 2!");
	if(g_RoundNum >= 2)

Last edited by Joker2020; 08-31-2020 at 05:25.
Joker2020 is offline
 


Thread Tools
Display Modes

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 13:46.


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