-
-
Notifications
You must be signed in to change notification settings - Fork 437
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
createBuilding optional arguments not handled correctly #3738
Comments
Then we should use x,y,z instead of CVector |
we still could use vectors but handled them in a correct way if you look for CClientObject* CStaticFunctionDefinitions::CreateObject(CResource& Resource, unsigned short usModelID, const CVector& vecPosition, const CVector& vecRotation, bool bLowLod) |
|
Describe the bug
doing code below will throw error for arg 5 expect vector get none
Steps to reproduce
createBuilding ( 3534, -2412.30884, -601.68127, 132.56250)
or
createBuilding ( 3534, -2412.30884, -601.68127, 132.56250,90)
without rz or ry gives errorVersion
No response
Additional context
No response
Relevant log output
No response
Security Policy
The text was updated successfully, but these errors were encountered: