Raised This Month: $ Target: $400
 0% 

Respawn after X Seconds


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Moody92
Veteran Member
Join Date: May 2011
Location: Oman
Old 02-29-2012 , 15:54   Respawn after X Seconds
Reply With Quote #1

Hello, i'm looking for plugin that auto respawning within 20 seconds after dying..
And when he is dying it's say in the chat, you will be respawned after 20 seconds.

Already searched, i found useless plugins

Last edited by Moody92; 02-29-2012 at 15:54.
Moody92 is offline
Shadymn
Senior Member
Join Date: Sep 2010
Old 02-29-2012 , 15:56   Re: Respawn after X Seconds
Reply With Quote #2

if u can code a bit, u can find that code in gungame mod.
Shadymn is offline
Moody92
Veteran Member
Join Date: May 2011
Location: Oman
Old 02-29-2012 , 15:56   Re: Respawn after X Seconds
Reply With Quote #3

Quote:
Originally Posted by Shadymn View Post
if u can code a bit, u can find that code in gungame mod.
I know that very well, but i'm bad scripter or you can't even say that im scripter
.. thats fact
Moody92 is offline
Shadymn
Senior Member
Join Date: Sep 2010
Old 02-29-2012 , 15:58   Re: Respawn after X Seconds
Reply With Quote #4

i am not good coder so let's wait till someone will help
Shadymn is offline
Erox902
Veteran Member
Join Date: Jun 2009
Location: Never Never Land
Old 02-29-2012 , 20:32   Re: Respawn after X Seconds
Reply With Quote #5

PHP Code:
#include <amxmodx>
#include <amxmisc>
#include <hamsandwich>
new gCvarTime
public plugin_init()
{
 
register_event"DeathMsg""EventDeath""a" )
 
gCvarTime register_cvar"respawn_time""20.0" //Note: must be a decimal value
}
public 
EventDeath()
{
 new 
id read_data(2)
 
 
set_taskget_pcvar_float(gCvarTime), "Respawn"id )
}
Respawn(id)
 if ( 
is_user_connected(id) )
  
ExecuteHamBHam_CS_RoundRespawnid 
Erox902 is offline
Moody92
Veteran Member
Join Date: May 2011
Location: Oman
Old 03-01-2012 , 05:08   Re: Respawn after X Seconds
Reply With Quote #6

Thanx very much
Moody92 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 08:17.


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