Ismaeel_finer Posted July 22, 2017 Share Posted July 22, 2017 1 minute ago, iMr.WiFi..! said: كودك فيه اغلاط -_-" زي شن مثلا Link to comment
iMr.WiFi..! Posted July 22, 2017 Share Posted July 22, 2017 Just now, Ismaeel_finer said: زي شن مثلا الحدث غير موجود والتحقق كمان ذذ Link to comment
Ismaeel_finer Posted July 22, 2017 Share Posted July 22, 2017 Just now, iMr.WiFi..! said: الحدث غير موجود والتحقق كمان ذذ Link to comment
maged Posted July 22, 2017 Author Share Posted July 22, 2017 10 minutes ago, Ismaeel_finer said: addEventHandler('onPlayerSpawn', root,function() if getTeamName(getPlayerTeam(source)) == "No Team" and getElementData(source, "Group") == "Pro's" then setTimer(setElementPosition, 500, 1, source,x,y,z) setElementHealth ( player, 100 ) setPedArmor ( player, 100 ) end end ) المفيد هوا قال تم افادة علي ريسباون وبدو ماركر اصلاح سيارة الكود فيه اخطاء واضح اخوي ولكن شكرا لمحاولتك مساعدتي Link to comment
Ismaeel_finer Posted July 22, 2017 Share Posted July 22, 2017 Just now, maged said: الكود فيه اخطاء واضح اخوي ولكن شكرا لمحاولتك مساعدتي عفو Link to comment
iMr.WiFi..! Posted July 22, 2017 Share Posted July 22, 2017 1 minute ago, maged said: الكود فيه اخطاء واضح اخوي ولكن شكرا لمحاولتك مساعدتي وين الي واضح فيه اخطاء ؟؟ تراه صحيح بس الكود الثاني اخطاء كثيرة , المفروض تبدل x,y,z باحداثيات الرسباون لاغير ذذ Link to comment
Ismaeel_finer Posted July 22, 2017 Share Posted July 22, 2017 1 minute ago, iMr.WiFi..! said: وين الي واضح فيه اخطاء ؟؟ تراه صحيح بس الكود الثاني اخطاء كثيرة , المفروض تبدل x,y,z باحداثيات الرسباون لاغير ذذ ههههههههههههه ماعرف عن اي كود انت تتحدث عن كود Fix car وهوا طن انه ريسباون Link to comment
iMr.WiFi..! Posted July 22, 2017 Share Posted July 22, 2017 Just now, Ismaeel_finer said: ههههههههههههه ماعرف عن اي كود انت تتحدث عن كود Fix car وهوا طن انه ريسباون هو يقول كود الرسباون خاطئ . ( وهو ليس خاطئاً .. اما كود fix car خاطئ .. Link to comment
Ismaeel_finer Posted July 22, 2017 Share Posted July 22, 2017 (edited) 4 minutes ago, iMr.WiFi..! said: هو يقول كود الرسباون خاطئ . ( وهو ليس خاطئاً .. اما كود fix car خاطئ .. المهم شكرا علي تذكيرك علي خطائي Edited July 22, 2017 by Ismaeel_finer Link to comment
Ismaeel_finer Posted July 22, 2017 Share Posted July 22, 2017 (edited) local marker = createMarker (2229.6000976563,487.39999389648,20.8, "cylinder", 2, 255, 200, 0) addEventHandler ("onMarkerHit", marker, function (player) if getElementType (player) == "player" then if getElementData (player, "Group") == "[MiCrO]" then local veh = getPedOccupiedVehicle (player) if veh then fixVehicle (veh) end end end end ) تأكد من ان ملف ف ميتا سيرفر <script src="Server.lua" type="server" /> تاكد من ملف سيرفر ليس كلنت @maged كود شغل %100 مجربه عندي Edited July 22, 2017 by Ismaeel_finer 1 Link to comment
Ismaeel_finer Posted July 22, 2017 Share Posted July 22, 2017 الباين انك ماتجرب ف اكواد @maged لان كود الي ارسلته شغال 100% وتحقق من ملف ميتا ان ملف هوا سيرفر مو كلنت Link to comment
AliAlanzi Posted July 22, 2017 Share Posted July 22, 2017 (edited) هذا كود حق تصليح سيارة local fixingMarkers = { createMarker(1577, 577.40002441406, 10.39999961853-1, "cylinder", 4.5, 128, 64, 0, 255) } addEventHandler("onMarkerHit", root, function(hitElement) if getElementType(hitElement) == "player" and getElementData(hitElement, "Group") == "Pro's" then for i,v in ipairs(healthMarkers) do if v == source then break end end elseif getElementType(hitElement) == "vehicle" then for i,v in ipairs(fixingMarkers) do if v == source then local player = getVehicleOccupant(hitElement, 0) if player and getElementData(player, "Group") == "Pro's" then setElementVelocity(hitElement, 0, 0, 0) fixVehicle(hitElement) exports.guimessages:outputServer(player, "[Pro's]: Your vehicle has been fixed!", 0, 0, 255) else outputChatBox ( "Only For [Pro's]", player, 244 , 87, 10, true ) end break end end end end ) جربة و رد علي ركبة في ملف سيرفر server.lua الي عندك Edited July 22, 2017 by Ghost-Gamer Link to comment
maged Posted July 22, 2017 Author Share Posted July 22, 2017 3 hours ago, Ghost-Gamer said: function onSpawnDD(x,y,z,rot,team) setTimer(function(source) if ( getElementData(source,"Group") == "Pro's" ) and ( getTeamN(source) == "No Team" ) and ( getElementData(source,"Stats") ~= 3 ) then rnx = math.random(-2,2) rny = math.random(-2,2) rsp = math.random(1,3)setElementPosition(source, 140.57130+rnx,1378.62305+rny,1088.36719) -- setElementInterior(source, 5) setElementDimension(source, 1826) setPedRotation(source, 0) setPedSkin(source, 30) setPedArmor(source, 100) setPedHealth (source, 200) setHealthAndArmor(source, 200) resetHealthArmy(source, 200) elseif getElementData( source, 'Group' ) == groupName and getPlayerTeam( source ) and getTeamName( getPlayerTeam( source ) ) == 'No Team' then rnx = false rny = false rsp = false end end,50,1,source)end جرب ذا تمام تم الافادة الكود ذا اشتغل يغلق Link to comment
Ismaeel_finer Posted July 22, 2017 Share Posted July 22, 2017 11 minutes ago, maged said: تمام تم الافادة الكود ذا اشتغل يغلق 0_0 كود هادا خاص ي ريسباون Link to comment
maged Posted July 22, 2017 Author Share Posted July 22, 2017 يب وانا جبت كود تصليح السيارة الرسباون كان في مشكلة دا حلها وتصليح سيارة جبتو شكرا للجميع Link to comment
maged Posted July 22, 2017 Author Share Posted July 22, 2017 14 minutes ago, #BrosS said: @Ghost-Gamer راجع الأكواد حقك يب هيا كان فيها مشكلة بس هو حلهالي بالسكايب Link to comment
AliAlanzi Posted July 22, 2017 Share Posted July 22, 2017 56 minutes ago, #BrosS said: @Ghost-Gamer راجع الأكواد حقك حق تصليح سيارة؟ Link to comment
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