Gabriele01 Posted February 12, 2017 Posted February 12, 2017 (edited) Hello guys I need DayZ VIP Base system, When I go to near of base, here have a one marker , when ı go marker system ask me code and I write code and get in to base. If you have that system or something with VIP Base please give me below <3 Edited February 12, 2017 by Gabriele01 1
NeXuS™ Posted February 12, 2017 Posted February 12, 2017 (edited) Hey Gabriele01, You can easily make this code by yourself. There are two ways. 1. You go near a base, where you can see a marker, if you go inside that marker, you can type /code [!code] 2. You go near a base, where you can see a marker, if you inside that marker, you can type /code [!code], and a gate'll open. I can write you both of these scripts, choose one of them. Edited February 12, 2017 by Patrik91 1 Did I help you? NeXuS™#0001
Gabriele01 Posted February 12, 2017 Author Posted February 12, 2017 I don't need open gate, just teleport if you help me for DayZ I would be very happy and if you have Skype please send me becuz I need some help <3 1
NeXuS™ Posted February 12, 2017 Posted February 12, 2017 Alright, add me on skype. Quote admpatrik Did I help you? NeXuS™#0001
marty000123 Posted February 13, 2017 Posted February 13, 2017 17 hours ago, Patrik91 said: Hey Gabriele01, You can easily make this code by yourself. There are two ways. 1. You go near a base, where you can see a marker, if you go inside that marker, you can type /code [!code] 2. You go near a base, where you can see a marker, if you inside that marker, you can type /code [!code], and a gate'll open. I can write you both of these scripts, choose one of them. I don't see the difference?
Tarek1 Posted February 13, 2017 Posted February 13, 2017 (edited) 19 hours ago, Gabriele01 said: Hello guys I need DayZ VIP Base system, When I go to near of base, here have a one marker , when ı go marker system ask me code and I write code and get in to base. If you have that system or something with VIP Base please give me below <3 bool setElementPosition ( element theElement, float x, float y, float z [, bool warp = true ] ) -- Shared Function addEventHandler("onClientMarkerHit",markerName,functionName) -- if you want to make it in client side addEventHandler("onMarkerHit",markerName,functionName) -- if you want to make it in server side Edited February 13, 2017 by Tarek1
Gabriele01 Posted February 13, 2017 Author Posted February 13, 2017 Man I don't know codding 17 minutes ago, Tarek1 said: bool setElementPosition ( element theElement, float x, float y, float z [, bool warp = true ] ) -- Shared Function addEventHandler("onClientMarkerHit",markerName,functionName) -- if you want to make it in client side addEventHandler("onMarkerHit",markerName,functionName) -- if you want to make it in server side And its wrong. I'm just in the marker code is available. But when I'm not in marker, code is doesn't work. I need teleport with code in marker. I hope you understand me <3 1
1B0Y Posted February 21, 2017 Posted February 21, 2017 onClientResourceStart -> createMarker -> setElementData to the markers with the gate ID. onClientMarkerHit -> getElementData of that marker to retrieve the code -> show keypad panel (via CEGUI) onClientGUIClick (enter) -> Check code between the one entered by the user, to the one assigned on the marker. If true -> setElementPosition. -> else, throw an error. Simple 1 Founder of Kutmode - http://kutmode.com | https://discord.gg/P3FXVnF (Retired) Leading Developer of Grand Theft International (Retired) Leading Developer of Full Theft Auto. (Retired) Owner of SourceMod.
Gabriele01 Posted February 21, 2017 Author Posted February 21, 2017 Man this problem is fixed. @Patrik91 is helped me ty all.
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