You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Utility::logError("AttachDynamicObjectToObject: YSF plugin (a version having the AttachPlayerObjectToObject function) must be loaded to attach objects to objects.");
337
+
Utility::logError("AttachDynamicObjectToObject: use open.mp or YSF plugin to attach objects to objects.");
338
338
return0;
339
339
}
340
340
std::unordered_map<int, Item::SharedObject>::iterator o = core->getData()->objects.find(static_cast<int>(params[1]));
Utility::logError("AttachDynamicObjectToObject: YSF plugin (a version having the AttachPlayerObjectToPlayer function) must be loaded to attach objects to objects.");
415
+
Utility::logError("AttachDynamicObjectToPlayer: use open.mp or YSF plugin to attach objects to players.");
416
416
return0;
417
417
}
418
418
std::unordered_map<int, Item::SharedObject>::iterator o = core->getData()->objects.find(static_cast<int>(params[1]));
0 commit comments