Jump to content

TAPL

Retired Staff
  • Posts

    7,337
  • Joined

  • Days Won

    11

Everything posted by TAPL

  1. You're welcome.
  2. lol check your msn. EDIT: fixed via msn.
  3. يا عزيزي تأكد من الميتا السكربت سيرفر مو كلينت
  4. ehh Could you explain what should happen if the element data was true, and what should happen if the element data was false? i can't get what you trying to do.
  5. You want it enter if the element data "TaxiDriver1" is true or false? i guess your problem is from the element data, you have to adjust it.
  6. Try function finish(player) local amount = math.random(200,800) if getElementType(player) == "player" then if getElementData(player,"TaxiDriver1") then givePlayerMoney(player, amount) outputChatBox("* Congratulations : you got #00ff00$"..amount.."#ffffff !",player,255,255,255,true) outputChatBox("* if you want to leave taxi mission type /leavetaxi",player,255,255,255,true) triggerClientEvent(player,"finished",player) destroyElement(finishblip) destroyElement(finishM) setElementData(player,"TaxiRequester",false) setElementData(player,"TaxiDriver1",false) toggleControl(player, "enter_exit", true) toggleControl(player, "enter_passenger", true) setControlState(player, "handbrake", true) setControlState(player, "handbrake", false) elseif not getElementData(player,"TaxiDriver1") then setElementData(player,"TaxiRequester",false) toggleControl(player, "enter_exit", true) -- this is error bad pointer toggleControl(player, "enter_passenger", true) -- and this setControlState(player, "enter_exit", true) -- and this end end end
  7. الصفحات التي تم ترجمتها https://wiki.multitheftauto.com/wiki/AR/addAccount https://wiki.multitheftauto.com/wiki/AR/copyAccountData https://wiki.multitheftauto.com/wiki/AR/getAccount https://wiki.multitheftauto.com/wiki/AR/getAccountName https://wiki.multitheftauto.com/wiki/AR/getPlayerAccount https://wiki.multitheftauto.com/wiki/AR/getAccounts https://wiki.multitheftauto.com/wiki/AR/logOut https://wiki.multitheftauto.com/wiki/AR/removeAccount https://wiki.multitheftauto.com/wiki/AR/setAccountPassword https://wiki.multitheftauto.com/wiki/AR/getAllAccountData ===================================================================== صفحات تحتاج ترجمة https://wiki.multitheftauto.com/wiki/AR/getAccountData https://wiki.multitheftauto.com/wiki/AR/getAccountPlayer https://wiki.multitheftauto.com/wiki/AR/isGuestAccount https://wiki.multitheftauto.com/wiki/AR/logIn https://wiki.multitheftauto.com/wiki/AR/setAccountData و أتمنى أشوف أحد يترجم غيري و إلا بوقف ترجمة ما ينفع كذا شغال لوحدي
  8. Here is for arabic topic only Moved to Scripting.
  9. فيه خطأ ثاني s حرف الـ Sound = playSound( "sounds/join.mp3", true ) stopSound( sound ) بس على فكره الطريقة ذي خطأ كذا أول ما تضغط على الزر حتى لو كان الباس خطأ بيوقف الصوت المفروض تسوي ترقير من السيرفر للكلينت عشان توقف الصوت
  10. حط الكود كامل كلينت + سيرفر
  11. لا ما يمديك تجدد أو تفتح سيرفر جديد الأستضافة بتقفل نهائياً بعد 39 ساعة
  12. أستضافة أف أف أس بتقفل بعد 39 ساعة
  13. يعني تسمي ذا الي تسويه تعلم؟ تاخذ مثال من الويكي و تغير الأرجمنت و تحطه بالموضوع و تقول صح و لالا؟ لا يشيخ ذا يسمونه أستهبال function ( Player ) if ( if ( source == GUIEditor_Button[] ) then ) then getPlayerOccupiedVehicle ( Player ) isElementFrozen ( playerVehicle ) end end getElementsByType ( "player" ) for i, aPlayer in ipairs(connectedPlayers) do bindKey ( aPlayer, "p", "down", "Toggle freeze status", toggleFreezeStatus ) end ذا كودك قمه الأستهبال أول سطر مافيه أسم للفنكشن و في السطر الثاني if + then حاط مرتين و السطر الثالث مدري وش يبي و السطر الرابع كمان مدري وش يبي مدري من وين جاي playerVehicle و في كود فريز للشوب وش يبي؟ bindKey و كل الكود مو راكب على بعضه ما فيه أحسن من ذا
  14. TAPL

    مشكلة

  15. تسلم حبيبي وماقصرت آخر استفسار كيف اخلي البيد في الصوره او النافذه ؟ والأأنفجار ايضا https://wiki.multitheftauto.com/wiki/SetCameraMatrix https://wiki.multitheftauto.com/wiki/CreateExplosion
  16. قصدك أعطيك رابط الويكي و أنت بتنسخ المثال و بتخربه و بتحطه بالموضوع و تقول لنا صح ولالا؟
  17. قصدك أعطيك كود جاهز و أنت بتسويه؟
  18. https://wiki.multitheftauto.com/wiki/OnClientPedDamage
  19. by ABO.SR7777A لا وش رايك نسوي شوب و نكتب فيه
  20. https://wiki.multitheftauto.com/wiki/SetElementRotation
  21. why the hell everyone use the same damn code there are like 15 topic in arabic section with this code bindKey ( "F2" , "down" , function() if ( guiGetVisible ( GUIEditor_Window[1] ) == true ) then guiSetVisible ( GUIEditor_Window[1] ,false ) showCursor (false ) guiSetInputEnabled(false) elseif ( guiGetVisible ( GUIEditor_Window[1] ) == false ) then guiSetVisible ( GUIEditor_Window[1] ,true ) showCursor (true ) end end ) Also there about 9878978945664653456534 topics with the same damn code and same damn mistake Why the hell you do this!!!!!! playerName(playerName," "..getPlayerName(getLocalPlayer())) and this playerName(playermoney," "..getPlayerMoney(getLocalPlayer()))
  22. ماشاء الله الخلل ذا موجود من سنتين و نص و للحين موجود
  23. TAPL

    مشكلة

    حط ذا بأول سطر بالكلينت GUIEditor_Window = {} GUIEditor_TabPanel = {} GUIEditor_Tab = {} GUIEditor_Label = {} GUIEditor_Edit = {} GUIEditor_Image = {} GUIEditor_Button = {}
  24. TAPL

    مشكلة

    حط الكود كامل + رتب الكود و أحذف المسافات الي مالها داعي + هنا فيه خطأ function invissble() if ( getPlayerMoney (source) >= 15000 ) then takePlayerMoney(source, 15000) outputChatBox("#007fff[#007fff #007fff]:#007fff has bought a #007fff[ #007fffInvisible #007fff]", source, 255, 255, 0, true) setElementAlpha(getPedOccupiedVehicle(source),0) setElementAlpha(source,0) setPlayerNametagShowing(source, false) setTimer( setElementAlpha, 60000, 1, source, 500, true) setTimer( setElementAlpha, 60000, 1, getPedOccupiedVehicle(source), 500, true) setTimer( setPlayerNametagShowing, 60000, 1, source, true, true) else outputChatBox("#007fffYou Dont Have [#99999915,000 #007fff]#007fff", source, 255, 255, 255, true) end end addEvent("buyInvisible", true) addEventHandler("buyInvisible", root,invissble) التصحيح function invissble() if (getPlayerMoney(source) >= 15000) then takePlayerMoney(source, 15000) outputChatBox("#007fff[#007fff #007fff]:#007fff has bought a #007fff[ #007fffInvisible #007fff]", source, 255, 255, 0, true) setElementAlpha(source,0) setPlayerNametagShowing(source, false) setTimer(setElementAlpha, 60000, 1, source, 255) setTimer(setPlayerNametagShowing, 60000, 1, source, true) else outputChatBox("#007fffYou Dont Have [#99999915,000 #007fff]#007fff", source, 255, 255, 255, true) end end addEvent("buyInvisible", true) addEventHandler("buyInvisible", root,invissble)
  25. TAPL

    مشكلة

    function refreshStats() if guiGetVisible(GUIEditor_Image[1],true) then GUIEditor_Label[16](GUIEditor_Label[16]," "..getElementHealth ( getLocalPlayer() )) else guiSetText(GUIEditor_Label[16]," "..getElementHealth ( getLocalPlayer() )) end end addEventHandler("onClientRender", getRootElement(), refreshStats) triggerServerEvent("getIP", getLocalPlayer())triggerServerEvent("ip",localPlayer) addEvent("ip",true) addEventHandler("ip",root, function(ip) guiSetText(GUIEditor_Label[18],tostring(ip)) end ) التصحيح function refreshStats() if guiGetVisible(GUIEditor_Image[1],true) then guiSetText(GUIEditor_Label[16],getElementHealth(localPlayer)) end end addEventHandler("onClientRender", getRootElement(), refreshStats) triggerServerEvent("ip",localPlayer,localPlayer) addEvent("ip",true) addEventHandler("ip",root, function(ip) guiSetText(GUIEditor_Label[18],tostring(ip)) end ) و أضن عندك أخطاء ثانية أكتب في أف8 /debugscript 3 وقل لنا وش الأخطاء الي تجي
×
×
  • Create New...