Posts: 474
Threads: 67
Joined: May 2011
Reputation:
11
you can spawn objects to cut off maps, im sure i read a tutorial somewhere here, then you could just change the spawn points..
Posts: 21
Threads: 2
Joined: Jun 2011
Reputation:
0
07-03-2011, 19:50
(This post was last modified: 07-03-2011, 19:52 by achille5zz.)
ok so i figuered out the bunkermaker . after i make my custom map i will need some help on setting up the player spawn points.any tutorials on this??
Posts: 2,992
Threads: 55
Joined: Feb 2011
Reputation:
114
Take origin of spawn place, then in onplayerspawned
self waittill "spawned_player"
self setorigin (yourorigin);
Posts: 21
Threads: 2
Joined: Jun 2011
Reputation:
0
07-04-2011, 06:58
(This post was last modified: 07-04-2011, 07:06 by achille5zz.)
problem:on firing range after creating about 440 blocks, older blocks start to disapear when creating new ones. also if i save them and try to run map with more then that it wont run and gives error g_spawn: no free entities . is there a way to increase the amount of g_spawn entities?