Forum

> > CS2D > General > Server Commands!
Forums overviewCS2D overviewGeneral overviewLog in to reply

English Server Commands!

23 replies
Page
To the start Previous 1 2 Next To the start

old Server Commands!

Mexican
User Off Offline

Quote
What is the commands to:
Speed up someone
Give health to someone
give an item to someone
Increase someone Damage factor?


Thanks :]

Admin/mod comment

please leave the "help" or "question" out of the topic! its pointless. title changed. /DC

old Re: Server Commands!

sonnenschein
User Off Offline

Quote
All commands in console

> "speedmod ID NUMBER"
> "sethealth ID NUMBER"
> "equip ID IID"
> i dont kno this one


huh?
ID = Player id
IID = item id
NUMBER = i think you know

old Re: Server Commands!

Admir
User Off Offline

Quote
New Game --> More Settings --> General
you can see mp_damagefactor 1.0 there.

old Re: Server Commands!

Todesengel
User Off Offline

Quote
Wie mach ich eigentlich den Befehl, dass der Text in der Mitte erscheint?

Also bei
1
rcon msg [TEXT]

Erscheint es nur im Chat..

---------------------------------------
öhm sry English Forum.. then here:


     
How do I actually the text so that it appears in the middle instead of chatting?

on
1
rcon msg [TEXT]

Is it every in the Chat
edited 1×, last 02.05.09 02:27:28 pm

old Re: Server Commands!

Mexican
User Off Offline

Quote
BeLiioN has written
Wie mach ich eigentlich den Befehl, dass der Text in der Mitte erscheint?

Also bei
1
rcon msg [TEXT]

Erscheint es nur im Chat..

---------------------------------------
öhm sry English Forum.. then here:


     
How do I actually the text so that it appears in the middle instead of chatting?

on
1
rcon msg [TEXT]

Is it every in the Chat

That doesnt appear in middle, that appears on the Left Chat.

old Re: Server Commands!

DC
Admin Off Offline

Quote
rcon msg "TEXT@C"

@C at the end will display it in the center of the screen.

old Re: Server Commands!

Mexican
User Off Offline

Quote
DC has written
rcon msg "TEXT@C"

@C at the end will display it in the center of the screen.

How can i make it a color? like red?

In the script i have its @Msg so is on the left side, but i wanna make it middle color red

old Re: Server Commands!

Mexican
User Off Offline

Quote
DC has written
©255000000YOURTEXT@C

see http://www.unrealsoftware.de/forum_posts.php?post=125720#lastpost for details about the color codes

gahh i read it... i still dotn get it.....

this is what i have

elseif (level==2) then
               parse("sv_sound \"fun/doublekill.wav\"");
               msg (player(killer,"name").."©255000000 made a Doublekill!@C")

But when it does it , it says
Mexican©255000000 made a Doublekill!

old Re: Server Commands!

ohaz
User Off Offline

Quote
what you need is:
msg ("©255000000"..player(killer,"name").." made a Doublekill!@C")

old Re: Server Commands!

Mexican
User Off Offline

Quote
TheKilledDeath has written
what you need is:
msg ("©255000000"..player(killer,"name").." made a Doublekill!@C")

Thanks DUDE! another question,
Where do i put "@C" for middle msg in here?

-- FIRST BLOOD?
     if (sample.ut.fblood==0) then
          sample.ut.fblood=1
          parse("sv_sound \"fun/firstblood.wav\"");
          msg ("©255000000"..player(killer,"name").." sheds FIRST BLOOD by killing "..player(victim,"name").."!")
     end
     -- HUMILIATION? (KNIFEKILL)
     if (weapon==50) then
          -- HUMILIATION!
          parse("sv_sound \"fun/humiliation.wav\"");
          msg ("©255000000"..player(killer,"name").." humiliated "..player(victim,"name").."!")

old Re: Server Commands!

ohaz
User Off Offline

Quote
msg ("©255000000"..player(killer,"name").." sheds FIRST BLOOD by killing "..player(victim,"name").."!@C")
and
msg ("©255000000"..player(killer,"name").." humiliated "..player(victim,"name").."!@C")
@C must be the last thing in the text, the colors must be the first

old Re: Server Commands!

Mexican
User Off Offline

Quote
TheKilledDeath has written
msg ("©255000000"..player(killer,"name").." sheds FIRST BLOOD by killing "..player(victim,"name").."!@C")
and
msg ("©255000000"..player(killer,"name").." humiliated "..player(victim,"name").."!@C")
@C must be the last thing in the text, the colors must be the first

Thanks man... Really..
edited 1×, last 03.05.09 01:14:09 am

old Re: Server Commands!

DC
Admin Off Offline

Quote
BeLiioN has written
Dont work.. i make with

sv_msg test@C


works. 100%. displays "test" at the center of the screen. of course only if you are the server. otherwise you have to use rcon.

old Re: Server Commands!

ketcha
User Off Offline

Quote
is there a command to reset the rank?!
perhaps i didnt chek the commands enough, but i didnt find iton the first look

old Re: Server Commands!

Lee
Moderator Off Offline

Quote
ketcha has written
is there a command to reset the rank?!
perhaps i didnt chek the commands enough, but i didnt find iton the first look

Actually, deleting the rank data should work. As far as I see there's no garbage data in the userstats.dat file so if you just clear it out it should delete all of the data without causing any harm.
To the start Previous 1 2 Next To the start
Log in to replyGeneral overviewCS2D overviewForums overview