Hello,
how can i change the players spawnpoints ?
i cant find :/
thanks.
Printable View
Hello,
how can i change the players spawnpoints ?
i cant find :/
thanks.
in the init.sqf file if using notepad ++ its line 170...hope that helps
Hello, thanks u reply.
my init.sqf dont have 170 lines have less than that
can u please copy and paste to me your 170 line ?
thank.
There also is a player_spawnpoints.bin or .sqf if you point it out in init it should work when u need to respawn or join.
something like this....
DZ_spawnpass3params = [ 30.0, // S3T_minDist2Zombie
70.0, // S3T_maxDist2Zombie
25.0, // S3T_minDist2Player
70.0, // S3T_maxDist2Player
0.5, // SPT_minDist2Static
2.0 // SPT_maxDist2Static
];
DZ_spawnpointsfile = "spawnpoints_players.bin";
etc..etc..