Raised This Month: $ Target: $400
 0% 

[ANY] Custom Unusual Effects


Post New Thread Reply   
 
Thread Tools Display Modes
Dr. McKay
Sir Dr. SourceMod Plugin Approver Esq. Ltd. M.D. PhD
Join Date: Aug 2011
Location: Atlantis
Old 08-10-2013 , 19:20   Re: [ANY] Custom Unusual Effects
Reply With Quote #21

You need to put something in your first post.
__________________
Dr. McKay is offline
jpwanabe
Veteran Member
Join Date: Mar 2010
Old 08-10-2013 , 19:50   Re: [ANY] Custom Unusual Effects
Reply With Quote #22

Quote:
Originally Posted by vodka00 View Post
In each particle file (.pcf) there can be up to 64 systems which are independent particle effect systems. It's stating that it cannot find the system named 'gabe' in whatever particle file you specified it to look in.
And how do I make it find the file? I installed this using the zip file, which I assumed would just work as the dev had intended it to. Is there a step I am missing?
jpwanabe is offline
11530
Veteran Member
Join Date: Sep 2011
Location: Underworld
Old 08-10-2013 , 20:43   Re: [ANY] Custom Unusual Effects
Reply With Quote #23

Figured I'd let people know that the .sp and the .smx are different which, as we know, is against the rules. Both the .smx and the .sp state version 1.00 however, so it's not a version issue. MasterXykon, please update your original post accordingly.

In addition please provide more information about the plugin, including available commands, ConVars etc.
__________________

Last edited by 11530; 08-10-2013 at 20:57.
11530 is offline
Mikethe3nd
Junior Member
Join Date: Aug 2013
Old 08-10-2013 , 22:26   Re: [ANY] Custom Unusual Effects
Reply With Quote #24

Everythin' is sweet and working cool for me but all I'm asking is how to make it so only admins can use it, if the one who made the plugin can make a example or someone else of how to use the admins_override.cfg correctly with this.
Mikethe3nd is offline
11530
Veteran Member
Join Date: Sep 2011
Location: Underworld
Old 08-11-2013 , 00:38   Re: [ANY] Custom Unusual Effects
Reply With Quote #25

Quote:
Originally Posted by Mikethe3nd View Post
Everythin' is sweet and working cool for me but all I'm asking is how to make it so only admins can use it, if the one who made the plugin can make a example or someone else of how to use the admins_override.cfg correctly with this.
Best to stick to one thread. Though remember you'll need to override all available commands (since the OP is lacking use sm cmds unusuals).
__________________
11530 is offline
Mikethe3nd
Junior Member
Join Date: Aug 2013
Old 08-11-2013 , 16:07   Re: [ANY] Custom Unusual Effects
Reply With Quote #26

Quote:
Overrides
{
"sm_u" "o"
"@sm_cmds_unusuals" "o"
"sm_ud"
"sm_unusual_spawn" "o"
"sm_unusual_delete "o"
"sm_customunusuals" "o"
"sm_unusuals" "o"
"sm_unusual" "o"
}
This is what with and with out the "o" and "z" flag

even tried adding sm_cmds_(command) on each command just to make sure but nothing as usual, but like I said before why don't you try and do it and tell us if it works for you.
Mikethe3nd is offline
11530
Veteran Member
Join Date: Sep 2011
Location: Underworld
Old 08-12-2013 , 01:24   Re: [ANY] Custom Unusual Effects
Reply With Quote #27

Firstly, when I said use sm cmds unusuals, that was a command to use, not an override, so that you may find all the commands the plugin uses. Even so, I did not write underscores between each word.

Secondly, your "sm_ud" is missing a flag.

Thirdly, you're "sm_unusual_delete" is missing a quotation mark.

So in essence, try:

PHP Code:

Overrides
{
    
"sm_u"    "o"
    "sm_ud"    "o"
    "sm_unusual_spawn"    "o"
    "sm_unusual_delete"    "o"
    "sm_customunusuals"    "o"
    "sm_unusuals"    "o"
    "sm_unusual"    "o"

__________________
11530 is offline
Mikethe3nd
Junior Member
Join Date: Aug 2013
Old 08-12-2013 , 11:59   Re: [ANY] Custom Unusual Effects
Reply With Quote #28

This is impossible, I tried uninstalling the sourcemod I didn't add anything but those overrides and the plugin but still I can use the command...
Mikethe3nd is offline
jpwanabe
Veteran Member
Join Date: Mar 2010
Old 08-12-2013 , 12:05   Re: [ANY] Custom Unusual Effects
Reply With Quote #29

Mike, are you testing this with an account that has the z flag?
jpwanabe is offline
Mikethe3nd
Junior Member
Join Date: Aug 2013
Old 08-13-2013 , 07:42   Re: [ANY] Custom Unusual Effects
Reply With Quote #30

Told you I even uninstalled the sourcemod and everything I didn't edit anything just add the unusual plugin and overrides.
Mikethe3nd 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 01:51.


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