Jump to content

iPrestege

Members
  • Posts

    10,056
  • Joined

  • Last visited

  • Days Won

    27

Everything posted by iPrestege

  1. تأكد من الاحداثيات الخاصة بـ اغلاقة #,
  2. Yes it will cahnge but realy it won't change.
  3. What's the fuc K problem if the nick wasn't change in the setting?
  4. getPlayerAccount getAccountName bindKey
  5. createObject createColTube moveObject "onColShapeHit" "onColShapeLeave" getPlayerTeam getTeamName
  6. Server Side#, marker = createMarker ( x,y,z,"cylinder", 2, 255, 255, 0, 225 ) addEventHandler("onMarkerHit",marker, function (player) if (getElementType (player) == "player") and isPedInVehicle(player) then fixVehicle(getPedOccupiedVehicle(player)) outputChatBox("** | Vehicle Fixed | **",player,255,255,0,true) end end )
  7. createMarker getPedOccupiedVehicle fixVehicle "onMarkerHit"
  8. ^ وش المشكلة اللي مسويها Ransom الصفحةة ذذ وش بها؟
  9. Script wonderful but I have some suggestions you can perform and you can reject ((=: use : centerWindow use : fadeCamera and should to add if the script wasn't added to Admin Group won't work. Greetings ((=
  10. Use SolidSnake Code.
  11. What you mean with that you can't ?
  12. Not at all i just try to make the vehicle alpha 0 the script for SolidSnake.
  13. "gadsdsag" type="misc" version="1.3.1" />
  14. local state = true outputChatBox ( "Press ~[F2]~ to Show/Hide vehicles.", 0, 166, 255, true ) bindKey ( "F2", "down", function ( ) state = ( not state ) local pVehicle = getPedOccupiedVehicle ( localPlayer ) if ( state ) then for _, vehicle in ipairs ( getElementsByType ( "vehicle" ) ) do if ( vehicle ~= pVehicle ) then setElementAlpha ( vehicle, 255 ) end end outputChatBox ( "[iNFO] the vehicles are visible now.", 166, 255, 6 ) else for _, vehicle in ipairs ( getElementsByType ( "vehicle" ) ) do if ( vehicle ~= pVehicle ) then setElementAlpha ( vehicle, 0 ) end end outputChatBox ( "[iNFO] the vehicles are invisible now.", 255, 100, 0 ) end end ) Like that?
  15. Work With Me Server Side ((= ! Just Make Sure it's Server!
  16. Ok it's server side script.
  17. Messages = { "MSG[1]", "MSG[2]", "MSG[3]", "MSG[4]", "MSG[5]", "MSG[6]", } addEventHandler("onResourceStart",resourceRoot, function () local theMessages = Messages[math.random(1,#Messages)] setTimer(outputChatBox,1000,0,theMessages,getRootElement(), 0, 255, 0, true) end ) Change the event as what you wan't.
×
×
  • Create New...