Desaster Posted October 17, 2013 Share Posted October 17, 2013 is there anything that help to make col radars I really didn't understand how to put them hmm i tryed ou /showcol but it doesn't really help Link to comment
Castillo Posted October 17, 2013 Share Posted October 17, 2013 What do you mean by "col radars"? Link to comment
pa3ck Posted October 17, 2013 Share Posted October 17, 2013 If you want to see the colshapes then set this to 'true' in your script : setDevelopmentMode(true) Then use the command "/showcol" Link to comment
Desaster Posted October 17, 2013 Author Share Posted October 17, 2013 sry I meant createColRectangle and I tryed out showcol it work but it doesn't really help I can't understand what sould I exactly type instead of this ( float fX, float fY, float fWidth, float fHeight) I have an idea but I can't find it after putting my position Link to comment
pa3ck Posted October 17, 2013 Share Posted October 17, 2013 When I needed a colshape I used cuboid instead of rectangle. Try the cuboid one. createColCuboid ( float fX, float fY, float fZ, float fWidth, float fDepth, float fHeight ) fX, fY, fZ = positions Width = width of the cuboid Depth = the size of the cuboid from the position Z going downwards Height = the size of the cuboid from the position Z going upwards ( For the rectangle you can not specify its height and its depth, its going all the way up... ) Link to comment
Desaster Posted October 17, 2013 Author Share Posted October 17, 2013 hmmm eazier right but I need the rectangle Link to comment
pa3ck Posted October 17, 2013 Share Posted October 17, 2013 Actually the other one is pretty straight forward, just like cuboid, X, Y the pos you want to place the rectangle at, the width is the width and the height is the length I think, as you can not set its height. So pos, length and width. Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now