Raised This Month: $ Target: $400
 0% 

Hide N Seek v4.6 BETA by Jon


Post New Thread Reply   
 
Thread Tools Display Modes
Igniuks
Member
Join Date: Mar 2007
Old 06-30-2008 , 08:37   Re: Hide & Seek 3.0 + Weaponchance
Reply With Quote #31

Quote:
Originally Posted by Igniuks View Post
I wonder where can i get a sepparate team semiclip thingy.
Can anyone help me with this.
Igniuks is offline
ingmar13
Member
Join Date: Jun 2008
Old 06-30-2008 , 08:47   Re: Hide & Seek 3.0 + Weaponchance
Reply With Quote #32

i have this now:
Code:
if(get_user_team(id) == 1)
	{
		if(get_pcvar_num(cvar_hiders_knife))
			fm_give_item(id, "weapon_knife")
			
		if(get_pcvar_num(cvar_hiders_flashbangs) == 1)
			fm_give_item(id, "weapon_flashbang")
		
			
		else if(get_pcvar_num(cvar_hiders_flashbangs) == 2)
		{
			fm_give_item(id, "weapon_flashbang")
			fm_give_item(id, "weapon_flashbang")	
		
			// When giving weapons
                                               cs_set_user_bpammo(id, CSW_FLASHBANG, 3);
		}
			
		if(get_pcvar_num(cvar_hiders_smokegrenade))
			fm_give_item(id, "weapon_smokegrenade")
		
		if(get_pcvar_num(cvar_hiders_armor))
			cs_set_user_armor(id, get_pcvar_num(cvar_hiders_armor), CS_ARMOR_KEVLAR)
	}
if i compile it i have this error:
X:\whatever\theplugin.sma<952> : warning 217: loose indentation

how to fix ? ^^

and about the smoke, i want 2 smokes. first frostnade needs to be purple , and second yellow, i need the code

Last edited by ingmar13; 06-30-2008 at 08:50.
ingmar13 is offline
Exolent[jNr]
Veteran Member
Join Date: Feb 2007
Location: Tennessee
Old 06-30-2008 , 14:10   Re: Hide & Seek 3.0 + Weaponchance
Reply With Quote #33

Your cs_set_user_bpammo() function isn't inline with the fm_give_item() functions.
__________________
No private work or selling mods.
Quote:
Originally Posted by xPaw View Post
I love you exolent!
Exolent[jNr] is offline
ingmar13
Member
Join Date: Jun 2008
Old 07-01-2008 , 04:48   Re: Hide & Seek 3.0 + Weaponchance
Reply With Quote #34

Quote:
Originally Posted by X-olent View Post
Your cs_set_user_bpammo() function isn't inline with the fm_give_item() functions.
i need to put it in 1 line ?
ingmar13 is offline
vivakill
Member
Join Date: Apr 2007
Old 07-01-2008 , 14:17   Re: Hide & Seek 3.0 + Weaponchance
Reply With Quote #35

can you make a seekers grenade ?
vivakill is offline
helpme13
Member
Join Date: Apr 2008
Location: denmark
Old 07-01-2008 , 15:17   Re: Hide & Seek 3.0 + Weaponchance
Reply With Quote #36

eny ther could help with this: http://forums.alliedmods.net/showthr...469#post646469
helpme13 is offline
Send a message via MSN to helpme13
Jon
Veteran Member
Join Date: Dec 2007
Old 07-01-2008 , 15:29   Re: Hide & Seek 3.0 + Weaponchance
Reply With Quote #37

Quote:
Originally Posted by vivakill View Post
can you make a seekers grenade ?
Already made it, just haven't finished 3.1 yet. I'm very busy atm.
Jon is offline
noggin66
Junior Member
Join Date: Jun 2006
Old 07-01-2008 , 22:06   Re: Hide & Seek 3.0 + Weaponchance
Reply With Quote #38

i set the cvar
hns_rounds_switch "2"
yet after 2 rounds of losing, the teams wont switch.
even after 4 rounds the teams still wont switch
noggin66 is offline
ingmar13
Member
Join Date: Jun 2008
Old 07-02-2008 , 05:27   Re: Hide & Seek 3.0 + Weaponchance
Reply With Quote #39

Quote:
Originally Posted by Jon View Post
Already made it, just haven't finished 3.1 yet. I'm very busy atm.

when u finished, make new Thread.


i want to download the full 3.1 ;)

not a combination of 3.0 and 3.1 =D
ingmar13 is offline
Jon
Veteran Member
Join Date: Dec 2007
Old 07-02-2008 , 08:00   Re: Hide & Seek 3.0 + Weaponchance
Reply With Quote #40

Quote:
Originally Posted by ingmar13 View Post
when u finished, make new Thread.


i want to download the full 3.1 ;)

not a combination of 3.0 and 3.1 =D
I don't think I know what you mean..
Jon is offline
Reply



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:29.


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