Raised This Month: $ Target: $400
 0% 

[jailbreak] SkylerJailAddons


Post New Thread Reply   
 
Thread Tools Display Modes
Author
skyler.b
AlliedModders Donor
Join Date: Dec 2017
Location: israel
Plugin ID:
6107
Plugin Version:
1.42
Plugin Category:
All
Plugin Game:
Counter-Strike: GO
Plugin Dependencies:
    Servers with this Plugin:
     
    Plugin Description:
    nice and usefull function's for your jailbreak server
    Old 04-24-2018 , 07:38   [jailbreak] SkylerJailAddons
    Reply With Quote #1

    hi there
    I have posted this plugin because I see a lot of players search for this plugin.
    so enjoy and have fun with it.
    commands:
    sm_givelr // give the LastRequest to dead terrorist
    sm_medic // Announce to the chat your medic status
    sm_pvp // opens menu
    sm_box // opens menu
    sm_deagle // brings to all alive terrorist an empty Deagle to play with
    convars:
    sm_setmutetime "30.0"
    sm_setmedictime "5.0"

    *hint if you want to change the mute let's say to 10 seconds
    so you will write it like that 10.0
    the .0 is important unless plugin will not work well!

    config file at sourcemod/skylerJailAddons.cfg

    ** can be activated by admins in t side and ct side are alive
    global staff
    mute the terrorist's for 30 seconds at beginning of round

    Terrorist's cant spec counter terrorist's
    counter terrorist's cant spec terrorist's

    and that it pretty short plugin but useful I would like to get your opinion on commands section

    thanks a lot too:
    Pelipoika for helping me with some issues great developer!

    to recompiling:
    1. need SMLib.inc
    2. need Skyler.inc // for the record skyler.inc I haven't created the stocks there it is just where I store my stocks and that easy to me to use soo...
    3.respect my job and don't change the author name (thanks a lot)
    4. enjoy!
    // updated to 25.5.2018 17:13 Jerusalem clock
    Attached Files
    File Type: inc skyler.inc (4.0 KB, 346 views)
    File Type: sp Get Plugin or Get Source (SkylerJailAddons.sp - 353 views - 7.5 KB)
    File Type: smx SkylerJailAddons.smx (25.8 KB, 215 views)

    Last edited by skyler.b; 08-21-2018 at 12:14.
    skyler.b is offline
    skyler.b
    AlliedModders Donor
    Join Date: Dec 2017
    Location: israel
    Old 04-24-2018 , 09:47   Re: [jailbreak] SkylerJailAddons
    Reply With Quote #2

    Code:
    stock RemoveAllWeapons(int client)
    {
    	int iWeapon;
    	for (int k = 0; k <= 6; k++)
    	{
    		iWeapon = GetPlayerWeaponSlot(client, k);
    		
    		if (IsValidEdict(iWeapon))
    		{
    			RemovePlayerItem(client, iWeapon);
    			RemoveEdict(iWeapon);
    		}
    	}
    }
    add this to inc code to successfully compile
    my bad forget to add this stock

    Last edited by skyler.b; 04-25-2018 at 00:33.
    skyler.b is offline
    Zyten
    Senior Member
    Join Date: Jan 2018
    Old 04-24-2018 , 10:12   Re: [jailbreak] SkylerJailAddons
    Reply With Quote #3

    sm_deagle // brings to all alive terrorist an empty Deagle to play with

    the deagle was full bullets xD

    and cvar to mute the terrorist's for 30 seconds at beginning of round
    on/off and amount of time

    Last edited by Zyten; 04-24-2018 at 10:20.
    Zyten is offline
    skyler.b
    AlliedModders Donor
    Join Date: Dec 2017
    Location: israel
    Old 04-24-2018 , 11:19   Re: [jailbreak] SkylerJailAddons
    Reply With Quote #4

    Zyten the command sm_deagle does give an empty Deagle I check it twice in full server

    and about the cvars you asked for and the amount time that sound's great I maybe will do it
    skyler.b is offline
    Zyten
    Senior Member
    Join Date: Jan 2018
    Old 06-07-2018 , 22:55   Re: [jailbreak] SkylerJailAddons
    Reply With Quote #5

    \scripting\SkylerJailAddons.sp(93) : error 017: undefined symbol "RemoveAllWeapons"


    the inc had some problem got it complied but, i still get full deagle ammo dont know why

    Last edited by Zyten; 06-07-2018 at 23:12.
    Zyten 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 22:59.


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