Cavorta Posted June 10, 2011 Posted June 10, 2011 I create a marker in the interior. But "setElementInterior" function does not work. What could be the reason for this? www.MIXED-MTA.com Mixed RolePlay: %80
JR10 Posted June 10, 2011 Posted June 10, 2011 can u show us the code? Business System viewtopic.php?f=108&t=35797 Notepad++ Syntax Highlighting & Auto Completion viewtopic.php?f=91&t=76726 SQLite Tutorial viewtopic.php?f=148&t=38203
Cavorta Posted June 10, 2011 Author Posted June 10, 2011 marker = createMarker (posX,posY,posZ, "cylinder", 1.5, 255,255,255,255,getRootElement()) setElementInterior (marker, 3) www.MIXED-MTA.com Mixed RolePlay: %80
JR10 Posted June 10, 2011 Posted June 10, 2011 your code should work fine but, are you sure that the coords are right? and that the interior are right? Business System viewtopic.php?f=108&t=35797 Notepad++ Syntax Highlighting & Auto Completion viewtopic.php?f=91&t=76726 SQLite Tutorial viewtopic.php?f=148&t=38203
Cavorta Posted June 10, 2011 Author Posted June 10, 2011 marker = createMarker (-2032.97,-115.76,1036.17, "cylinder", 1.5, 255,255,255,255,getRootElement()) setElementInterior (marker, 3) ??? www.MIXED-MTA.com Mixed RolePlay: %80
AHSS Posted June 10, 2011 Posted June 10, 2011 i tested it myself your marker was too high maybe u didnt see it i fixed it now it fits and on the ground marker = createMarker(-2032.97,-115.96,1034.17, 'cylinder', 1.0, 255, 255, 255, 255) setElementInterior(marker, 3)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now