Raised This Month: $ Target: $400
 0% 

Weapons


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Dizzy
Veteran Member
Join Date: Jun 2004
Location: Massachusetts
Old 05-01-2005 , 17:31   Weapons
Reply With Quote #1

Where Can I Find A List Of The

give weapon commands?

Like in a map if you want a command to give a player a gun

what is the script?

id, "give" "weapon_deagle"
???
__________________
My Plugins

Purchase Mod - Stable
Type Sounds - Stable
Monster Spawner - Stable
Nade Giver - Maintenance
Dizzy is offline
Send a message via AIM to Dizzy
xeroblood
BANNED
Join Date: Mar 2004
Location: Toronto, Canada
Old 05-01-2005 , 17:34  
Reply With Quote #2

Search for plugin: Weapon Menu
Read code
xeroblood is offline
Send a message via MSN to xeroblood
Dizzy
Veteran Member
Join Date: Jun 2004
Location: Massachusetts
Old 05-01-2005 , 17:35  
Reply With Quote #3

Quote:
Originally Posted by xeroblood
Search for plugin: Weapon Menu
Read code
thanks

I'll check it out
__________________
My Plugins

Purchase Mod - Stable
Type Sounds - Stable
Monster Spawner - Stable
Nade Giver - Maintenance
Dizzy is offline
Send a message via AIM to Dizzy
Dizzy
Veteran Member
Join Date: Jun 2004
Location: Massachusetts
Old 05-01-2005 , 17:54  
Reply With Quote #4

wait, to give them the weapon could I go...


giveplayerweapon ("weapon_usp

how would I do it?

Code:
public glock(id) {     if (get_cvar_num("amx_buyzone")==0)         return PLUGIN_HANDLED     giveplayerweapon
__________________
My Plugins

Purchase Mod - Stable
Type Sounds - Stable
Monster Spawner - Stable
Nade Giver - Maintenance
Dizzy is offline
Send a message via AIM to Dizzy
LynX
Veteran Member
Join Date: Oct 2004
Old 05-01-2005 , 18:46  
Reply With Quote #5

omg...

From fun.inc
Code:
give_item(id,"weapon_whatever")

except "whatever" put name of your fav weapon ^^

So, it would be:

Code:
public glock(id) {     if (get_cvar_num("amx_buyzone")==0)         return PLUGIN_HANDLED     give_item(id,"weapon_usp") }
__________________
Current plugin : SoulPunisher anti-cheat
Percentage done : {||--------} 20%

If you think v3x is a PIMP, paste this into your sig!

If you think Bailopan is DA BOMB, paste this into your sig
LynX is offline
Send a message via ICQ to LynX
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 03:45.


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