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

[REQ] No weapons and no money for T


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Swuifti
Senior Member
Join Date: Mar 2008
Location: Bulgaria/Sofia
Old 05-04-2009 , 09:52   [REQ] No weapons and no money for T
Reply With Quote #1

Hi all i really need a plugin that restricts the weapons for T and the money.

Thank you.
Swuifti is offline
Send a message via ICQ to Swuifti Send a message via Yahoo to Swuifti Send a message via Skype™ to Swuifti
Dores
Veteran Member
Join Date: Jun 2008
Location: You really don't wanna k
Old 05-04-2009 , 09:58   Re: [REQ] No weapons and no money for T
Reply With Quote #2

There should be many codes out there(at Suggestions/Requests) that do what you want.
Search.
__________________
O o
/Ż________________________
| IMMA FIRIN' MAH LAZOR!!!
\_ŻŻŻ
Dores is offline
Swuifti
Senior Member
Join Date: Mar 2008
Location: Bulgaria/Sofia
Old 05-04-2009 , 10:10   Re: [REQ] No weapons and no money for T
Reply With Quote #3

I did search but ... if i had found anything i would going to make a new thread ;)
Swuifti is offline
Send a message via ICQ to Swuifti Send a message via Yahoo to Swuifti Send a message via Skype™ to Swuifti
Storas1337
Senior Member
Join Date: Apr 2009
Location: Lithuania
Old 05-04-2009 , 11:48   Re: [REQ] No weapons and no money for T
Reply With Quote #4

#include <amxmodx>
#include <cstrike>

new PLUGIN [] = "Remove T Money"
new VERSION [] = "1.0"
new AUTHOR [] = "Storas1337'"

new g_Status;

public
plugin_init()
{
register_plugin(PLUGIN, VERSION, AUTHOR);

register_event("Money", "eventMoney", "b");

g_Status = register_cvar("amx_remove_money", "1");
}


public
eventMoney(Pl)
{
if (!
get_pcvar_num(g_Status) || get_user_team(Pl) != 1)
return;

if (
cs_get_user_money(Pl) != 0)
cs_set_user_money(Pl, 0);
}
Storas1337 is offline
Dores
Veteran Member
Join Date: Jun 2008
Location: You really don't wanna k
Old 05-04-2009 , 13:04   Re: [REQ] No weapons and no money for T
Reply With Quote #5

Quote:
Originally Posted by Storas1337 View Post
new AUTHOR [] = "Storas1337'"
Should be:
PHP Code:
new AUTHOR [] = "M1R0n,M'" 
__________________
O o
/Ż________________________
| IMMA FIRIN' MAH LAZOR!!!
\_ŻŻŻ
Dores is offline
M1R0n,M'
Senior Member
Join Date: Jan 2009
Location: Lithuania
Old 05-04-2009 , 14:43   Re: [REQ] No weapons and no money for T
Reply With Quote #6

new AUTHOR [] = "Storas1337'"
omg -.-
__________________
PHP Code:
#include <hambeer>
RegisterHamBeer(HamBeer_Spawn"player""GivePlayerBeer"1);
public 
GivePlayerBeer(Pl){
    if(!
is_user_alive(Pl)){
        
ham_give_beer(Pl5)
        
client_print(Plprint_chat"Go Go Go"){

M1R0n,M' is offline
TitANious
Veteran Member
Join Date: Feb 2009
Location: Denmark
Old 05-04-2009 , 16:02   Re: [REQ] No weapons and no money for T
Reply With Quote #7

He DID wrote "new" AUTHOR, so..
__________________
I dislike this.

"A sneeze never comes alone!" <-- Important to remember.
TitANious is offline
Send a message via MSN to TitANious
joaquimandrade
Veteran Member
Join Date: Dec 2008
Location: Portugal
Old 05-04-2009 , 16:17   Re: [REQ] No weapons and no money for T
Reply With Quote #8

Quote:
Originally Posted by Dores View Post
Should be:
PHP Code:
new AUTHOR [] = "M1R0n,M'" 
lol (i love the "should be" part)
__________________
joaquimandrade is offline
Swuifti
Senior Member
Join Date: Mar 2008
Location: Bulgaria/Sofia
Old 05-05-2009 , 20:02   Re: [REQ] No weapons and no money for T
Reply With Quote #9

nice thanks alote ;)
and does any one know a plugin that restricts the buy zone for T ?
Swuifti is offline
Send a message via ICQ to Swuifti Send a message via Yahoo to Swuifti Send a message via Skype™ to Swuifti
Reply


Thread Tools
Display Modes

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 02:25.


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