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

[L4D2] Round Start ty_giver (1.0.2)


Post New Thread Reply   
 
Thread Tools Display Modes
Author
maks
Member
Join Date: Dec 2011
Location: Russia
Plugin ID:
3255
Plugin Version:
1.0.3
Plugin Category:
Gameplay
Plugin Game:
Left 4 Dead
Plugin Dependencies:
    Servers with this Plugin:
     
    Plugin Description:
    Random gives weapons in round starts.
    Old 09-22-2012 , 09:02   [L4D2] Round Start ty_giver (1.0.2)
    Reply With Quote #1

    [L4D2] Round Start ty_giver
    Model precached sniper_awp, sniper_scout.
    Random gives weapons in round starts.
    Attached Files
    File Type: sp Get Plugin or Get Source (l4d2_ty_giver.sp - 1634 views - 4.7 KB)

    Last edited by maks; 05-06-2013 at 10:18.
    maks is offline
    johnng0102
    Member
    Join Date: Jun 2012
    Location: HK
    Old 09-24-2012 , 01:07   Re: [L4D2] Round Start ty_giver (1.0)
    Reply With Quote #2

    your plugin like Round Start Items Giver (3.7).

    https://forums.alliedmods.net/showthread.php?p=1131184
    johnng0102 is offline
    maks
    Member
    Join Date: Dec 2011
    Location: Russia
    Old 09-25-2012 , 11:18   Re: [L4D2] Round Start ty_giver (1.0)
    Reply With Quote #3

    No similarities. source closer look
    maks is offline
    woklex
    Member
    Join Date: Sep 2012
    Old 09-25-2012 , 14:11   Re: [L4D2] Round Start ty_giver (1.0)
    Reply With Quote #4

    Quote:
    Originally Posted by johnng0102 View Post
    your plugin like Round Start Items Giver (3.7).

    https://forums.alliedmods.net/showthread.php?p=1131184
    No delays, no bugs on a comparison with Items Giver + Different weapons each player.
    woklex is offline
    woklex
    Member
    Join Date: Sep 2012
    Old 09-25-2012 , 14:23   Re: [L4D2] Round Start ty_giver (1.0)
    Reply With Quote #5

    Request If possible. Nick giving smg, smg_silenced Rochelle, Coach pumpshotgun, shotgun_chrome Ellis.
    woklex is offline
    woklex
    Member
    Join Date: Sep 2012
    Old 09-27-2012 , 05:24   Re: [L4D2] Round Start ty_giver (1.0)
    Reply With Quote #6

    I use plugin "Single Gun Spawns", because I need to give weapons T1 to the start round.
    Code:
    #pragma semicolon 1
    #include <sourcemod>
    #include <sdktools>
    new attempt[MAXPLAYERS + 1];
    new z=1;
    
    public Plugin:myinfo =
    {
    	name = "[L4D2] ty_giver",
    	author = "TY",
    	description = "l4d2_ty_giver",
    	version = "1.0.0",
    	url = "http://www.semant1c.com/"
    };
    
    ....
    
    public give_weapons(client)
    {
    	if (!client)
    		return;
    
    	if (!IsClientInGame(client))
    		return;
    
    	if (GetClientTeam(client) != 2)
    		return;
    
    	if (!IsPlayerAlive(client))
    		return;
    
    	if (GetPlayerWeaponSlot(client, 0) > -1) {
    		RemovePlayerItem(client, GetPlayerWeaponSlot(client, 0));
    	}
    
    	switch (z)
    	{
    		case 1:
    		{
    			create_weapons(client, "give", "smg_silenced");
    			z++;
    		}
    		case 2:
    		{
    			create_weapons(client, "give", "smg");
    			z++;
    	    }
    		case 3:
    		{
    			create_weapons(client, "give", "pumpshotgun");
    			z++;
    		}
    		case 4:
    		{
    			create_weapons(client, "give", "shotgun_chrome");
    			z=1;
    		}
    	}
    }
    This may be useful for someone.

    Last edited by woklex; 09-27-2012 at 05:25.
    woklex is offline
    woklex
    Member
    Join Date: Sep 2012
    Old 10-01-2012 , 07:26   Re: [L4D2] Round Start ty_giver (1.0)
    Reply With Quote #7

    bug. Does not give weapons bots, if you make a map restart gives weapons.

    Last edited by woklex; 10-02-2012 at 14:45.
    woklex is offline
    Zbeer
    SourceMod Donor
    Join Date: Aug 2010
    Old 11-17-2012 , 18:38   Re: [L4D2] Round Start ty_giver (1.0.2)
    Reply With Quote #8

    If I start as infected, when the team change, the survivors do not get weapons. Only bots.
    Zbeer is offline
    zaviier
    Senior Member
    Join Date: Aug 2017
    Location: Indonesia
    Old 07-05-2019 , 13:14   Re: [L4D2] Round Start ty_giver (1.0.2)
    Reply With Quote #9

    no cvar?
    i want to disable grenade launcher
    zaviier 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 02:58.


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