nk0zkh0z Posted March 8, 2015 Posted March 8, 2015 I had the script bank but how to put into the interior a bank employee. And change the icon on the map?
xeon17 Posted March 8, 2015 Posted March 8, 2015 createPed -- To create the employee setElementInterior -- To warp him in the bank setElementDimension -- To set his dimension same as the bank Which bank are you using? tell us so maybe we can help you.
nk0zkh0z Posted March 8, 2015 Author Posted March 8, 2015 I do not know how to thank you, I'm sorry for his actions: (((
nk0zkh0z Posted March 8, 2015 Author Posted March 8, 2015 Like this? here the number 150 mean? local bankPed = createPed(150, 2358.710205, 2361.2133789, 2022.919189) setPedRotation(bankPed, 90.4609375) setElementInterior(bankPed, 2)
xeon17 Posted March 8, 2015 Posted March 8, 2015 Well , next time check the wiki alone http://prntscr.com/6e8q7j
nk0zkh0z Posted March 8, 2015 Author Posted March 8, 2015 Well , next time check the wiki alone http://prntscr.com/6e8q7j So '3' here's Interior ID? setElementInterior(bankPed, 3)
xeon17 Posted March 8, 2015 Posted March 8, 2015 Yes and read the wiki when you have such questions, wiki > all
nk0zkh0z Posted March 8, 2015 Author Posted March 8, 2015 I use the command / addinterior 12, and into the interior is like this but I use the command / getpos it is the interior id is 3? ----------------------------- So here, it will be 3 or 12: | setElementInterior(bankPed, 3, 12)
JR10 Posted March 8, 2015 Posted March 8, 2015 I'm not entirely sure what you're onto, but, setElementInterior only takes two parameters, the element and the interior. 3 is the id of the interior, its ordered number in the list of added interiors. 12 is the actual interior. setElementInterior(bankPed, 12)
nk0zkh0z Posted March 8, 2015 Author Posted March 8, 2015 I'm not entirely sure what you're onto, but, setElementInterior only takes two parameters, the element and the interior.3 is the id of the interior, its ordered number in the list of added interiors. 12 is the actual interior. setElementInterior(bankPed, 12) thank you so much
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