Raised This Month: $ Target: $400
 0% 

Awp only


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
DarkGod
SourceMod DarkCrab
Join Date: Jul 2007
Location: Sweden
Old 06-21-2009 , 18:41   Re: Awp only
Reply With Quote #10

Code:
#include <amxmodx> #include <hamsandwich> #include <fun> #include <cstrike> new const g_sBlank[] = ""; public plugin_init() {     register_plugin("give_awp,deagle and vesthelm", "1.0", "Stewie!");     RegisterHam(Ham_Spawn, "player", "player_spawn", 1);     new sBuyHandle[] = "cmdBuy";     register_clcmd("buy", sBuyHandle, -1, g_sBlank);     register_clcmd("buyammo1", sBuyHandle, -1, g_sBlank);     register_clcmd("buyammo2", sBuyHandle, -1, g_sBlank);     register_clcmd("buyequip", sBuyHandle, -1, g_sBlank);     register_clcmd("cl_autobuy", sBuyHandle, -1, g_sBlank);     register_clcmd("cl_rebuy", sBuyHandle, -1, g_sBlank);     register_clcmd("cl_setautobuy", sBuyHandle, -1, g_sBlank);     register_clcmd("cl_setrebuy", sBuyHandle, -1, g_sBlank); } public player_spawn(id) {     if(is_user_alive(id))     {     strip_user_weapons(id)     give_item(id, "weapon_knife");     give_item(id, "weapon_awp");     give_item(id, "weapon_deagle");     cs_set_user_bpammo(id, CSW_AWP, 30);     cs_set_user_bpammo(id, CSW_DEAGLE, 35);     cs_set_user_armor (id, 100, 2 )           } } public cmdBuy(plr) {     return PLUGIN_HANDLED; }
__________________
DarkGod is offline
Send a message via AIM to DarkGod Send a message via MSN to DarkGod
 



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 15:40.


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