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

Showing results 1 to 18 of 18
Search took 0.00 seconds.
Search: Posts Made By: Demigod90
Forum: Suggestions / Requests 08-08-2009, 05:07
Replies: 5
Views: 1,576
Posted By Demigod90
Re: Redirection

Its not mine because why make a brand new plugin if someone already has the same thing? All I did was modify it to check if the user was an admin or not. I didn't touch anything else.

If you...
Forum: Suggestions / Requests 08-07-2009, 17:20
Replies: 5
Views: 1,576
Posted By Demigod90
Re: Redirection

If your talking about this plugin http://forums.alliedmods.net/showthread.php?t=1095 it doesn't offer admin detection to bypass the redirection.

But I made the edit to do this, I haven't tested it...
Forum: Suggestions / Requests 08-07-2009, 17:02
Replies: 15
Views: 2,430
Posted By Demigod90
Re: [Request] Admin Logs

I have no idea if you could detect if a user is using an admin command but you could always just edit the default admincmd.sma (contains default admin commands) and just apply a personal log to it.
...
Forum: Suggestions / Requests 08-06-2009, 22:44
Replies: 5
Views: 1,356
Posted By Demigod90
Re: Need help with vip.

I think this would make it give helmet armor also.


#include <amxmodx>
#include <cstrike>

#define FLAG_VIP ADMIN_LEVEL_A // Flag "m"

new g_iMaxPlayers, g_iSayText;
new g_pArmor;
Forum: Suggestions / Requests 08-06-2009, 17:32
Replies: 3
Views: 1,109
Posted By Demigod90
Re: [REQ]Restrict double voting like de_dust de_dust

I would suggest editing the plugin where that votemap command lies in, and make it not allow to vote for the same map(s).


////////////////
/// Example ///
//////////////
if (vmap1 == vmap2 ||...
Forum: Scripting Help 08-06-2009, 13:41
Replies: 4
Views: 1,652
Posted By Demigod90
Re: get Steam Id, match names

For the steam id that is easy as I show you an example of how I do it below. But for your 2nd request I couldn't say intil I tried it on my private server.

This example pretty much finds out your...
Forum: Suggestions / Requests 08-06-2009, 13:20
Replies: 15
Views: 2,430
Posted By Demigod90
Re: [Request] Admin Logs

I don't think you need a plugin for this, because my server auto log's all actions and its all saved in the logs folder which is in the amxmodx folder.

"./*mod*/addons/amxmodx/logs"

So if you...
Forum: Scripting Help 08-05-2009, 23:04
Replies: 2
Views: 1,005
Posted By Demigod90
Re: Problem of Showing admins

I believe I got it working to skip the admin from being listed in the lower list's by just checking if the user also has the higher admin power if so it skips it (aka: PLUGIN_CONTINUE).

The...
Forum: Suggestions / Requests 08-05-2009, 21:51
Replies: 3
Views: 1,150
Posted By Demigod90
Re: switch to spectating ur killer after death

Ya it auto target's your killer, maybe you click the mouse right when you die so it switch's spectator?
Forum: Suggestions / Requests 07-29-2009, 20:55
Replies: 13
Views: 3,777
Posted By Demigod90
Re: Force Clantag on Teamjoin

It pretty much set's a certain tag for an admin who has a certain access flag.

You go into Amxx.cfg config and add the following lines.

amx_taginfront 1
amx_tagprotect 1
amx_clantag "TAGNAME...
Forum: Suggestions / Requests 07-27-2009, 14:47
Replies: 13
Views: 3,777
Posted By Demigod90
Re: Force Clantag on Teamjoin

So you just want the part where it remove's the tag gone?

If so here you go (Not tested)
#include <amxmodx>
#include <amxmisc>
#include <cstrike>
public plugin_init()
{
...
Forum: Suggestions / Requests 07-25-2009, 21:41
Replies: 1
Views: 1,000
Posted By Demigod90
Re: Speed meter!!!

Looks like someone re-uploaded the plugin. Check out.. https://forums.alliedmods.net/showthread.php?t=51298
Forum: Approved Plugins 07-25-2009, 20:15
Replies: 580
Views: 420,940
Posted By Demigod90
Re: MULTIMOD PLUGIN

Good Job :up:, but I've seen this before. It's on a cstrike 1.6 server (ip: 8.17.251.214:27015) the server is called |-=R]A[D=->Multi-Mod [Current Mod] FAST DL @ radclan.net ... (where it says...
Forum: Suggestions / Requests 07-25-2009, 19:39
Replies: 6
Views: 2,467
Posted By Demigod90
Re: [REQ]Deathrun Third Person

Should be like this..

#include <amxmodx>
#include <cstrike>
#include <engine>

#define PLUGIN "New Plug-In"
#define VERSION "1.0"
#define AUTHOR "tpt"
Forum: Suggestions / Requests 07-25-2009, 12:46
Replies: 10
Views: 2,597
Posted By Demigod90
Re: [REQ] Rules in html

yup your right kich0
Forum: Suggestions / Requests 07-25-2009, 12:27
Replies: 4
Views: 1,308
Posted By Demigod90
Re: [Req]Force Clantag on Teamjoin only.

I believe I got it working the way you want, so like before..

;So here is how you will set what ever admin flag you want.
;Set's the plugin to only work if the player has the kick flag.
...
Forum: Suggestions / Requests 07-24-2009, 12:02
Replies: 10
Views: 2,597
Posted By Demigod90
Re: [REQ] Rules in html

I believe the last line in that code is a typo.

try this
#include <amxmodx>

public plugin_init(){
register_plugin("rules","1.0","Micke1101")

register_concmd("say...
Forum: Suggestions / Requests 07-24-2009, 11:45
Replies: 4
Views: 1,308
Posted By Demigod90
Re: [Req]Force Clantag on Teamjoin only.

Hello, Amokossi

I made the edit where it will only change your name once you joined T or CT.

If you find any issue's w\ the edit I've made please tell me.
Showing results 1 to 18 of 18

 
Forum Jump

All times are GMT -4. The time now is 19:09.


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