FischKopp 0 Posted August 10, 2004 I made some custom animations for my model. If i trey to test it i get this bug on screen in Editor and on the main page. "No Entry ´config.bin/CfgVehicles/CfgVehicleActions.scope`" The mocel i have made is not selectable with this error in the Editor menu. Some suggestion? Share this post Link to post Share on other sites
bn880 5 Posted August 10, 2004 define a scope value in the cpp class? Share this post Link to post Share on other sites
FischKopp 0 Posted August 10, 2004 Something like this? #define TEast 0 #define TWest 1 #define TGuerrila 2 #define TCivilian 3 #define TSideUnknown 4 #define TEnemy 5 #define TFriendly 6 #define TLogic 7 #define true 1 #define false 0 #define private 0 #define protected 1 #define public 2 I have this already in the config. this seems not to be the prob. Found the prob a "}:" was mssing to end the definitions But know my model is not shown in editor without any Error message. Share this post Link to post Share on other sites
bn880 5 Posted August 10, 2004 Well a }; missing would do it, but I meant: class Whatever{ scope=0; . . . . }; I gather the scope error came from the missing }; Share this post Link to post Share on other sites
FischKopp 0 Posted August 10, 2004 that was what i write down there. Share this post Link to post Share on other sites
bn880 5 Posted August 10, 2004 No it's not Actually you might have depending on what you mean by "down there" Share this post Link to post Share on other sites
FischKopp 0 Posted August 10, 2004 ok. the bug "No entry ..." is fixed but my model do not show up in editor with scope=public Share this post Link to post Share on other sites