iPrestege Posted February 16, 2013 Share Posted February 16, 2013 عندك مادري لية مو شغال عندي شغال / = واذا احد شايف فية مشكلـة بالكود يصححها ذذ ؟ Link to comment
yazan Posted February 16, 2013 Share Posted February 16, 2013 شغال و فللله مشكور كنت محتاجه و سفاح بل نيبه انك توضحلي مارك او ماركر المهم اوضح طلبي Link to comment
iPrestege Posted February 16, 2013 Share Posted February 16, 2013 شغال و فللله مشكور كنت محتاجه و سفاح بل نيبه انك توضحلي مارك او ماركر المهم اوضح طلبي شغال عنددك صحيح ؟ Link to comment
yazan Posted February 16, 2013 Share Posted February 16, 2013 (edited) اسف مود خربان بس انا كنت مروكب مارك يطلع معلمات و ركب مارك سياره افكر حق سياره طلع حق المعلمات Edited February 16, 2013 by Guest Link to comment
iPrestege Posted February 16, 2013 Share Posted February 16, 2013 كيف خربان شغال ذذ ؟! Link to comment
iPrestege Posted February 16, 2013 Share Posted February 16, 2013 function spawn() triggerServerEvent("onCheckDownload",localPlayer) end setTimer(spawn, 100, 1) addEventHandler("onClientResourceStart",resourceRoot,spawn) بدلة بـ الكلنت جرب Link to comment
Sfa7 Posted February 16, 2013 Author Share Posted February 16, 2013 اخوي برستيج ارجع واقولك الكود يعطي كل من لمسه موتر Link to comment
yazan Posted February 16, 2013 Share Posted February 16, 2013 طيب اخوي مو ضروري لزم بدون تحميل يعني ما فيها شي Link to comment
TAPL Posted February 16, 2013 Share Posted February 16, 2013 -- client side function checkTransfer() if isTransferBoxActive() == true then setTimer(checkTransfer, 2000, 1) else setElementData(localPlayer, "iLoveMyMother", true) end end addEventHandler("onClientResourceStart", resourceRoot, checkTransfer) -- server side local vehicle = {} local marker = createMarker(-3561.5, -3002.5, 45, "cylinder", 2, 0, 0, 255, 255) function spawnVeh(player) if getElementType(player) == "player" and not isPedInVehicle(player) then if not getElementData(player, "iLoveMyMother") then if isElement(vehicle[player]) then destroyElement(vehicle[player]) end local x, y, z = getElementPosition(player) vehicle[player] = createVehicle(429, x + 1, y, z) warpPedIntoVehicle(player, vehicle[player]) end end end addEventHandler("onMarkerHit", marker, spawnVeh) addEventHandler("onPlayerQuit", root, function() if isElement(vehicle[source]) then destroyElement(vehicle[source]) vehicle[source] = nil end end) Link to comment
yazan Posted February 16, 2013 Share Posted February 16, 2013 iLoveMyMother تابل هههه ترا عرفنا كل كود لك فيها هذي ؟؟؟غير يعني كذا يزعلون الباقي iLoveMydad Link to comment
iMr.Dawix~# Posted February 16, 2013 Share Posted February 16, 2013 (edited) iLoveMyMother تابل هههه ترا عرفنا كل كود لك فيها هذي ؟؟؟غير يعني كذا يزعلون الباقي iLoveMydad iLoveMyMother And MyFather Edited February 16, 2013 by Guest Link to comment
jafar Posted February 16, 2013 Share Posted February 16, 2013 iLoveMyMother تابل هههه ترا عرفنا كل كود لك فيها هذي ؟؟؟غير يعني كذا يزعلون الباقي iLoveMydad 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