AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Approved Plugins (https://forums.alliedmods.net/forumdisplay.php?f=8)
-   -   AMXx Give 2.0: Give stuff to other people! (https://forums.alliedmods.net/showthread.php?t=14920)

ReK_ 07-05-2005 07:04

AMXx Give 2.0: Give stuff to other people!
 
1 Attachment(s)
Code:

/*
AMXx Give 2.0
By: ReK_

Enable the "give" console command on any mod, without enabling sv_cheats.
You can now specify which player to give the item.

Fun module required

CVARs:
- amx_give_enable 0/1 - 1 = Enabled, 0 = Disabled

Usage:
Use amx_giveself to give it to yourself.
Type "amx_giveto name x" into the console, replacing name with the recipient's name and x with item_x, weapon_x or ammo_x
These commands are only availiable to users with the "s" flag, ie admin level g.
*/

#include <amxmodx>
#include <amxmisc>
#include <fun>


gunsniper 07-05-2005 09:22

Hmm....i like the thought and the simplicity behind the plugin however their other plugins like this that use a menu format insted. The only differnece is u hit a set of numbers to do this...and its way faster but i tested ur plugin and good job :D

PS: the other plugin is WeaponMenu if u want to search it it can

ReK_ 07-05-2005 16:54

Bah, a menu would be mod-specific. This is all encompassing.

ego++

4ng3l 05-16-2006 11:57

hmmm is there a command to get a list of all weapons

Oskar 04-22-2007 12:35

Re: AMXx Give 2.0: Give stuff to other people!
 
Quote:

Originally Posted by 4ng3l (Post 243434)
hmmm is there a command to get a list of all weapons

http://www.amxmodx.org/funcwiki.php?go=func&id=164


All times are GMT -4. The time now is 14:10.

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