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

Admin All in One Commands [Last Update 2005/03/26]


Post New Thread Reply   
 
Thread Tools Display Modes
ancient1
Senior Member
Join Date: Jul 2004
Location: UK
Old 03-29-2005 , 09:54  
Reply With Quote #381

This is a great plugin Bigballer, but as allways is mod specific.

I created a non-mod specific version HERE, only requires the fun module enabled.

Hope I have not offended you, If you read the sma I take no credit what so ever for the plugin. Simply ripped out the CS stuff from your version.

Should help the NS/DOD/TFC admins out there

Ancient
__________________
ancient1 is offline
BigBaller
Veteran Member
Join Date: Mar 2004
Location: Everett, WA
Old 03-29-2005 , 14:59  
Reply With Quote #382

Then why re post it?

NS has a all in one plugin btw, search the forums.
BigBaller is offline
kavan110
New Member
Join Date: Mar 2005
Old 03-30-2005 , 20:43  
Reply With Quote #383

terrific
kavan110 is offline
Bend3R
Veteran Member
Join Date: Oct 2004
Location: Sweden (Stockholm)
Old 04-02-2005 , 08:23  
Reply With Quote #384

this plugin is very great if this include this plugins too

Blind port (T(+)rget) ---> http://forums.alliedmods.net/showthread.php?t=3642
Ludwigs EJL Nukem ---> http://forums.alliedmods.net/showthread.php?t=610
Bend3R is offline
NbbyGcgee
Junior Member
Join Date: Mar 2005
Old 04-03-2005 , 21:21  
Reply With Quote #385

How do you give let an admin use one command from this plugin? I would only like to let ppl use the amx_gravity part of the gravity. Is this even possible? Sry i didnt see anything in search.
NbbyGcgee is offline
NbbyGcgee
Junior Member
Join Date: Mar 2005
Old 04-03-2005 , 21:24  
Reply With Quote #386

ohh and to help the person who couldnt get commands to work for the T side. You need to type @TERRORIST. Not @T I had the same prob and was like wtf.!>!>
NbbyGcgee is offline
Pain
Senior Member
Join Date: Aug 2004
Old 04-04-2005 , 18:36  
Reply With Quote #387

Just to point out a few things. I found some language mistakes you might want to know.

First error:
Code:
case 2client_print(0, print_chat, "%L", LANG_PLAYER, "[AMXX] ADMIN %s: set glowing on %s",name2,name) case 1client_print(0, print_chat, "%L", LANG_PLAYER, "[AMXX] ADMIN: set glowing on %s",name)
It should be like this:
Code:
case 2client_print(0, print_chat, "%L", LANG_PLAYER, "AINO_GRAVITY_SET_CASE2", name, gravity) case 1client_print(0, print_chat, "%L", LANG_PLAYER, "AINO_GRAVITY_SET_CASE1", gravity)
Second Error:
Code:
case 2:    client_print(0, print_chat, "%L", LANG_PLAYER, "[AMXX] ADMIN %s: set glowing on %s",name2,name) case 1:    client_print(0, print_chat, "%L", LANG_PLAYER, "[AMXX] ADMIN: set glowing on %s",name)
It should be like this:
Code:
case 2client_print(0, print_chat, "%L", LANG_PLAYER, "AINO_GLOW_TEAM_CASE2", name2, arg[1]) case 1client_print(0, print_chat, "%L", LANG_PLAYER, "AINO_GLOW_TEAM_CASE1", arg[1])
Third Error:
Code:
console_print(id, "%L", LANG_PLAYER, "[AMXX] Client ^"%s^" has set glowing",name)
It should be like this:
Code:
console_print(id, "%L", LANG_PLAYER, "AINO_GLOW_PLAYER_SUCCESS",name)

I might be wrong...but if I didnt do this it would create ML_NOTFOUND on the gravity and glow commands.
Pain is offline
BigBaller
Veteran Member
Join Date: Mar 2004
Location: Everett, WA
Old 04-04-2005 , 23:59  
Reply With Quote #388

Yea, I most likely made a mistake on that stuff. I'll fix it soon.

Thanks for telling me however, its hard to do all that language stuff and get it right the first time.
BigBaller is offline
NbbyGcgee
Junior Member
Join Date: Mar 2005
Old 04-05-2005 , 17:14  
Reply With Quote #389

BIGBALLA what are the flags?!?!?!?!?

I need the flags, specially the one for gravity.
NbbyGcgee is offline
BigBaller
Veteran Member
Join Date: Mar 2004
Location: Everett, WA
Old 04-05-2005 , 17:44  
Reply With Quote #390

Quote:
Originally Posted by NbbyGcgee
BIGBALLA what are the flags?!?!?!?!?

I need the flags, specially the one for gravity.
For one is BigBaller

and for 2

its at the very top of the .sma file if you click "download" instead of get plugin.
BigBaller 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:24.


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