ello
i have been learing how to edit and add stuff to the server for a few days now, and its really getting along
theres only 1 problem wich i cannot figure out,
there are some topics about it but dont really get it and what there saying is not working for me or only half working
what i want is more object spawn points on my wasteland server, so we can have more buidling material and a better disrubution of build items
what i have done is unpacked the pbo, extraced the mission.sqf, opened it up in arma 2 editor and put some extra spawn points at the end of the airfield,
with the numbers increasing from the last already exsiting spawn point.so last spawn point was spawn_76 and i went on with 77 78 79 80
after that saved it and put it back in the pbo
now for the second part i opend up my objectSpawning.sqf in server/fucntions
and edited this line
while {_counter < 76} do
to
while {_counter < 80} do
cause i have 80 spawn points now
but when i check the server everything on the map seems to be spawning on the airfield and not on the 4 extra spawn points i just created in editor.
can anyone please explain what im doing wrong, would be much appriciated
cheers