We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0b9124 commit d2cbe05Copy full SHA for d2cbe05
runtime/src/CSharpResourceImpl.cpp
@@ -259,6 +259,7 @@ bool CSharpResourceImpl::OnEvent(const alt::CEvent* ev) {
259
260
void CSharpResourceImpl::OnCreateBaseObject(alt::IBaseObject* object) {
261
if (object != nullptr) {
262
+ server->LogInfo(alt::String("create: ") + std::to_string((uint8_t)object->GetType()));
263
switch (object->GetType()) {
264
case alt::IBaseObject::Type::PLAYER: {
265
auto player = dynamic_cast<alt::IPlayer*>(object);
0 commit comments