Jump to content

Official Wolfman Character


Recommended Posts

Hey guys,

 

I have a problem with this system 

I did all the tut, but after that, at building solution for my client, i got the next error:

Error	1	error C2065: 'PLAYER_PER_ACCOUNT5' : undeclared identifier	C:\Users\Marian\Desktop\Serverfiles clean+src full\sursa client\source\UserInterface\PythonApplicationModule.cpp	1541	1	UserInterface
	3	IntelliSense: identifier "PLAYER_PER_ACCOUNT5" is undefined	c:\Users\Marian\Desktop\Serverfiles clean+src full\sursa client\source\UserInterface\PythonApplicationModule.cpp	1541	58	UserInterface

What can I do about it?

 

Link to comment
Share on other sites

#ifdef ENABLE_PLAYER_PER_ACCOUNT5
	PyModule_AddIntConstant(poModule, "ENABLE_PLAYER_PER_ACCOUNT5", 1);
#else
	PyModule_AddIntConstant(poModule, "ENABLE_PLAYER_PER_ACCOUNT5", 0);
#endif

but i don't know why use  this wolfman. This system have a cringe code.

Edited by SamuraiHUN
  • Love 1
Link to comment
Share on other sites

 

9 minutes ago, SamuraiHUN said:
#ifdef ENABLE_PLAYER_PER_ACCOUNT5
	PyModule_AddIntConstant(poModule, "ENABLE_PLAYER_PER_ACCOUNT5", 1);
#else
	PyModule_AddIntConstant(poModule, "ENABLE_PLAYER_PER_ACCOUNT5", 0);
#endif

but i don't know why use  this wolfman. This system have a cringe code.

do you know another system to use ?

LE: it did worked, thank you so much ❤️

Edited by Fluff99s
Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.