Raised This Month: $ Target: $400
 0% 

[CS:S] FireWaLL Super Admin (v1.03e, 9 July 2013)


Post New Thread Reply   
 
Thread Tools Display Modes
KyleS
SourceMod Plugin Approver
Join Date: Jul 2009
Location: Segmentation Fault.
Old 10-06-2012 , 16:59   Re: [CS:S & Others] FireWaLL Super Admin (v1.03c, 10 Sept 2012)
Reply With Quote #41

Cool Suite! Looks like it has a lot of features

There's a MaxClients variable that is exposed to plugins which saves you from calling GetMaxClients() in your loops. You may also want to consider using ShowActivity2 instead of PrintToChatAll as it doesn't respect sm_show_activity. There's also a %N format modifier instead of calling GetClientName. Just pass the client index with %N and away you go

You also leak menu handles. Check if the handler gives you MenuAction_End, if so, close the Menu handle. You may want to consider using seperate handlers instead of one mega handler. Inside of your menu handler, you should probably only precache once instead of every time the menu is generated.

Hope this helps!
KyleS is offline
LightningZLaser
Member
Join Date: Dec 2010
Old 10-21-2012 , 22:05   Re: [CS:S & Others] FireWaLL Super Admin (v1.03c, 10 Sept 2012)
Reply With Quote #42

Quote:
Originally Posted by kettlewell View Post
CSGO:

List of what will not work
Swap teams.
Beacon.
Invisible.
Regeneration puts over the 100 health limit.
Rocket.
Most props come up with Error.
Play Music.

Everything else functions well, is there anychance we can get a version for CSGO?
Possibly if I find some time to do it.

Quote:
Originally Posted by KyleS View Post
Cool Suite! Looks like it has a lot of features

There's a MaxClients variable that is exposed to plugins which saves you from calling GetMaxClients() in your loops. You may also want to consider using ShowActivity2 instead of PrintToChatAll as it doesn't respect sm_show_activity. There's also a %N format modifier instead of calling GetClientName. Just pass the client index with %N and away you go

You also leak menu handles. Check if the handler gives you MenuAction_End, if so, close the Menu handle. You may want to consider using seperate handlers instead of one mega handler. Inside of your menu handler, you should probably only precache once instead of every time the menu is generated.

Hope this helps!
Thanks

----------------------------------

Updated to v1.03d
-Fixed Dryer prop not spawning

I also changed the title to "CS:S" only instead of being over-ambitious by saying it might work for all games lol

Last edited by LightningZLaser; 10-21-2012 at 22:08.
LightningZLaser is offline
devilsnake88
Junior Member
Join Date: May 2012
Old 10-23-2012 , 18:32   Re: [CS:S] FireWaLL Super Admin (v1.03d, 22 Oct 2012)
Reply With Quote #43

Hello! I have a problem with all NPCs props:

L 10/24/2012 - 00:27:22: SourceMod error session started
L 10/24/2012 - 00:27:22: Info (map "trikz_advanced") (file "errors_20121024.log")
L 10/24/2012 - 00:27:22: [SM] Native "SetEntProp" reported: Property "m_nSolidType" not safe to access (entity 761/prop_dynamic_override)
L 10/24/2012 - 00:27:22: [SM] Displaying call stack trace for plugin "FSA v1.03d.smx":
L 10/24/2012 - 00:27:22: [SM] [0] Line 6146, /home/groups/alliedmodders/forums/files/1/0/0/0/3/6/111224.attach::prop_npc_create()
L 10/24/2012 - 00:27:22: [SM] [1] Line 1860, /home/groups/alliedmodders/forums/files/1/0/0/0/3/6/111224.attach::MenuHandler1()
L 10/24/2012 - 00:29:43: [SM] Native "SetEntProp" reported: Property "m_nSolidType" not safe to access (entity 762/prop_dynamic_override)
L 10/24/2012 - 00:29:43: [SM] Displaying call stack trace for plugin "FSA v1.03d.smx":
L 10/24/2012 - 00:29:43: [SM] [0] Line 6146, /home/groups/alliedmodders/forums/files/1/0/0/0/3/6/111224.attach::prop_npc_create()
L 10/24/2012 - 00:29:43: [SM] [1] Line 1894, /home/groups/alliedmodders/forums/files/1/0/0/0/3/6/111224.attach::MenuHandler1()

for ALL, wan you fix this bug?
All others work perfectly, thank you dude, you rox!
devilsnake88 is offline
LightningZLaser
Member
Join Date: Dec 2010
Old 12-01-2012 , 10:22   Re: [CS:S] FireWaLL Super Admin (v1.03d, 22 Oct 2012)
Reply With Quote #44

sorry for the late fix

