Forum

> > CS2D > General > how to spawnNpc's
Forums overviewCS2D overviewGeneral overviewLog in to reply

English how to spawnNpc's

3 replies
To the start Previous 1 Next To the start

old how to spawnNpc's

cubone
User Off Offline

Quote
I was just wondering how do i spawnnpc's With Rcon I tryed but couldn't figure it out.

old Re: how to spawnNpc's

KimKat
GAME BANNED Off Offline

Quote
I think it's by doing...
1
2
3
4
5
6
7
spawnnpc 30 x y

-- note: x y is the coordinates for where to place the npc.

-- or...

object(0,"type")==30
...something.

old Re: how to spawnNpc's

DC
Admin Off Offline

Quote
what's the problem?
rcon doesn't change they way you execute commands!

normal
1
yourcommand param1, param2, ...
with rcon
1
rcon yourcommand param1, param2, ...
exactly the same thing, just with rcon at the beginning.
also see cs2d cmd spawnnpc for the spawnnpc command reference

old Re: how to spawnNpc's

EngiN33R
Moderator Off Offline

Quote
To spawn NPCs
1
rcon spawnnpc type x y rot
Type - 1,2,3 (zombie, headcrab, snark respectively)
x, y - position in tiles
rot - rotation in degrees (0°-360° AFAIK)
To the start Previous 1 Next To the start
Log in to replyGeneral overviewCS2D overviewForums overview