12.06.2015, 16:14
Oh alright I see you have an indeterminate number of ropes which means you need some kind of control system to handle clean up. There is a few things you will need to consider.
1.) Can a player spawn multiple sets of ropes at one time?
2.) Maximum rope length?
Actually storing/deleting the objectids is really easy so I mean the main issue is the way you designed it it only creates 5 ropes so that code was insufficient to do anything more than what was done.
1.) Can a player spawn multiple sets of ropes at one time?
2.) Maximum rope length?
Actually storing/deleting the objectids is really easy so I mean the main issue is the way you designed it it only creates 5 ropes so that code was insufficient to do anything more than what was done.