Hello, I want to test rent server on my server but this show message "Server rental in this region is disable at the moment"
how to fix it.
![]()
Hello, I want to test rent server on my server but this show message "Server rental in this region is disable at the moment"
how to fix it.
![]()
"Hello, can i fucking learn to search a turtorial section of a forums"
Thank you for your attention to my words
I was find word in english.lang with "Server rental in this region is disabled at the moment".
And I dicovery "ServerRent_RegionDisabled=Server rental in this region is disabled at the moment".
like that.
So I took it to search at warz.sln.
if m_rentServerPrice == 0 then = ServerRent_RegionDisabledif(m_rentServerPrice == 0) { Scaleform::GFx::Value vars[3]; vars[0].SetString(gLangMngr.getString("ServerRent_RegionDisabled")); vars[1].SetBoolean(true); vars[2].SetString("$ERROR"); gfxMovie.Invoke("_root.api.showInfoMsg", vars, 3); return; }
So I go to navicat warz function.
and edit price of rent server. I succeeded to enable rent server.
![]()