ID:480468
|
|
Problem description:ok so im making a game hurp da durp and im trying to make it so a person can select a block but noone else can see it fore example on minecraft when you select a block and a friend selects the block next to it they cant see your selection and they cant se yours also i need to make it so when you select a diffrent block that selection that was there before is gone for example on minecraft when you move your cursor to thr right there isnt 2 black squares on deletes and another appears can anyone help me? thanks for the help :) |
Mar 10 2012, 10:42 am
Best response
|
|
Sounds like you want images, which allow you to display icons to specific clients. Basically, you would give each player a /image to represent their own selection "highlight", output that image only to their client, and then show/move/hide that image to whatever their current selection is.
|