Raised This Month: $51 Target: $400
 12% 

Halo Style Respawning


Post New Thread Reply   
 
Thread Tools Display Modes
manix
Senior Member
Join Date: Mar 2006
Old 03-20-2007 , 08:27   Re: Halo Style Respawning
Reply With Quote #61

What happens when you're not killed by anyone and you don't commit suicide ?
I believe some deads disturb it.

I mean, I use Halo on a specific map with exploding barrels.
When you shoot it and you die in the explosion, you're not killed by anyone, you don't commit suicide and you do not respawn


I also note this.
Why I get this line in the logs
[amx_hsr.amxx] No spawn points file found (addons/amxmodx/configs\csdm\
though I choose sv_HSRspawns 0 in amxx.cfg ???
I'm not asking csdm spawns...

Last edited by manix; 03-20-2007 at 08:59.
manix is offline
J@$0N
New Member
Join Date: Jul 2007
Old 07-11-2007 , 10:47   Re: Halo Style Respawning
Reply With Quote #62

nice m8, just wondering ct' spawn with usp and t's with glocks i changed it to ak and m4 but i dont knopw what to put in the ammo

Quote:
{
if(!is_user_connected(id) || !is_user_alive(id)) return

new team = get_user_team(id), money = cs_get_user_money(id)

give_item(id, "weapon_knife")

if(team==2 && !user_has_weapon(id, CSW_USP )){
if(get_pcvar_num(sv_HSRspawns)==1){
give_item(id,"weapon_m4a1")
give_item(id,"WHAT GOES HERE")
}
else {
cs_set_user_money(id, money + 500)
engclient_cmd(id, "m4a17" )
set_task(0.5, "CheckGun", id)
}
}
else if(team==1 && !user_has_weapon(id, CSW_GLOCK18 )){
if(get_pcvar_num(sv_HSRspawns)==1){
give_item(id,"weapon_ak47")
give_item(id,"WHAT GOES HERE?")
}
else {
cs_set_user_money(id, money + 400)
engclient_cmd(id, "ak47")
set_task(0.5, "CheckGun", id)
}
}
places i dont know what goes in are marked as " WHAT GOES HERE "


( this might be a stupid question but im a stupid person )
J@$0N is offline
manix
Senior Member
Join Date: Mar 2006
Old 07-11-2007 , 11:03   Re: Halo Style Respawning
Reply With Quote #63

m4 =
weapon_m4a1
ammo_556nato

ak47 =
weapon_ak47
ammo_762nato


Hope, this would help
manix is offline
Fredd
Veteran Member
Join Date: Jul 2007
Old 08-10-2007 , 22:54   Re: Halo Style Respawning
Reply With Quote #64

may i ask why u blockin ClCorpse? the dead ppl look like their handi caps with no guns
__________________
Need a private coder? AMXX, SourceMOD, MMS? PM me!
Fredd is offline
bmann_420
AMX_Super Pooper
Join Date: Jan 2005
Location: [SuperCentral.co]
Old 11-17-2007 , 17:45   Re: Halo Style Respawning
Reply With Quote #65

I dont know if its just me or what, i could have teh cvars setup wrong, dunno. But it worked fine for me for a long time, then I took out csdm for a while and now its back in, but this plugins says "1, 2, 3 and so on" with the deaths, but their is no waiting.

server.cfg

//HSR
sv_hsr 1
sv_hsrspawns 1
sv_hsrtime 1
sv_hsrmax 15

Im not quite sure
__________________
bmann_420 is offline
lIl_sAiNt
BANNED
Join Date: Nov 2007
Location: krypton
Old 12-10-2007 , 04:16   Re: Halo Style Respawning
Reply With Quote #66

hi,
-i really don't know whats going on,or i do something wrong,but on my server,the plugin is not working properly,
-it says the number(let's say 3sec.and only 3,.,not like 3 2 1) like in halo,but i respawn in that very second(spawn_wait_time = 0.75)CSDM DEFAULT RESPAWN TIME
-i put the cvar's and everything in amxx.cfg and i still have the same prob,
-need help please
-thanx
lIl_sAiNt is offline
sytremelaker
Senior Member
Join Date: Jun 2006
Location: Staples Center, Los Ange
Old 12-20-2007 , 02:46   Re: Halo Style Respawning
Reply With Quote #67

Quote:
Originally Posted by lIl_sAiNt View Post
hi,
-i really don't know whats going on,or i do something wrong,but on my server,the plugin is not working properly,
-it says the number(let's say 3sec.and only 3,.,not like 3 2 1) like in halo,but i respawn in that very second(spawn_wait_time = 0.75)CSDM DEFAULT RESPAWN TIME
-i put the cvar's and everything in amxx.cfg and i still have the same prob,
-need help please
-thanx
Are you running CSDM at the same time as when you run this plugin?
__________________
@ PC Shop Gaming
LetShannonDunk.com - 2010 All-Star Dunk Contest hopeful!
sytremelaker is offline
Send a message via AIM to sytremelaker
lIl_sAiNt
BANNED
Join Date: Nov 2007
Location: krypton
Old 12-20-2007 , 05:12   Re: Halo Style Respawning
Reply With Quote #68

yes i run csdm at the same time
lIl_sAiNt is offline
slmclarengt
Veteran Member
Join Date: Jul 2004
Location: The Cookie Jar... or Pul
Old 12-20-2007 , 12:56   Re: Halo Style Respawning
Reply With Quote #69

Quote:
Originally Posted by lIl_sAiNt View Post
yes i run csdm at the same time
I don't understand why you would run CSDM concurrently with Halo Style Respawn. If you want the Halo Style Respawn aspect to take effect, just modify the spawn_wait_time of CSDM to be greater than that of HSR's. Or possibly (haven't used CSDM configs much lately), disable CSDM respawns altogether.

Slmclarengt
__________________
But we don’t beat the Reaper by living longer. We beat the Reaper by living well. -Dr. Randy Pausch, R.I.P.

Come play WC3:FT on BnD Clan Server! You know you want to: Connect to WC3:FT BnD - go ahead click me!
slmclarengt is offline
sytremelaker
Senior Member
Join Date: Jun 2006
Location: Staples Center, Los Ange
Old 12-20-2007 , 13:00   Re: Halo Style Respawning
Reply With Quote #70

I've already tested it w/ CSDM and this following took place:

- IF the CSDM respawn timer is slower than HSR's, then you will be spawned first by HSR w/ a pistol and knife, then respawned again when the CSDM timer goes up with the CSDM equip menu.

-IF HSR timer it slower than CSDM, you spawn first w/ CSDM equip menu, then again w/ no equip menu, pistols only.

- Forgot what would happen if they are ran at the same exact time.
__________________
@ PC Shop Gaming
LetShannonDunk.com - 2010 All-Star Dunk Contest hopeful!
sytremelaker is offline
Send a message via AIM to sytremelaker
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 00:34.


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