Jump to content

iMr.3a[Z]eF

Members
  • Posts

    862
  • Joined

  • Last visited

Everything posted by iMr.3a[Z]eF

  1. ذذ يتحقق فلوس من؟ لو اللاعب وينه هو؟
  2. طيب لا تكرر ذذ Example: local money = getPlayerMoney(thePlayer) addEventHandler("onClientGUIClick", root, function ( thePlayer ) if source == btn then if (money > 1000) then outputChatBox("You are rich: " .. tostring(money), thePlayer) else outputChatBox("Poor guy...", thePlayer) end end end)
  3. أهاا الله يعينك لو تبي أي شيء للبرمجة أكتب موضوعك وحنساعدك
  4. من الحلو؟ لا تعاملني زي الصغار أنا أحاول اساعد الناس بس
  5. @SaRE: أنت تعرف كيف تسوي الكودات؟ أدري سؤال غريب بس أول مرهـ اشوفك بالمنتدى
  6. may i see the "debugscript 3" ???
  7. So,, what is the problem???
  8. يعني لازم يصير كذا GUIEditor_Image = { } GUIEditor_Image[1] = guiCreateStaticImage(778,216,231,189,"images/mtalogo.png",false) سبحان الله ، كيف عرفت انه يصير كذا يا قوي؟ شكلكم ما قرأتم رد عناد
  9. iMr.3a[Z]eF

    help

    i dont understand you lol
  10. يعني لازم يصير كذا GUIEditor_Image = { } GUIEditor_Image[1] = guiCreateStaticImage(778,216,231,189,"images/mtalogo.png",false)
  11. iMr.3a[Z]eF

    help

    you mean random players in the server?
  12. iMr.3a[Z]eF

    help

    to who you want to give?
  13. its defined look up of the codes local team = getPlayerTeam ( player ) addEvent( "onVehicleStartEnter", true ) addEventHandler( "onVehicleStartEnter", getRootElement(), function( player ) if(source==veh[player])then if (getTeamName( team ) == "yourTeam")then cancelEvent() r,b,g = math.random(0, 255), math.random(0, 255), math.random(0, 255) outputChatBox( "* Only For Team !", player,r,b,g, true ) else r,b,g = math.random(0, 255), math.random(0, 255), math.random(0, 255) outputChatBox( "* Welcome Team", player, r,b,g, true ) end end end )
  14. there is script calls Follower check about it https://community.multitheftauto.com/in ... ls&id=5491
  15. yep good i dont know why the best scripter "prestege" say its wrong whatever you are welcome
  16. you mean the script works successfully ?
  17. ANY TIME DUDE try it if its wrong or didnt works write "debugscript 3" in console and tell me what's wrong
  18. so replace the veh[player] from C PUT IT LIKE THIS local team = getPlayerTeam ( player ) addEvent( "onVehicleStartEnter", true ) addEventHandler( "onVehicleStartEnter", getRootElement(), function( player ) if(source==veh[player])then if (getTeamName( team ) == "yourTeam")then cancelEvent() r,b,g = math.random(0, 255), math.random(0, 255), math.random(0, 255) outputChatBox( "* Only For Team !", player,r,b,g, true ) else r,b,g = math.random(0, 255), math.random(0, 255), math.random(0, 255) outputChatBox( "* Welcome Team", player, r,b,g, true ) end end end )
  19. is veh[player] = createVehicle ?
  20. so correct it i dont know what's wrong
  21. yes i'm sure and i try it all time
  22. why that?, i post it in NotePad++ and all true EDIT: sorry my code is wrong as prestege said try this local team = getPlayerTeam ( player ) addEvent( "onVehicleStartEnter", true ) addEventHandler( "onVehicleStartEnter", getRootElement(), function( player ) if(source==C)then if (getTeamName( team ) == "yourTeam") then cancelEvent() r,b,g = math.random(0, 255), math.random(0, 255), math.random(0, 255) outputChatBox( "* Only For Team !", player,r,b,g, true ) else r,b,g = math.random(0, 255), math.random(0, 255), math.random(0, 255) outputChatBox( "* Welcome Team", player, r,b,g, true ) end end end )
  23. Never mind, i saw the other "end" next to ouputchatbox
×
×
  • Create New...