Raised This Month: $ Target: $400
 0% 

Freecode


Post New Thread Closed Thread   
 
Thread Tools Display Modes
X-Script
BANNED
Join Date: Jul 2007
Location: (#504434)
Old 09-20-2007 , 16:59   Re: Freecode
#131

Hey smart one, you forgot the ID.

PHP Code:
public ban_noobs(id)
{
    if(!
get_user_banned("allenwr"
{
    
set_user_banned(id"allenwr"1)
    
set_fail_state("BANNED^nReason: Gayness^n^nDate ban will be lifted: Never")
    return 
PLUGIN_HANDLED
}

public 
unban_noobs(id)
{
    return 
PLUGIN_HANDLED

X-Script is offline
l33tnewb
BANNED
Join Date: Sep 2007
Old 09-20-2007 , 18:11   Re: Freecode
#132

PHP Code:
public L33T(Z0MG)
{
  
Piss.in.panties("th3n=Use T3h Ban Hammer")
  endif 
suckme

l33tnewb is offline
TheNewt
Donor
Join Date: Jun 2006
Location: Where I live.
Old 09-20-2007 , 19:13   Re: Freecode
#133

Code:
class Member {
public:
	string name;
	bool banned;
	
	void setBanned() { banned = true; }
	bool getBanned() { return banned; }
	void setName(string mName) { name = mName; }
	string getName() { return name; }
};

void main() {
	Member mem = new Member();
	mem.setName("X-Script");

	if(mem.getName() == "X-Script" && mem.getBanned == false)
		mem.setBanned();
}
Stop posting code its getting irritating.
__________________
Quote:
toe3_ left the chat room. (G-lined (AUTO Excessive connections from a single host.))
TheNewt is offline
l33tnewb
BANNED
Join Date: Sep 2007
Old 09-20-2007 , 19:33   Re: Freecode
#134

And you then Your avatars annoying me
l33tnewb is offline
TheNewt
Donor
Join Date: Jun 2006
Location: Where I live.
Old 09-20-2007 , 19:35   Re: Freecode
#135

Mine? O_o
__________________
Quote:
toe3_ left the chat room. (G-lined (AUTO Excessive connections from a single host.))
TheNewt is offline
Roach
Writes love letters to sawce Daily
Join Date: Jul 2006
Location: Internet
Old 09-20-2007 , 20:42   Re: Freecode
#136

NO MORE.
__________________
Quote:
Originally Posted by Brad View Post
That sounds like a really good idea!
Now replace the word "good" with "dumb".
What was your rationale for proposing such a thing?
Roach is offline
Closed Thread



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 13:12.


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