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

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


Post New Thread Reply   
 
Thread Tools Display Modes
cao1029
Junior Member
Join Date: Sep 2014
Old 10-14-2014 , 22:38   Re: [CS:S] FireWaLL Super Admin (v1.03e, 9 July 2013)
Reply With Quote #61

I was trying out the version for L4D2 and having some issues. I type !fsa in the command window and hit 1 or 2 and sometimes the menu pops up and other times it doesnt. Hitting 3 or 4 gives me this error 'no entity found or invalid entity'

I know it wasn't made for that game but has anyone else run into that problem? any idea whats going on or a fix?thanks

Last edited by cao1029; 10-14-2014 at 22:38.
cao1029 is offline
FarshadGrayson
New Member
Join Date: May 2016
Old 05-19-2016 , 05:43   Re: [CS:S] FireWaLL Super Admin (v1.03e, 9 July 2013)
Reply With Quote #62

How Do I Get Older Version of This Like Version 1.03b. I Have CSS V34
FarshadGrayson is offline
xines
Veteran Member
Join Date: Aug 2013
Location: Denmark
Old 05-19-2016 , 07:55   Re: [CS:S] FireWaLL Super Admin (v1.03e, 9 July 2013)
Reply With Quote #63

Quote:
Originally Posted by FarshadGrayson View Post
How Do I Get Older Version of This Like Version 1.03b. I Have CSS V34
Buy the game and you will receive support.
But untill then do the below.
Attached Thumbnails
Click image for larger version

Name:	picture.png
Views:	518
Size:	3.1 KB
ID:	154777  
__________________
xines is offline
jeezz
Senior Member
Join Date: Apr 2012
Location: netherlands
Old 05-23-2016 , 18:56   Re: [CS:S] FireWaLL Super Admin (v1.03e, 9 July 2013)
Reply With Quote #64

Cool plugin. thx for share...
I have 1 problem...
Ban is not a real ban, it just kicks the player...
That is because the game i play, kuma games ban by player ip...
google it if u dont know the game...
i run almost 10 years a dedicated server there...
Is there a way too make this plugin ban players by ip as well?
One more thing, Is it possible too give admins godmode, invisibility, and noclip at the same time?
thx!

Last edited by jeezz; 05-23-2016 at 19:06.
jeezz is offline
Sebastiano
Junior Member
Join Date: Sep 2019
Old 09-04-2019 , 15:26   Re: [CS:S] FireWaLL Super Admin (v1.03e, 9 July 2013)
Reply With Quote #65

Hello were need to download or pase this file FSAv1.30 in what folder CSS |
Sebastiano is offline
pikachu
Junior Member
Join Date: Jan 2007
Old 10-29-2020 , 03:30   Re: [CS:S] FireWaLL Super Admin (v1.03e, 9 July 2013)
Reply With Quote #66

Hey are you still working on this at all? It no longer compiles using the compiler on the website.
I tried to compile it and I am getting this error:

Your plugin failed to compile! Read the errors below:
SourcePawn Compiler 1.10.0.6453
Copyright (c) 1997-2006 ITB CompuPhase
Copyright (c) 2004-2018 AlliedModders LLC

/groups/sourcemod/compiler-1.10/include/sdktools_stocks.inc(50) : warning 219: local variable "name" shadows a variable at a preceding level
/home/groups/sourcemod/upload_tmp/phpDO0DiB.sp(49) : warning 234: symbol "FCVAR_PLUGIN" is marked as deprecated: No logic using this flag ever existed in a released game. It only ever appeared in the first hl2sdk.

/home/groups/sourcemod/upload_tmp/phpDO0DiB.sp(50) : warning 234: symbol "FCVAR_PLUGIN" is marked as deprecated: No logic using this flag ever existed in a released game. It only ever appeared in the first hl2sdk.

/home/groups/sourcemod/upload_tmp/phpDO0DiB.sp(51) : warning 234: symbol "FCVAR_PLUGIN" is marked as deprecated: No logic using this flag ever existed in a released game. It only ever appeared in the first hl2sdk.

/home/groups/sourcemod/upload_tmp/phpDO0DiB.sp(69) : warning 234: symbol "FCVAR_PLUGIN" is marked as deprecated: No logic using this flag ever existed in a released game. It only ever appeared in the first hl2sdk.

/home/groups/sourcemod/upload_tmp/phpDO0DiB.sp(2712) : error 012: invalid function call, not a valid address
/home/groups/sourcemod/upload_tmp/phpDO0DiB.sp(2712) : error 036: empty statement
/home/groups/sourcemod/upload_tmp/phpDO0DiB.sp(2712) : error 017: undefined symbol "i"
/home/groups/sourcemod/upload_tmp/phpDO0DiB.sp(2712) : fatal error 190: too many error messages on one line

Compilation aborted.
4 Errors.

821642 successful compiles to date.
668081 failed compiles to date.



This is where it is choking up (Error highlighted in red):


Code:
2707		if(strcmp(info, "Permanent") == 0)
2708		{
2709			BanDuration[client] = 0;
2710			new Handle:banmenu = CreateMenu(BanHandle);
2711			SetMenuTitle(banmenu, "Select Player to Ban");
2712			for (new i = 1; i <= MaxClients(); i++)
2713			{
2714				if (IsClientInGame(i))
2715				{
2716					GetClientName(i, name, sizeof(name));
2717					AddMenuItem(banmenu, name, name);
2718				}
2719			}
2720			SetMenuExitBackButton(banmenu, true);
2721			DisplayMenu(banmenu, client, 0);
2722		}
__________________

Last edited by pikachu; 10-29-2020 at 03:51.
pikachu is offline
alibabaeian
Junior Member
Join Date: Mar 2021
Old 04-29-2021 , 04:50   Re: [CS:S] FireWaLL Super Admin (v1.03e, 9 July 2013)
Reply With Quote #67

ok thanks, but how can i save the props?
there is nothing in the menu to save those
alibabaeian 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 12:35.


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