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

Respawn Forever


Post New Thread Reply   
 
Thread Tools Display Modes
iTouch
Member
Join Date: Feb 2011
Old 08-09-2011 , 17:56   Re: Respawn Forever
Reply With Quote #91

I need this plugin to respawn without guns
For deathrun because when terror hit /respawn it gives him a gun.
Sorry because as i see here was a plugin without guns.
iTouch is offline
chungsy
Member
Join Date: Nov 2011
Old 01-07-2012 , 21:03   Re: Respawn Forever
Reply With Quote #92

public player_giveitems(parm[1])
{
new id = parm[0]
give_item(id, "item_suit")
give_item(id, "weapon_knife")
/* Determines if a players should be given a pistol */
if ( !g_PistolsDisabled )
{
new wpnList[32] = 0, number = 0, bool:foundGlock = false, bool:foundUSP = false
get_user_weapons(id,wpnList,number)

/* Determine if the player already has a pistol */
for (new i = 0;i < number;i++)
{
if (wpnList[i] == CSW_GLOCK1
foundGlock = true
if (wpnList[i] == CSW_USP)
foundUSP = true
}

/* Give a T his/her pistol */
if ( get_user_team(id)==TS && !foundGlock )
{
give_item(id,"weapon_glock18")
give_item(id,"ammo_9mm")
give_item(id,"ammo_9mm")
}
/* Give a CT his/her pistol */
else if ( get_user_team(id)==CTS && !foundUSP )
{
give_item(id,"weapon_usp")
give_item(id,"ammo_45acp")
give_item(id,"ammo_45acp")
}
}
return PLUGIN_CONTINUE
}





How do you change respawn weapon to the previous weapon that the player was using before he was dead?
chungsy is offline
Sshaddoww
Junior Member
Join Date: Sep 2008
Location: Sweden
Old 01-08-2012 , 16:41   Re: Respawn Forever
Reply With Quote #93

Hi. Is it possible to modify this plugin for the following:
A cvar that limits CT respawns to once and T respawn to five respawns.
Per round.

Can someone mod this?
Sshaddoww is offline
Nbanow
Senior Member
Join Date: Dec 2010
Location: Lithuania
Old 06-20-2012 , 08:09   Re: Respawn Forever
Reply With Quote #94

Hello guyz. It is possible to add into plugin that after death player gets 16000 amount of money. I need that players always would have MAX ammount of money, after death again 16000. Also, how to add weapons? Example: after death CTS Gets: m4a1 always, and Terrorists after respawn gets AK47. Thank you guyz!

Last edited by Nbanow; 06-20-2012 at 09:35.
Nbanow is offline
ConnorMcLeod
Veteran Member
Join Date: Jul 2006
Location: France (95)
Old 10-22-2012 , 00:37   Re: Respawn Forever
Reply With Quote #95

Ok, everybody knows that spawn() native method is incorrect to respawn a player, that's why i've just unapproved the plugin.
I would have asked author first but he is inactive since the end of 2011.
__________________
- tired and retired -

- my plugins -
ConnorMcLeod is offline
yatpahuja
New Member
Join Date: Sep 2013
Old 09-09-2013 , 06:42   Re: Respawn Forever
Reply With Quote #96

how to dissable
yatpahuja is offline
BLacking98
Veteran Member
Join Date: Oct 2012
Location: California
Old 09-14-2013 , 08:07   Re: Respawn Forever
Reply With Quote #97

Quote:
Originally Posted by yatpahuja View Post
how to dissable
dat necro

you don't need to, cuz it isn't automatic but if you rly want. Type amxmodmenu in the CS console while in the server that has the plugin, go to the menu's second page, and click on "Pause Plugins" and then go switching the pages until you see "Respawn Forever" or something like that. Click on it, and then click 8 that is "Save Configurations"
__________________
BLacking98 is offline
HTSPNiran
New Member
Join Date: May 2016
Old 05-15-2016 , 11:05   Re: Respawn Forever
Reply With Quote #98

Quote:
Originally Posted by 3xF - | M4573R View Post
aww man somebody should make it give you pistol cause if the team makes it to your spawn you are hit.
I change it, Is only knives

http://pastebin.com/wCWaQHWZ
HTSPNiran is offline
Shone2000
New Member
Join Date: Aug 2017
Old 08-11-2017 , 13:17   Re: Respawn Forever
Reply With Quote #99

Can someone add a maximum of 3x respawn players..
Please help mi...
Shone2000 is offline
CS 1.6 gamer
New Member
Join Date: Nov 2020
Old 11-18-2020 , 00:11   Re: Respawn Forever
Reply With Quote #100

please add this another respawn plugin where we can revive our teamates
CS 1.6 gamer is offline
Reply


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 02:00.


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