Raised This Month: $32 Target: $400
 8% 

[Help] why doesnt spawn ?


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Mr.J
Senior Member
Join Date: Sep 2017
Location: cs_assault
Old 01-19-2018 , 11:53   [Help] why doesnt spawn ?
Reply With Quote #1

...

Last edited by Mr.J; 04-07-2018 at 09:14. Reason: nothing xD
Mr.J is offline
DjSoftero
Veteran Member
Join Date: Nov 2014
Location: Lithuania
Old 01-20-2018 , 03:22   Re: [Help] why doesnt spawn ?
Reply With Quote #2

I remember the similar problem in old days of zp. When player suicides by falling from to high, he won't respawn. Try looking at the configs for a cvar
__________________
retired chump
DjSoftero is offline
Mr.J
Senior Member
Join Date: Sep 2017
Location: cs_assault
Old 01-20-2018 , 04:57   Re: [Help] why doesnt spawn ?
Reply With Quote #3

Quote:
Originally Posted by DjSoftero View Post
I remember the similar problem in old days of zp. When player suicides by falling from to high, he won't respawn. Try looking at the configs for a cvar
DjSoftero can you be more specific ?
Mr.J is offline
DjSoftero
Veteran Member
Join Date: Nov 2014
Location: Lithuania
Old 01-20-2018 , 05:40   Re: [Help] why doesnt spawn ?
Reply With Quote #4

here it is. If you`re using zombie plague 5.0, then in /addons/amxmodx/configs/zombieplague.cfg you will find this line:
Code:
zp_respawn_on_suicide 0				// Respawn players if they commited suicide
set it to 1
__________________
retired chump

Last edited by DjSoftero; 01-20-2018 at 05:40.
DjSoftero is offline
Mr.J
Senior Member
Join Date: Sep 2017
Location: cs_assault
Old 01-20-2018 , 05:58   Re: [Help] why doesnt spawn ?
Reply With Quote #5

Quote:
Originally Posted by DjSoftero View Post
here it is. If you`re using zombie plague 5.0, then in /addons/amxmodx/configs/zombieplague.cfg you will find this line:
Code:
zp_respawn_on_suicide 0				// Respawn players if they commited suicide
set it to 1
well , im not using zombie plague mod , im using umbrella swarm mod
Mr.J is offline
D3XT3R
AlliedModders Donor
Join Date: Nov 2016
Location: Lithuania, Bomb A (Kauna
Old 01-20-2018 , 06:12   Re: [Help] why doesnt spawn ?
Reply With Quote #6

go to your config folder and make a new folder in it name it "Propanes" and make sure you maked a spawn points and it will work
__________________
D3XT3R is offline
Send a message via Skype™ to D3XT3R
Mr.J
Senior Member
Join Date: Sep 2017
Location: cs_assault
Old 01-20-2018 , 06:36   Re: [Help] why doesnt spawn ?
Reply With Quote #7

Quote:
Originally Posted by D3XT3R View Post
go to your config folder and make a new folder in it name it "Propanes" and make sure you maked a spawn points and it will work
what ? i already did that , thats not the solution at attitude . and it didnt work.
the solution is in the code
Mr.J is offline
D3XT3R
AlliedModders Donor
Join Date: Nov 2016
Location: Lithuania, Bomb A (Kauna
Old 01-20-2018 , 07:15   Re: [Help] why doesnt spawn ?
Reply With Quote #8

teamFor = register_cvar( "pt_team", "2" );
__________________
D3XT3R is offline
Send a message via Skype™ to D3XT3R
Mr.J
Senior Member
Join Date: Sep 2017
Location: cs_assault
Old 01-20-2018 , 07:27   Re: [Help] why doesnt spawn ?
Reply With Quote #9

Quote:
Originally Posted by D3XT3R View Post
teamFor = register_cvar( "pt_team", "2" );
What have you change exactly ?
Mr.J is offline
DeMNiX
Veteran Member
Join Date: Nov 2011
Location: Russia
Old 01-20-2018 , 09:22   Re: [Help] why doesnt spawn ?
Reply With Quote #10

did u try this?
Code:
                                flHealth -= damage_to_do; 

                                if( flHealth < 1.0 ) { 
                                        ExecuteHamB( Ham_Killed, index, propaneOwner, 0 ); 
                                } else { 
                                        set_pev( index, pev_health, flHealth ); 
                                        set_pev( index, pev_dmg_take, damage_to_do ); 
                                        set_pdata_int( index, 76, DMG_BLAST ); 
                                        set_pev( index, pev_dmg_inflictor, entity ); 
                                }
=>

Code:
                                static attacker;attacker = pev(entity, pev_dmg_inflictor);
                                if(is_user_alive(attacker))
                                      ExecuteHam(Ham_TakeDamage, index, entity, attacker, damage_to_do, DMG_BLAST); 
                                else ExecuteHam(Ham_TakeDamage, index, entity, index, damage_to_do, DMG_BLAST);
__________________
My channel with test codes
https://www.youtube.com/user/demnix03

Zombie Riot [Scenario & bots-zombie 11.11.2023]
https://youtu.be/8ZZan-aq2sc

Last edited by DeMNiX; 01-20-2018 at 09:23.
DeMNiX 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 04:22.


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