Jump to content

iPrestege

Members
  • Posts

    10,056
  • Joined

  • Last visited

  • Days Won

    27

Everything posted by iPrestege

  1. يصير spawnPlayer < بس بيغير الشخصية ..ألخ
  2. createMarker 'onMarkerHit' -- Event setElementPosition setTimer getElementType isPedInVehicle getPedOccupiedVehicle
  3. روح انترور 0 وحط احداثيات تبيها
  4. Its simple. For the variable one, just make X defined as 0 every time onClientRender make x=x+1 then make the dxDrawText to the x variable. As far as i know i don't think this will work.
  5. I think it's gui ele . if so as far as i know you can that using : interpolateBetween
  6. Move it? setTimer and guiGetPosition + guiSetPosition
  7. Events : onVehicleStartEnter onVehicleStartExit Functions : bindKey unbindKey getElementModel -- source
  8. -- # Client Side! addEventHandler('onClientGUIClick',guiElement, function ( ) if not isPlayerNametagShowing ( localPlayer ) then setPlayerNametagShowing ( localPlayer,true ) showChat ( true ) else setPlayerNametagShowing ( localPlayer,false ) showChat ( true ) end end,false )
  9. setPlayerNametagShowing true > Showing > false > not Showing
  10. outputChatBox("#8F8F8F [ #FFFFFF Admin #8F8F8F ]"..getPlayerName(source)..":"..text,element,r,g,b,true) Wiki : outputChatBox
  11. حط احداثيات لانة الانترور بس ينقلك حط 3 احداثيات بعد اي دي الانترور
  12. Delete mta restart computer install mta .
  13. local rancher1 = createVehicle ( 490, 2215.8991699219, -3134.2083007813, 6.1535439491272 ) setElementRotation ( rancher1, 0, 0, 85 ) setVehicleDamageProof ( rancher1, true ) addEventHandler ( "onVehicleStartEnter",rancher1, function ( thePlayer ) local name = getAccountName ( getPlayerAccount ( thePlayer ) ) if ( name ~= 'Addeboyy' ) then cancelEvent ( ) outputChatBox ( "You cannot use this vehicle as it belongs to [sALA]Adde!", thePlayer, 255, 0, 0 ) end end,false ) Try it.
  14. root element return for all players : addEventHandler("onPlayerLogin", root, function() triggerClientEvent ( source, "onPlayerLogin_",source) end ) function onPlayerLoginShowArenas ( ) GUIEditor.staticimage[1] = guiCreateStaticImage(0.00, 0.00, 1.00, 1.00, "img/backround.png", true) showCursor(true) end addEvent( "onPlayerLogin_", true ) addEventHandler( "onPlayerLogin_", getRootElement(), onPlayerLoginShowArenas )
  15. حمل اداهـ .. MTADiag.exe اتبع التعليمات بعد التثبيت شوف اذا اشتغلت او لا اذا لا اطرح الرابط ~
  16. local Forza_Light = guiCreateFont("fonts/Forza_Light.ttf", 21) username_Lbl = guiCreateLabel(X - -150,Y + 180,600,300,"Username",false) guiSetFont ( username_Lbl, Forza_Light ) Try this.
  17. اضفط ok وكمل التثبيت وشف تشتغل ولالا ~
  18. dxCreateFont guiCreateFont
×
×
  • Create New...