Jump to content

TAPL

Retired Staff
  • Posts

    7,337
  • Joined

  • Days Won

    11

Everything posted by TAPL

  1. حط كودك و وضح الي تبي تسويه بالتفصيل
  2. https://wiki.multitheftauto.com/wiki/GetPlayerSerial https://wiki.multitheftauto.com/wiki/GetPlayerMoney
  3. addCommandHandler("Robrrey", function(player) setPlayerTeam(player,getTeamFromName("Robrrey")) end)
  4. TAPL

    Ped kill...

    onClientPlayerStealthKill This event is triggered when a player stealth kills another player. targetPlayer: The player or ped that is being stealth killed. lol, the wiki confused me.
  5. أقين
  6. الكود الي أنت حاطه ذا للدم و مافيه أي مشكلة وياليت تقرأ ذا الموضوع https://forum.multitheftauto.com/viewtopic.php?f=119&t=46670
  7. givePedJetPack removePedJetPack doesPedHaveJetPack setElementAlpha setElementFrozen
  8. TAPL

    Ped kill...

    can't you read? onClientPlayerStealthKill
  9. This does not trigger for projectiles based, or melee weapons. لعصى؟ onClientPlayerWeaponFire أفنت خخخخخخ أكوادكم كلها خطأ onPlayerDamage أستعمل الأفنت
  10. تم ترجمة الصفحات التالية بنسبة %90 https://wiki.multitheftauto.com/wiki/AR/addAccount https://wiki.multitheftauto.com/wiki/AR/copyAccountData https://wiki.multitheftauto.com/wiki/AR/getAccountName https://wiki.multitheftauto.com/wiki/AR/setAccountPassword https://wiki.multitheftauto.com/wiki/AR/removeAccount Edit: تم ترجمة الصفحة التالية https://wiki.multitheftauto.com/wiki/AR/logOut ====================================== صفحات تحتاج ترجمة https://wiki.multitheftauto.com/wiki/AR/getAccount https://wiki.multitheftauto.com/wiki/AR/getAllAccountData https://wiki.multitheftauto.com/wiki/AR/getPlayerAccount https://wiki.multitheftauto.com/wiki/AR/getAccounts
  11. guiLabelSetColor
  12. الأرسال من الكلينت إلى السيرفر -- Client Side -- triggerServerEvent("xxx",localPlayer) -- Server Side -- addEvent("xxx",true) addEventHandler("xxx", root, function() -- Your Code Here. end) ========================== الأرسال من السيرفر إلى الكلينت -- Server Side -- triggerClientEvent("xxx",root) -- Client Side -- addEvent("xxx",true) addEventHandler("xxx", root, function() -- Your Code Here. end)
  13. https://wiki.multitheftauto.com/wiki/OnClientGUIClick واضح أنك ما قرأت المقدمات للبرمجة الأفضل أنك تقرأ https://wiki.multitheftauto.com/wiki/Int ... ng_the_GUI و الموضوع ذا أنطرح أكثر من مره بالقسم العربي ياليت تبحث
  14. giveWeapon
  15. you mean code is complete ? if i write warpstatus then i can disallowed warping ? function warpMe is from freeroam > fr_server.lua > line (251) just copy this if getElementData(targetPlayer,"warp.status") then return end and paste it below function warpMe(targetPlayer) result function warpMe(targetPlayer) if getElementData(targetPlayer,"warp.status") then return end ..
  16. TAPL

    ped

    I can't start resource, i always get meta pharse (something) and i checked meta more then 10 times and i also try coping other resource meta and pasting but still getting meta phase "Perfect" name="robot" description="controllable ped" version="1.0.1" type="script" /> and can you tell me what thing happend if i write /robot 2 or more times ? your meta is fine. if you write it more than 1 times, you will not be able to control the other ped, only the first one. From Wiki: https://wiki.multitheftauto.com/wiki/GetElementByID if you still have problem with it, upload the resource at mediafire, i'll check it.
  17. This should fix it addEventHandler("onVehicleStartEnter", root, function(player) local team = getPlayerTeam(player) and getTeamName(getPlayerTeam(player)) or "N/A" local data = getElementData(source,"Team") if team and data and team ~= data then cancelEvent() end end) if not working, post your code.
  18. One of them is made by me , it wasn't stolen from anybody its just the same GUI as TAPL's script , so next time before reporting anything you have to make sure first Yes, Al3grab is right.
  19. playSound("sarimaskra.wav",true) -- true for make it play again and again and again..
  20. فكره مود توب 30 أنا أول شخص سويتها العقرب قلدها بس أن المود الي هو سواه برمجته تختلف عن الي أنا كنت مسويه يعني ما سرق المود نفسه بس سرق الفكره وسلامتك
  21. المشكلة يا خوي أنك ما تقدر تطفي مود لـ لاعب واحد فقط بس تقدر تلغي أستبدال الشخصية بـ الكود ذا engineRestoreModel
  22. read this please viewtopic.php?f=91&t=18919 about the code you have post i couldn't find this in the code. createBlipAttachedTo(ped[p],24,2,0,255,0,0,0,200) or createBlipAttachedTo(ped,24,2,0,255,0,0,0,200) post it with your code so I can show your mistakes.
  23. Of course function onClick() addEventHandler("onClientRender",root,drawImage) end addEventHandler("onClientGUIClick",Buy,onClick) function drawImage() .. end
  24. Show your code, where you have put them.
  25. posX and posY and posZ and screenWidth and screenHeight not defined. and you need event onClientRender not onClientGUIClick.
×
×
  • Create New...