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

[CSS] tProps - Spawn Anything


Post New Thread Reply   
 
Thread Tools Display Modes
Author
Totenfluch
AlliedModders Donor
Join Date: Jan 2012
Location: Germany
Plugin ID:
3885
Plugin Version:
1.1
Plugin Category:
Fun Stuff
Plugin Game:
Counter-Strike: Source
Plugin Dependencies:
    Servers with this Plugin:
     
    Plugin Description:
    allows you to spawn nearly every item/prop in hl2/css/dod with a admin menu
    Old 09-06-2013 , 07:21   [CSS] tProps - Spawn Anything
    Reply With Quote #1

    Hey, today I will contibute my first Plugin to the community.

    What is it ?
    • It's a Plugin that allows you to Spawn nearly every item/prop in hl2/css/dod with a menu and it has the possibility to add more custom props by default it has 1533 props loaded!!

    Features:
    1. Admin menu with the Custom Flag 4
    2. Ability to spawn Static and Pushable props with a toggle cmd
    3. You can add your own items in the data file
    4. Prop removal on aim with a cmd
    5. Prop removal on death (toggable with convar)
    6. Props will be spawned at the Place you are aiming at

    Convars:
    • prop_removeondeath (0 is keep the props on death, 1 is remove them on death. Default: 1)

    Commands:
    • "sm_props" "opens the main prop menu"
    • "sm_propstoggle", "toggles between psy and static props"
    • "sm_propsrm", "Removes prop aimed at"
    • "sm_propsrmall", "Removes all player props"
    • "sm_propsrmroot", "Removes all props made by plugin"

    Dependencies:
    • none

    To compile:
    - morecolors
    - smlib

    Installation:
    • Extract the .zip in the given folders

    How to add more items:
    • open configs/datalist.txt
    • add a custom name and the modelname in keyvalue form - done

    Changelog:
    Quote:
    1.0
    - fixing a shitload of bugs
    1.1
    - initial release
    1.2
    - Reworked command handling
    1.31
    - Reworked Admin flags
    1.32
    - Added new command
    - fixed viewpos
    1.6
    -updated to hamilton5's version
    Enjoy ~ leave me a thanks if you like the plugin ;)

    Note: Too many stacked pushable props make the server lag badly!
    I am not sure in which game the plugin will work. It's working in cs:s that's all I know

    Credit:
    http://forums.alliedmods.net/member.php?u=39367 for the basic plugin


    (if "Get Plugin" doesn't work, download the zip, it contains the tprops.smx)
    Attached Files
    File Type: sp Get Plugin or Get Source (tprops.sp - 754 views - 10.2 KB)
    File Type: zip tprops.zip (35.8 KB, 1205 views)

    Last edited by Totenfluch; 12-29-2013 at 07:57. Reason: updated
    Totenfluch is offline
    XenTerSiO
    SourceMod Donor
    Join Date: Nov 2011
    Location: Black Mesa
    Old 09-06-2013 , 07:45   Re: [CSS] tProps - Spawn Anything
    Reply With Quote #2

    Thanks!
    XenTerSiO is offline
    Alex30555
    Member
    Join Date: Sep 2011
    Location: Paris
    Old 09-06-2013 , 08:19   Re: [CSS] tProps - Spawn Anything
    Reply With Quote #3

    No source ?
    Alex30555 is offline
    XenTerSiO
    SourceMod Donor
    Join Date: Nov 2011
    Location: Black Mesa
    Old 09-06-2013 , 09:02   Re: [CSS] tProps - Spawn Anything
    Reply With Quote #4

    [SM] Native "GetUserAdmin" reported: Client index 0 is invalid
    [SM] Displaying call stack trace for plugin "tprops.smx":
    [SM] [0] Line 118, C:\Users\ziegl_000\Desktop\Survival Builds\IDE\temp945.sp:ropCommand()
    XenTerSiO is offline
    Totenfluch
    AlliedModders Donor
    Join Date: Jan 2012
    Location: Germany
    Old 09-06-2013 , 09:09   Re: [CSS] tProps - Spawn Anything
    Reply With Quote #5

    Quote:
    Originally Posted by XenTerSiO View Post
    [SM] Native "GetUserAdmin" reported: Client index 0 is invalid
    [SM] Displaying call stack trace for plugin "tprops.smx":
    [SM] [0] Line 118, C:\Users\ziegl_000\Desktop\Survival Builds\IDE\temp945.sp:ropCommand()
    That happened when you did what ?
    Team ?
    Alive/dead ?
    Totenfluch is offline
    thetwistedpanda
    Good Little Panda
    Join Date: Sep 2008
    Old 09-06-2013 , 09:12   Re: [CSS] tProps - Spawn Anything
    Reply With Quote #6

    Totenfluch, if you didn't notice, you didn't include the source in your zip so the attachment had to be removed.
    __________________
    thetwistedpanda is offline
    Totenfluch
    AlliedModders Donor
    Join Date: Jan 2012
    Location: Germany
    Old 09-06-2013 , 09:15   Re: [CSS] tProps - Spawn Anything
    Reply With Quote #7

    Quote:
    Originally Posted by thetwistedpanda View Post
    Totenfluch, if you didn't notice, you didn't include the source in your zip so the attachment had to be removed.
    fix'd
    Totenfluch is offline
    thetwistedpanda
    Good Little Panda
    Join Date: Sep 2008
    Old 09-06-2013 , 09:17   Re: [CSS] tProps - Spawn Anything
    Reply With Quote #8

    Thanks, and the error from the above user is from using one of the commands with sm_rcon or console, as that results in a client being 0. You should be using CheckCommandAccess however, instead of your current system, as it provides compatibility for overrides and is the correct way to check access levels.
    __________________
    thetwistedpanda is offline
    Totenfluch
    AlliedModders Donor
    Join Date: Jan 2012
    Location: Germany
    Old 09-06-2013 , 09:20   Re: [CSS] tProps - Spawn Anything
    Reply With Quote #9

    Quote:
    Originally Posted by thetwistedpanda View Post
    Thanks, and the error from the above user is from using one of the commands with sm_rcon or console, as that results in a client being 0. You should be using CheckCommandAccess however, instead of your current system, as it provides compatibility for overrides and is the correct way to check access levels.
    ty, reworking it right now.
    Totenfluch is offline
    Totenfluch
    AlliedModders Donor
    Join Date: Jan 2012
    Location: Germany
    Old 09-06-2013 , 09:30   Re: [CSS] tProps - Spawn Anything
    Reply With Quote #10

    Quote:
    Originally Posted by XenTerSiO View Post
    [SM] Native "GetUserAdmin" reported: Client index 0 is invalid
    [SM] Displaying call stack trace for plugin "tprops.smx":
    [SM] [0] Line 118, C:\Users\ziegl_000\Desktop\Survival Builds\IDE\temp945.sp:ropCommand()
    should be fixed, new version is up
    Totenfluch 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 09:16.


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