Forums Index >> Modding >> cloning on admin system



Page : <1> :


Hey does any one know how to put cloning in an admin system if you do please tell me.

Sunday, January 30, 2005 at 2:51:45 PM

Sure, get an old admin script and copy and paste stuff that allowed you to clone.....

 

 

 

 

Monday, January 31, 2005 at 4:51:12 PM

Is that it?Ok but where do I put it in the admin script 8o

Tuesday, February 01, 2005 at 4:19:47 AM

Look in the dash codes forum. Theres a whole bunch of codes that people posted up including cloning and clone everyone.


Friday, February 04, 2005 at 8:28:32 PM

Do you remeber what fourm or what page its on 8o

Saturday, February 05, 2005 at 5:34:38 AM

No, its too far. It's like past the 6th page or somethin' can't remember. General forums


Saturday, February 05, 2005 at 6:39:40 AM

Ok, here we go, in codes.cs - put this in your codes function with the rest of the codes...

 

Else if (%code $="/clo" | %code $= "/clone" )
call("clone",%sender,%a2);

 

Then put this right above the codes function...

 

Function clone(%sender,%target_nm)
{
if(!ClientIsAdmin(%sender,"/clone command failed you are not admin"))
return;

%match = matchClientName(%target_nm);
%client = firstword(%match);
%status_msg = restWords(%match);

If(%client == -1)
{
schedule(1000,false,"CommandToClient",%sender,'CenterPrint',%status_msg,4,4);
return;
}
schedule(1000,false,"centerprintall", %client.nameBase SPC $pref::Server::CloneMessage ,4);
%client.createplayer("lighttank");

}

 

Then in your dash/prefs.cs file put this at the very end...

 

$pref::Server::CloneMessage = " HAS BEEN CLONED ";

 

There you go...

Note: damn auto capitalization, make the first letter of each line of code a lowercase letter

 

 

 

 

Last edited: Sunday, February 06, 2005 at 1:53:13 PM

Sunday, February 06, 2005 at 1:51:18 PM

Didnt work for me. I started my server then went for a hunt for my clone, nothing.

 

 

 

 

Thursday, February 10, 2005 at 11:38:06 PM

It wouldent let me say anything at all not even "hi"

Can you please post your codes.cs?

Sunday, February 13, 2005 at 3:03:00 PM

Ya it did not work for me ethier give me your admin script warefare(you can cancel out your admin PASSWORD if you want) XD

Monday, February 14, 2005 at 1:35:09 PM

Please please please please......

PLEASE POST YOUR
CODES.CS HERE. :'( :'(

Friday, February 18, 2005 at 9:32:57 PM

Hey spark#3
its going to be a while until I can post anything from my pc, I am grounded (the reason why I have not been around for 2 weeks)
I can use school pc's tho so I can answer questions but I cannot get you my codes.cs file

 

 

 

 

Tuesday, February 22, 2005 at 1:42:54 PM

Also, you have to log in as admin then type /clo yourname

 

 

 

 

Tuesday, February 22, 2005 at 1:44:43 PM

Still dosent work

Wednesday, February 23, 2005 at 5:58:02 PM

When I log in as Admin and type /clo (My name here) it comes up with - /clo is not recognised. Or something like that

 

 

 

 

Thursday, February 24, 2005 at 2:55:54 PM

Yea, do we have to set some pref to show how many codes it showes?

Thursday, February 24, 2005 at 3:42:33 PM

Yeah dont you need to edit one of the.cs so it recognises /clo as a code that can be imputted into the /codes function

 

 

 

 

Friday, February 25, 2005 at 11:24:57 AM

Just copy it as is to where I told you to, it works perfectly fine for those who know what they are doing

 

 

 

 

Tuesday, March 29, 2005 at 6:01:26 PM

Your ghost is coming back to haunt you! XO

Friday, April 01, 2005 at 1:29:22 AM

Delete the space after return I can clone

If(!ClientIsAdmin(%sender,"/clone command failed you are not admin"))
return;
<---- NO SPACE!
%match

Last edited: Saturday, April 02, 2005 at 8:11:20 AM

Saturday, April 02, 2005 at 8:10:44 AM

OK, im going to try that now

 

 

 

 

Thursday, April 07, 2005 at 5:49:07 AM

Man I don't post allot here any more and its still going.wow :)

Thursday, April 07, 2005 at 7:21:52 AM

I hadnt posted here in ages, but someone reminded me of cloning, so I brought it back.

By the way it still doesnt find the "/clo" when I type it in, It says theres no code, I dont understand why it wont understand the /clo code!

 

 

 

 

Thursday, April 07, 2005 at 9:26:14 AM

Well, wait for my admin script :)


Thursday, April 07, 2005 at 2:03:51 PM

Thats what I am doing, Its going to be great! XD

 

 

 

 

Thursday, April 07, 2005 at 6:28:09 PM

Page : <1> :

insert quote insert url insert email insert image bold italic underline superscript subscript horizontal rule : : Help on using forum codes

Add comment:

HTML is disabled within comments, but ZBB Code is enabled.

Back to the top

Web site designed, maintained and funded by -z- and Dan MacDonald