AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Suggestions / Requests (https://forums.alliedmods.net/forumdisplay.php?f=12)
-   -   [Help]plugin (https://forums.alliedmods.net/showthread.php?t=263695)

rebeccs 05-31-2015 03:31

[Help]plugin
 
Mr. hello
I found a stealth plug-in on the website, I very much like to use it, but now there is a problem, how can we allow this plugin for the elimination of all weapons and equipment in use, when recovery appeared in the recovery of the weapons? Thank you, sir..

PHP Code:

#include <amxmodx>
#include <amxmisc>
#include <engine>
#include <fun>
#include <dodfun>
#include <dodx>
#include <fakemeta>

public plugin_init(){
register_plugin("invisibility","2.1","default")
register_concmd("amx_invis","admin_invis",ADMIN_LEVEL_M,"amx_invis 1|0")
}

public 
admin_invis(id,level,cid){
if (!
cmd_access(id,level,cid,2)) return PLUGIN_HANDLED
new arg[2]
read_argv(1,arg,1)
if (
arg[0]=='1'){
set_user_rendering(id,kRenderFxGlowShell,0,0,0,kRenderTransAlpha,2)
console_print(id,"You are invisible now!")
}
else
{
set_user_rendering(id,kRenderFxGlowShell,0,0,0,kRenderTransAlpha,255)
console_print(id,"You are uninvisible now!")
}
return 
PLUGIN_HANDLED 



wickedd 05-31-2015 03:55

Re: [Help]plugin
 
Quote:

Originally Posted by rebeccs (Post 2303086)
Mr. hello
I found a stealth plug-in on the website, I very much like to use it, but now there is a problem, how can we allow this plugin for the elimination of all weapons and equipment in use, when recovery appeared in the recovery of the weapons? Thank you, sir..

What?

MaSTeR64 05-31-2015 08:46

Re: [Help]plugin
 
Quote:

Originally Posted by wickedd (Post 2303089)
What?

Just like he sayed, what??

You have to describe it more.

rebeccs 05-31-2015 20:56

Re: [Help]plugin
 
This is a stealth plugin,But there are weapons after stealth.I don't think he has any weapons after he has stealth,And then he recovered his weapon when he was not invisible.That's it.I don't know what I described?My English is not good, please take care of.

rebeccs 05-31-2015 20:57

Re: [Help]plugin
 
Is the stealth after the abolition of all weapons.

rebeccs 06-01-2015 21:11

Re: [Help]plugin
 
What's up?

Mordekay 06-02-2015 10:13

Re: [Help]plugin
 
read here


All times are GMT -4. The time now is 20:05.

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