#Major . Posted July 4, 2018 Posted July 4, 2018 السلام عليكم x1, y1, z1 = 3059, 1063, 57 x2, y2, z2 = 3016, 1063, 57 x3, y3, z3 = 3016, 1092, 57 x4, y4, z4 = 3059, 1092, 57 function thaResourceStarting( ) water = createWater ( x1,y1,z1,x2,y2,z2,x3,y3,z3,x4,y4,z4 ) createBlipAttachedTo ( water, 52 ) setWaterLevel ( water, 1000 ) if water then print("ssssssssssssssssssssssssssss") else print("s") end end addEventHandler("onClientResourceStart", getResourceRootElement(getThisResource()), thaResourceStarting) ابي اسوي موية ومو راضيه تزبط معي معني لما احط عليها علامة يطلع لي بالخريطة انها بالمكان الي انا سويتها فيه وش الحل؟ سقطت تفاحة واحدة ففهم الأنسان معنى الجاذبية سقطت الملايين من الجثث ولم يفهم الأنسان معنى الأنسانية =========== One apple fell and people understood Gravity Millions of bodies fell and people did not understand the meaning of humanity Spoiler SOCIAL MEDIA / التواصل الإجتماعي ~[ SnapChat : xry-n . ]~ ~[ 0506748951 . ]~
Manticore Posted July 4, 2018 Posted July 4, 2018 جرب هاذا x1 = 3059 y1 = 1063 z1 = 57 x2 = 3063 y2 = 1063 z2 = 57 x3 = 3063 y3 = 1092 y3 = 57 x4 = 3059 y4 = 1092 z4 = 57 function thaResourceStarting( ) water = createWater ( x1,y1,z1,x2,y2,z2,x3,y3,z3,x4,y4,z4 ) createBlipAttachedTo ( water, 52 ) setWaterLevel ( water, 100 ) if water then print("ssssssssssssssssssssssssssss") else print("s") end end addEventHandler("onClientResourceStart", getResourceRootElement(getThisResource()), thaResourceStarting) Not tested
Doffy Posted July 4, 2018 Posted July 4, 2018 2 hours ago, Mohamed Nightmare said: جرب هاذا x1 = 3059 y1 = 1063 z1 = 57 x2 = 3063 y2 = 1063 z2 = 57 x3 = 3063 y3 = 1092 y3 = 57 x4 = 3059 y4 = 1092 z4 = 57 function thaResourceStarting( ) water = createWater ( x1,y1,z1,x2,y2,z2,x3,y3,z3,x4,y4,z4 ) createBlipAttachedTo ( water, 52 ) setWaterLevel ( water, 100 ) if water then print("ssssssssssssssssssssssssssss") else print("s") end end addEventHandler("onClientResourceStart", getResourceRootElement(getThisResource()), thaResourceStarting) Not tested يب ايش الفرق الحين ؟ انت حطيت كل احداثيات كل واحد بمتغير وش الفرق ؟ 1
#Major . Posted July 4, 2018 Author Posted July 4, 2018 UP سقطت تفاحة واحدة ففهم الأنسان معنى الجاذبية سقطت الملايين من الجثث ولم يفهم الأنسان معنى الأنسانية =========== One apple fell and people understood Gravity Millions of bodies fell and people did not understand the meaning of humanity Spoiler SOCIAL MEDIA / التواصل الإجتماعي ~[ SnapChat : xry-n . ]~ ~[ 0506748951 . ]~
ivor Posted July 4, 2018 Posted July 4, 2018 (edited) x1, y1 = 3059, 1063 x2, y2 = 3016, 1063 x3, y3 = 3016, 1092 x4, y4 = 3059, 1092 height = 40 -- ارتفاع المياه function thaResourceStarting( ) water = createWater ( x1,y1,height,x2,y2,height,x3,y3,height,x4,y4,height ) createBlipAttachedTo ( water, 52 ) setWaterLevel ( height ) if water then print("ssssssssssssssssssssssssssss") else print("s") end end addEventHandler("onClientResourceStart", getResourceRootElement(getThisResource()), thaResourceStarting) جرب هذا . Edited July 4, 2018 by ivor
Abdul KariM Posted July 5, 2018 Posted July 5, 2018 المشكلة عندك بالاحداثيات [ Skype : kreee89 - Discord : Abdul_KariM#1326 / طلبات البرمجة ] https://www.paypal.me/AbdulKariMx / اذا حاب تدعمني
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