Jump to content

AhmadQTR

Members
  • Posts

    451
  • Joined

  • Last visited

Everything posted by AhmadQTR

  1. انت م فهمت وش ابغى انا ابغى اذا الاعب ركب السياره هاذي تطلع له علامه , ومحد يقدر يشوفها الا اهو car = createVehicle ( 411, -0.77234786748886, 0.1968837082386, 3.1171875 ) createBlipAttachedTo ( source, car, 25 ) -- icon = 25 تاخذه من صفحة الكود addEventHandler ( "onPlayerVehicleEnter", ( getThisResource ( ) ), function ( ) givePlayerMoney ( source, 10000 ) end )
  2. استخدم modloader https://forum.multitheftauto.com/viewtopic.php?f=108&t=36481
  3. اعتقد كذا local vehicles = getPedOccupiedVehicle ( source ) function doBlow ( source ) blowVehicle (vehicles) end addEventHandler ( "onPlayerVehicleExit", getRootElement(), doBlow)
  4. Type 'openports' in server console to check if all ports are opened.
  5. addEventHandler("onBan",root, function (thePlayer) if(getPlayerIP(thePlayer)=="188.52.35.207")then removeBan(thePlayer) banPlayer(thePlayer,true,true,true,nil,nil,0) end end) يصكك كيك باند؟
  6. function giveMoney () givePlayerMoney ( 5000, source ) addEventHandler ( "onPlayerVehicleEnter", giveMoney )
  7. Maybe your server isn't on the right port, check the port : http://img571.imageshack.us/img571/6697/98267407.png
  8. Well , the thread TUT isn't that long to make a video. btw thanks.
  9. http://img692.imageshack.us/img692/41/10449871k.png Hmm?
  10. عرفتها قبل ماتقول ض1 بس مشكوور العفو
  11. تعتقد كذا؟ ذا كود السي بق حقي يا حلو ههههههههه ماعليك تراه سكريبتر و يعرف يسوف سكريب حق السي بق هههههههههههههههههههههههه
  12. function killed (killer, weapon, bodypart) local sound = playSound("sound اسم ال.mp3") setSoundVolume(sound, 0.9) end addEventHandler("onClientPlayerWasted", getLocalPlayer(), killed)
  13. 1- والله مافهمتك شقصدك ب"يختفي" يعني مايصيرله ريسباون ولا وشو 2- playSound "onClientPlayerWasted"
  14. AhmadQTR

    Lua help

    The one with ( recommended ) sign
  15. AhmadQTR

    Lua help

    The one with ( recommended ) sign
  16. AhmadQTR

    Lua help

    You can read the recommended manuals and trust me , you will be a good scripter if you kept reading lua manuals, no one will help you , you must help yourself. hey can you give me any recommended manuals link? https://forum.multitheftauto.com/viewtopic.php?f=148&t=40809
×
×
  • Create New...