Forum

> > CS2D > General > admin.weapons free
ForenübersichtCS2D-ÜbersichtGeneral-ÜbersichtEinloggen, um zu antworten

Englisch admin.weapons free

22 Antworten
Seite
Zum Anfang Vorherige 1 2 Nächste Zum Anfang

alt Re: admin.weapons free

NP_Beta
COMMUNITY BANNED Off Offline

Zitieren
well, since google translator isnt an official language, nor english, we dont understand you. If you cant speak english then dont do it.

Anyway, what the hell do you mean with admin weapons?

alt Re: admin.weapons free

DoP3
User Off Offline

Zitieren
spf357 hat geschrieben
well, since google translator isnt an official language, nor english, we dont understand you. If you cant speak english then dont do it.

Anyway, what the hell do you mean with admin weapons?

He wants a admin script, like if you where an admin you get weapons..
Search a bit and you'll find it.....

alt Re: admin.weapons free

vladik4301
User Off Offline

Zitieren
Vibhor hat geschrieben
He wants console commands to equip him laser and super armor
and its his server


Exact. lo know how to do

alt Re: admin.weapons free

RyceR
User Off Offline

Zitieren
You want console command, right?
equip "your id" "item id"

item id's:
Spoiler >

alt Re: admin.weapons free

vladik4301
User Off Offline

Zitieren
MSek hat geschrieben
You want console command, right?
equip "your id" "item id"

item id's:
Spoiler >


on my server is not working

alt Re: admin.weapons free

DC
Admin Off Offline

Zitieren
then you are doing it wrong.
you have to replace "your id" with the id of a player.

you get the player ids with cs2d cmd listplayers

an working example
1
equip 1 45
gives a laser to player 1 (there has to be a player with ID 1 at the server. this should be you if you hosted a listen server with the cs2d client [non dedicated!])

alt Re: admin.weapons free

vladik4301
User Off Offline

Zitieren
DC hat geschrieben
then you are doing it wrong.
you have to replace "your id" with the id of a player.

you get the player ids with cs2d cmd listplayers

an working example
1
equip 1 45
gives a laser to player 1 (there has to be a player with ID 1 at the server. this should be you if you hosted a listen server with the cs2d client [non dedicated!])

I have opened a server I have entered as admin however it doesn't work

b

alt Re: admin.weapons free

DC
Admin Off Offline

Zitieren
• are you sure that you entered it in the console and confirmed with ENTER?
• are you sure that you DID NOT use a dedicated server?
• you will not hold that weapon in your hands. check all slots with your mousewheel / slot keys

alt Re: admin.weapons free

vladik4301
User Off Offline

Zitieren
DC hat geschrieben
• are you sure that you entered it in the console and confirmed with ENTER?
• are you sure that you DID NOT use a dedicated server?
• you will not hold that weapon in your hands. check all slots with your mousewheel / slot keys


I have used cs2d_dedicadet.exe.then I have entered my server (I didn't have anybody weapon) I have written equip 1 (my ID) 83
1× editiert, zuletzt 30.06.10 19:53:08

alt Re: admin.weapons free

DC
Admin Off Offline

Zitieren
okay because it is MUCH more difficult when you use the dedicated. especially when you don't know what you are doing.

× don't use the dedicated! it is for experienced users only!
√ use CounterStrike2D.exe click new game and start

if you want to use dedicated anyway:
cs2d cmd sv_rcon
cs2d cmd rcon
cs2d cmd rcon_pw

alt Re: admin.weapons free

vladik4301
User Off Offline

Zitieren
DC hat geschrieben
okay because it is MUCH more difficult when you use the dedicated. especially when you don't know what you are doing.

× don't use the dedicated! it is for experienced users only!
√ use CounterStrike2D.exe click new game and start

if you want to use dedicated anyway:
cs2d cmd sv_rcon
cs2d cmd rcon
cs2d cmd rcon_pw



if I use normal server will it enter someone my server or no?
however for the dedicated equip cannot be used?

alt Re: admin.weapons free

archmage
User Off Offline

Zitieren
It will if someone joins. If people join on your dedicated server there will probably be people that join your normal server.

If you want to make equipping items easier then you could go here.
Download that after reading the description.

alt Re: admin.weapons free

DC
Admin Off Offline

Zitieren
there is not a single f*cking difference between a listen and a dedicated server (in this case).
only one: the dedicated server makes everything muuuch harder (in this case)

you can use equip on a listen and a dedicated server but:

√ listen server: easy! just enter in console!

× dedicated: hard! setup RCon correctly in the server settings. afterwards join your server. login with the rcon password and always place rcon in front of all commands you want to execute on your server... I bet you'll not understand that...

alt Re: admin.weapons free

HaRe
User Off Offline

Zitieren
1
2
3
4
5
6
addhook("spawn","admin_equip")
function admin_equip(id)
	if player(id,"usgn")==USGN then
		parse ("equip "..id.." 45")
	end
end

That equip's a laser to the USGN

You can just copy the
1
parse ("equip "..id.." 45")
and change 45 to another Weapon ID

and then put it in the lua script it should look like this

1
2
3
4
5
6
7
addhook("spawn","admin_equip")
function admin_equip(id)
	if player(id,"usgn")==USGN then
		parse ("equip "..id.." 45")
		parse ("equip "..id.." YOUR WEAPON ID")
	end
end

alt Re: admin.weapons free

palomino
User Off Offline

Zitieren
You can make a script for that, but I personally hate when admins and Rcon'ers do that. That is called cheating.

alt Re: admin.weapons free

DC
Admin Off Offline

Zitieren
@vesa-omar: ...he did not manage to execute a simple command in the console and now you want him to install and use much more complicated Lua stuff?!
Zum Anfang Vorherige 1 2 Nächste Zum Anfang
Einloggen, um zu antwortenGeneral-ÜbersichtCS2D-ÜbersichtForenübersicht