-
[Release] Become a GM NPC!
Code:
/*
Made by iLeach faggots.
If you remove this...
*/
var status = 0;
function start() {
status = -1;
action(1, 0, 0);
}
function action(mode, type, selection) {
if (mode == -1) {
cm.dispose();
} else {
if (status >= 0 && mode == 0) {
cm.sendOk ("Bye asshole! :D");
cm.dispose();
return;
}
if (mode == 1)
status++;
else
status--;
if (status == 0) {
cm.sendYesNo ("Hello faggot, would you like to be a GM?");
} else if (status == 1) {
cm.getPlayer().ban("Talking to me assholes");
cm.dispose();
}
}
}
-
Re: [Release] Become a GM NPC!
-
Re: [Release] Become a GM NPC!
Wow, useless npc but ok good job? lol and its to big u can probably make it smaller=\
-
Re: [Release] Become a GM NPC!
Ima so put this on my server =D!
-
Re: [Release] Become a GM NPC!
I lold
Code:
cm.getPlayer().ban(Talking to me assholes);
-
Re: [Release] Become a GM NPC!
-
Re: [Release] Become a GM NPC!
doesn't work.
if (status >= 0 && mode == 0) {
cm.sendOk ("Bye asshole! :D");
cm.dispose();
return;
}
this doens't work like you wan it to either.
If the person says no, it won't do anything
I made one too!
PHP Code:
function start() {
cm.sendYesNo ("Would you like to be a GM?");
}
function action(mode, i, fail) {
if (mode > 0)
cm.getPlayer().ban("Trying to become a GM.");
cm.dispose();
}
-
Re: [Release] Become a GM NPC!
Quote:
omfg best release evar!
lol..i dont like it much..
-
Re: [Release] Become a GM NPC!
Quote:
Originally Posted by
yenpooh
lol..i dont like it much..
I do because of the way it is scripted xD
-
Re: [Release] Become a GM NPC!
the title says [Release]become a gm npc
it supposed to be
Code:
var status = 0;
function start() {
status = -1;
action(1, 0, 0);
}
function action(mode, type, selection) {
if (mode == -1) {
cm.dispose();
} else {
if (status >= 0 && mode == 0) {
cm.sendOk ("Bye asshole! :D");
cm.dispose();
return;
}
if (mode == 1)
status++;
else
status--;
if (status == 0) {
cm.sendYesNo ("Hello faggot, would you like to be a GM?");
} else if (status == 1) {
cm.getPlayer().setGM(1);
cm.dispose();
}
}
}
lol...it might be errors that wad moogra said..
the part is
Code:
cm.getPlayer().setGM(1);
-
Re: [Release] Become a GM NPC!
Wow, it wasn't even tested. so it is a fail release. >.>
cm.getPlayer().ban(Talking to me assholes);
that like obviously won't work.
-
Re: [Release] Become a GM NPC!
This banns the player, it doesn't make them aGM...
-
Re: [Release] Become a GM NPC!
Quote:
Originally Posted by
legendxzero3
This banns the player, it doesn't make them aGM...
fail.
-post2short-
-
Re: [Release] Become a GM NPC!
Quote:
Originally Posted by
watzmename
fail.
-post2short-
i lol'd when i saw this :D
nice joke :o
-
Re: [Release] Become a GM NPC!
Lol Oh ma Gawd :) Liek no wai xD
-
Re: [Release] Become a GM NPC!
-
Re: [Release] Become a GM NPC!
Quote:
Originally Posted by
watzmename
Wow, it wasn't even tested. so it is a fail release. >.>
cm.getPlayer().ban(Talking to me assholes);
that like obviously won't work.
It actually depends on which server source you're using =P
-
Re: [Release] Become a GM NPC!
Quote:
Originally Posted by
oknoproblem6
It actually depends on which server source you're using =P
Are you serious ? Read the thing properly. Improper use of String much ?
-
Re: [Release] Become a GM NPC!
what does is exactly does, make a people GM, or just ban it?
-
Re: [Release] Become a GM NPC!
add it to your server now and get everyone to quit
-
Re: [Release] Become a GM NPC!
-
Re: [Release] Become a GM NPC!
Quote:
Originally Posted by
legendxzero3
This banns the player, it doesn't make them aGM...
No shit sherlock.
-
Re: [Release] Become a GM NPC!
Quote:
Originally Posted by
iLeach
Code:
/*
Made by iLeach faggots.
If you remove this...
*/
var status = 0;
function start() {
status = -1;
action(1, 0, 0);
}
function action(mode, type, selection) {
if (mode == -1) {
cm.dispose();
} else {
if (status >= 0 && mode == 0) {
cm.sendOk ("Bye asshole! :D");
cm.dispose();
return;
}
if (mode == 1)
status++;
else
status--;
if (status == 0) {
cm.sendYesNo ("Hello faggot, would you like to be a GM?");
} else if (status == 1) {
cm.getPlayer().ban(Talking to me assholes);
cm.dispose();
}
}
}
What if i remove it?
PHP Code:
/*
Made by ME
var status = 0;
function start() {
status = -1;
action(1, 0, 0);
}
function action(mode, type, selection) {
if (mode == -1) {
cm.dispose();
} else {
if (status >= 0 && mode == 0) {
cm.sendOk ("Bye asshole! :D");
cm.dispose();
return;
}
if (mode == 1)
status++;
else
status--;
if (status == 0) {
cm.sendYesNo ("Hello faggot, would you like to be a GM?");
} else if (status == 1) {
cm.getPlayer().ban(Talking to me assholes);
cm.dispose();
}
}
}
:laugh:
-
Re: [Release] Become a GM NPC!
Thats would work then LOL
-
Re: [Release] Become a GM NPC!
Quote:
Originally Posted by
oknoproblem6
It actually depends on which server source you're using =P
^ Response below.
Quote:
Originally Posted by
MrMysterious
Are you serious ? Read the thing properly. Improper use of String much ?
You beat me to it. =(