Fixed heavy vending machine and NPC props not working
LightningZLaser is offline
casualg
New Member
Join Date: Dec 2012
Old 12-01-2012 , 22:32   Re: [CS:S] FireWaLL Super Admin (v1.03d, 22 Oct 2012)
Reply With Quote #45

[IMG]http://img248.**************/img248/4509/897fa1bea4964fd2bba8d21.png[/IMG]
This happends when I type sm_admin, I do not know if it's your plugin or sourcemod thats making this (My first installation of a plugin/sourcemod xD)

What the poopers.
I didnt know what to search for a fix either.
Trying to get prop spawning to work so I can spawn em in a scrim for teh lulz.
If anyone can recommend any smaller more compact prop spawning, for admins, would be really nice. (Or just help me)
Cheers, casual.
Really nice plugin though!

Last edited by casualg; 12-01-2012 at 22:34.
casualg is offline
LightningZLaser
Member
Join Date: Dec 2010
Old 12-02-2012 , 10:36   Re: [CS:S] FireWaLL Super Admin (v1.03d, 22 Oct 2012)
Reply With Quote #46

Quote:
Originally Posted by casualg View Post
[IMG]http://img248.**************/img248/4509/897fa1bea4964fd2bba8d21.png[/IMG]
This happends when I type sm_admin, I do not know if it's your plugin or sourcemod thats making this (My first installation of a plugin/sourcemod xD)

What the poopers.
I didnt know what to search for a fix either.
Trying to get prop spawning to work so I can spawn em in a scrim for teh lulz.
If anyone can recommend any smaller more compact prop spawning, for admins, would be really nice. (Or just help me)
Cheers, casual.
Really nice plugin though!
I don't think it's my plugin. I only deleted some lines since the last version and the last version was fine. No idea what is causing it, and thx for the compliment

Last edited by LightningZLaser; 12-02-2012 at 10:37.
LightningZLaser is offline
Chrisco
New Member
Join Date: Jan 2013
Old 01-08-2013 , 21:44   Re: [CS:S] FireWaLL Super Admin (v1.03d, 22 Oct 2012)
Reply With Quote #47

Hi - LightningZLaser - I'm getting exactly the same error with the sm_admin menu - New game server installation with only FSA and Sourcemod installed.

Last edited by Chrisco; 01-08-2013 at 21:59.
Chrisco is offline
Mitchell
~lick~
Join Date: Mar 2010
Old 01-09-2013 , 00:24   Re: [CS:S] FireWaLL Super Admin (v1.03d, 22 Oct 2012)
Reply With Quote #48

Quote:
Originally Posted by Chrisco View Post
Hi - LightningZLaser - I'm getting exactly the same error with the sm_admin menu - New game server installation with only FSA and Sourcemod installed.
And sourcemod works fine with out FSA?
Mitchell is offline
Chrisco
New Member
Join Date: Jan 2013
Old 01-09-2013 , 05:27   Re: [CS:S] FireWaLL Super Admin (v1.03d, 22 Oct 2012)
Reply With Quote #49

Quote:
Originally Posted by Mitchell View Post
And sourcemod works fine with out FSA?
Silly me - Just updated sourcemod to the latest build and everything works fine.
Thanks
Chrisco is offline
grey_tm
Junior Member
Join Date: May 2013
Location: Russian
Old 05-30-2013 , 13:46   Re: [CS:S] FireWaLL Super Admin (v1.03e, 2 Dec 2012)
Reply With Quote #50

Вот версия мультиязычная.
Сделал изменения:
Исправил, переименовав все name в names ..
PHP Code:
 include\sdktools_stocks.inc(50) : warning 219local variable "name" shadows a variable at a preceding level 
Немного оптимизировал его.
Добавил логи действий админа, сделал сообщения через ShowActivity2 , которые должны по идее управляться через квар sm_show_activity.
И ещё вот квар отвечающий за рекламу при заходе - fsa_adv 0
Поддерживаемые языки.
  • Русский (ru)
  • English (en)
--------------------------------------------------------------------------------------------
The multilanguage version.
Made the change:
Corrected, renaming all name in names ...
PHP Code:
 include\sdktools_stocks.inc (50): warning 219local variable "name" shadows a variable at a preceding level 
It's a little bit optimized.
I've added the logs of admin's sessions, and made the ShowActivity2 messages, which must, in an idea, be abble to managed through the cwar of sm_show_activity.
And this one cwar, wich is responsable for advertising fsa_adv 0.
Supported languages​​.
  • Русский (ru)
  • English (en)
--------------------------------------------
Translated by google
Attached Files
File Type: zip fsa.zip (90.5 KB, 248 views)

Last edited by grey_tm; 06-03-2013 at 05:38.
grey_tm 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 06:59.


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