Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 13/05/20 in all areas

  1. Il a juste changer l'interface de l'inventaire de Owl Gaming, je suis même sûr qu'il a pas été faites par lui
    2 points
  2. كيف مسويه انت وريني انا مجربه وشغال !!
    1 point
  3. بالنسبة للكود الأول على حسب القيم مود حقك وبالنسبة للطلب الثاني عن طريق الـ math.random كذا CamGameType = { {-266.91101, -2985.31860, 55.43195}; { 246.51774597168, -1373.8842773438, 144.62593078613, 206.80244445801, -1460.8732910156, 115.37501525879 }; { 936.66528320313, -1952.71875, 96.436546325684, 851.63366699219, -1917.1932373047, 57.60916519165 }; { 2171.0629882813, -1733.7960205078, 28.407825469971, 2270.751953125, -1737.8638916016, 21.657291412354 }; { 2160.9128417969, 1914.1270751953, 70.156799316406, 2075.7458496094, 1914.4643554688, 17.750059127808 }; { 1763.7528076172, 2677.8356933594, 77.898124694824, 1764.3044433594, 2762.3271484375, 24.410757064819 }; { 495.47686767578, 2498.5187988281, 68.611221313477, 398.80816650391, 2499.5329589844, 43.035179138184 }; { -662.50531005859, 2309.900390625, 151.14398193359, -674.19750976563, 2212.4936523438, 131.77304077148 }; { -2574.7844238281, 1336.4937744141, 11.8532371521, -2601.1931152344, 1428.2474365234, 41.582878112793 }; { -2800.7409667969, 1223.7073974609, 21.463973999023, -2810.4326171875, 1124.2016601563, 23.62508392334 }; { -2667.4091796875, 375.99395751953, 10.6223487854, -2767.3198242188, 376.38967895508, 6.4156184196472 }; { -2535.4235839844, -309.27734375, 45.601852416992, -2446.4743652344, -266.33096313477, 29.993312835693 }; { 1324.1005859375, -2285.8576660156, 48.428714752197, 1420.0893554688, -2285.1794433594, 20.398273468018 }; --LS Airport { 1558.7504882813, 2772.923828125, 36.910488128662, 1462.1025390625, 2775.1691894531, 11.334444046021 }; --LV Golf Club { 2083.1591796875, 1285.4011230469, 83.587997436523, 2180.4367675781, 1283.6098632813, 60.48295211792 }; --LV Pyramid { 1860.1906738281, -1468.1575927734, 51.304958343506, 1796.4697265625, -1403.0015869141, 10.142612457275 }; --LS Stadium { 504.29766845703, -1784.1157226563, 13.753237724304, 474.2275390625, -1879.0340576172, 4.4632802009583 }; --LS Beach House } local rTable = math.random ( #CamGameType ) setCameraMatrix(unpack(CamGameType[rTable]))
    1 point
  4. --- Client Side local sx,sy = guiGetScreenSize ( ) function renderLogo ( ) dxDrawImage ( 0 , 0 , sx , sy , "logo.png" , 0 , 0 , 0 , tocolor(255,255,255,255) , false ) end addEvent ( "renderEvent" , true ) addEventHandler ( "renderEvent" , root , function ( ) addEventHandler ( "onClientRender" ,root, renderLogo) end ) ---- Server Side addEventHandler ( "onPlayerLogin", root,function() triggerClientEvent ( source , "renderEvent" , source ) end)
    1 point
  5. addEventHandler -- 'onClientRender' dxDrawImage
    1 point
  6. Testa lá : local markers = { } addCommandHandler ( "createmarker", function ( thePlayer ) if markers[thePlayer] and isElementWithinMarker ( thePlayer, markers[thePlayer] ) then return outputChatBox("Já Existe um Marker em Você!", thePlayer, 255, 255, 255, true) end local x,y,z = getElementPosition(thePlayer) markers[thePlayer] = createMarker ( x,y,z, "cylinder", 5, 100, 0, 0, 50 ) attachElements(markers[thePlayer], thePlayer, 0,0,-1) outputChatBox("Criado com Sucesso !", thePlayer, 255, 255, 255, true) end) addEventHandler( "onPlayerQuit", root, function ( ) if markers[source] and isElementWithinMarker ( source, markers[source] ) then destroyElement(markers[source]) markers[source] = nil end end)
    1 point
  7. فكرة ممتازة وافضل شي ان المود مو مشفر بحيث ان الشخص يقدر يطور الفكرة ويستفيد من الاكواد والمود ممتاز لكن فكرة اللوحة على السريال تعتبر مو عمليه الافضل تكون لرتب محدده
    1 point
  8. type /debugscript 3 start the script and see if there are ERRORS dupping
    1 point
  9. Dei uma ajeitada no código, teste lá : addCommandHandler("verdono", function ( thePlayer ) if isObjectInACLGroup ( "user." .. getAccountName(getPlayerAccount(thePlayer)), aclGetGroup( "Policia" )) then local vehicle = getPedOccupiedVehicle ( thePlayer ) if vehicle then local owner = getElementData(vehicle, "ownercar") or false if owner then local player = verificar_conta (owner) if player then local dono_do_veiculo = getElementData( player,"AirNew_RG_NomeCompleto" ) or "Sem Dono" outputChatBox("#ffea00═════════════════ DETRAN ERP ═════════════════", thePlayer, 0, 255, 0,true) outputChatBox("#ffea00DETRAN #ababab| #7b7b7bProprietário: #FF1493"..dono_do_veiculo.." ", thePlayer, 0, 255, 0,true) outputChatBox("#ffea00═════════════════ DETRAN ERP ═════════════════", thePlayer, 0, 255, 0,true) else outputChatBox("#ffea00═════════════════ DETRAN ERP ═════════════════", thePlayer, 0, 255, 0,true) outputChatBox("#ffea00DETRAN #ababab| #7b7b7bProprietário: #FF1493 Não Se Encontra na CITY.", thePlayer, 0, 255, 0,true) outputChatBox("#ffea00═════════════════ DETRAN ERP ═════════════════", thePlayer, 0, 255, 0,true) end else outputChatBox("#ffea00═════════════════ DETRAN ERP ═════════════════", thePlayer, 0, 255, 0,true) outputChatBox("#ffea00DETRAN #ababab| #7b7b7bVeiculo Sem Origem !", thePlayer, 0, 255, 0,true) outputChatBox("#ffea00═════════════════ DETRAN ERP ═════════════════", thePlayer, 0, 255, 0,true) end else outputChatBox("#ffea00═════════════════ DETRAN ERP ═════════════════", thePlayer, 0, 255, 0,true) outputChatBox("#ffea00DETRAN #ababab| #ff0000Você precisa estar em um veículo!", thePlayer, 0, 255, 0,true) outputChatBox("#ffea00═════════════════ DETRAN ERP ═════════════════", thePlayer, 0, 255, 0,true) end else outputChatBox("#ffea00DETRAN #ababab| #ff0000Apenas funcionários do DETRAN podem usar esse comando!", thePlayer, 0, 255, 0,true) end end) function verificar_conta ( account ) for i, players in ipairs ( getElementsByType ( "player" ) ) do if getAccountName(getPlayerAccount(players)) == account then return players end end return false end
    1 point
  10. Somos una comunidad con poco tiempo, que abrió este servidor para los amantes del DayZ *Contamos con Clan Wars *Bases Gratis *VIP Gratis (Por la apertura) *Mapeos personalizados *Eventos personalizados *Una comunidad muy amigable *Puestos en la administración Te garantizamos una experiencia libre de LAG, contamos con un host especializado para que latinoamerica y Europa tengan un ping excelente Te esperamos! IP: mtasa://54.39.201.97:27515
    1 point
  11. -- ver nome do dono do veiculo function VerDono(thePlayer) for k, player in ipairs ( getElementsByType ( "player" ) ) do local contap = getPlayerAcount (player) for _, group in ipairs ({"Policia"}) do if isObjectInACLGroup ( "user." .. getAccountName(getPlayerAccount(thePlayer)), aclGetGroup( group )) then local usercar = getPedOccupiedVehicle ( thePlayer ) local owner = getElementData(usercar, "ownercar") or "Sem Dono" if getAccountName(contap) == owner then if usercar then local DonoCarro = getElementData(player,"AirNew_RG_NomeCompleto") or "Sem Dono" outputChatBox("#ffea00═════════════════ DETRAN ERP ═════════════════", thePlayer, 0, 255, 0,true) outputChatBox("#ffea00DETRAN #ababab| #7b7b7bProprietário: #FF1493"..DonoCarro.." ", thePlayer, 0, 255, 0,true) outputChatBox("#ffea00═════════════════ DETRAN ERP ═════════════════", thePlayer, 0, 255, 0,true) else outputChatBox("#ffea00═════════════════ DETRAN ERP ═════════════════", thePlayer, 0, 255, 0,true) outputChatBox("#ffea00DETRAN #ababab| #ff0000Você precisa estar em um veículo!", thePlayer, 0, 255, 0,true) outputChatBox("#ffea00═════════════════ DETRAN ERP ═════════════════", thePlayer, 0, 255, 0,true) end end else outputChatBox("#ffea00DETRAN #ababab| #ff0000Apenas funcionários do DETRAN podem usar esse comando!", thePlayer, 0, 255, 0,true) end end end end addCommandHandler("verdono",VerDono)
    1 point
  12. حلوه الفكره بس لو تزيد عليها وتحط مثلا صوره فوق الماركر او تحط كلام ثري دي فوق الماركر وبالتوفيق لك
    1 point
  13. Hey guys ! There's many of animations in GTA SA But not so fit if some one wants to create a new script with a new anim Q: you trying to create new animations ? A: yes Q: Nothing supports you to create a new animations A: Absolutely no Q: so how you gonna create a new animations A: by Autodesk 3dsmax And that's the only way for who wants to create new animations But it's benefits not always more than its dangers Why ? Because this software isn't forfast impatience peoples it needs accuracy of use By the way a little mistake gonna stop the game running be careful when you use it and copy the anim file to an other folder Example if you like to create a zombies animation and make them walk like that Regardless of Left4dead Any way I know this is so hard because you need to make many of actions like that sorry youtube code doesn't workso at least it takes 1 hour than more But on the same time you feel like Completed something I wish a good replies thanks for read my suggestion if you want more info reply here
    1 point
  14. Hey evryone, I Mapped a Egypt are for our server, Hope you will enjoy it =)
    1 point
×
×
  • Create New...