Hi can someone help me regarding ArkShop source
Im trying to build the source so i can add postgressql support for it but im having an error on
ArkShop::DBHelper::IsPlayerExists
and to other modules
DBHelper::IsPlayerExists
Do i miss something to include? it seems not recognizing the namespace
a rough solution for me is to change it directly like
database->IsPlayerExists(steam_id)
or
ArkShop::database->IsPlayerExists(steam_id) like on line 37 ArkShop.cpp
I hope someone can help me coz im not satisfied with my solution and im just trying to build the arkshop from here
https://github.com/Lethalinjectionx/Ark-Server-Plugins/
iPoNet™
Hi can someone help me regarding ArkShop source
Im trying to build the source so i can add postgressql support for it but im having an error on
ArkShop::DBHelper::IsPlayerExists
and to other modules
DBHelper::IsPlayerExists
Do i miss something to include? it seems not recognizing the namespace
a rough solution for me is to change it directly like
database->IsPlayerExists(steam_id)
or
ArkShop::database->IsPlayerExists(steam_id) like on line 37 ArkShop.cpp
I hope someone can help me coz im not satisfied with my solution and im just trying to build the arkshop from here
https://github.com/Lethalinjectionx/Ark-Server-Plugins/