Jump to content

..:D&G:..

Members
  • Posts

    1,028
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by ..:D&G:..

  1. Cand ma intreaba vre-o unul, ii traduc Nu cred ca merge sa traduci 'vre-o' in engleza. *nothing personal bro* Mai... eu cred ca stiu destula romana, fara a fi mers macar o zi la scoala in romania Sunt elevi din romania cu peste 8 clase care inca fac greseli, dar daca vrei sa iti faci o impresie proasta fata de cineva pe care nu il cunosti, ok bring it on.
  2. Oh ok, but the thing is that the function you've provided in the topic has nothing to do with vehicles in interiors, give us the function that is related to this: triggerEvent( "onColShapeHit", other, player, vehicle, true )
  3. ..:D&G:..

    About memo

    Oh well... Any text that can be highlighted can be copied.. I recommend you use a label: guiCreateLabel
  4. Maybe this? for key, corona in pairs (getElementsByType("marker")) do if not getMarkerType(corona) == "corona" then return end else --[[What is going to happen if the element is hitting an actual corona]] end end
  5. You cannot add new weapons to MTA/GTA, only skins to existing weapons, and you do this by using: engineImportTXD engineLoadTXD engineLoadDFF engineReplaceModel
  6. ..:D&G:..

    About memo

    addEventHandler( "onClientResourceStart", getResourceRootElement( getThisResource( ) ), -- only execute the code when this resource restarts function( ) memo = guiCreateMemo( 0.4, 0.4, 0.2, 0.2, "This is a memo.", true ) -- create a relative memo GUI element guiMemoSetReadOnly( memo, true ) -- make it read only, so players won't be able to edit it in-game end ) You already mentioned the function, dunno why you asking for it
  7. May I ask, what script are you using?
  8. Dispare pentru ca nu se salveaza nicaieri datele, iti sugerez sa te uiti peste functia asta: dbQuery
  9. ..:D&G:..

    Ne unim odata?

    Mai, in romania, cu romani nu se poate. Pana si tipul care a creeat postarea asta se gandeste sa fure niste scripturi, care vor fi facute de ceilalti... Toti se gandesc sa fure, mai bine stam fiecare la pi**a masii si gata..
  10. No description - https://community.multitheftauto.com/index.php?p= ... s&id=10716 DONE
  11. Virus https://community.multitheftauto.com/index.php?p= ... s&id=10644 SUSPENDED
  12. Am incercat eu mai de mult sa fac ceva, dar nu am mai vrut sa continui, poate esti interesat: viewtopic.php?f=91&t=55434
  13. Am vorbit deja cu "Sefu' ăl mare", si spun ca nu are rost sa puna un moderator pentru ca si asa numai topicuri aiurea se fac...
  14. Aaa, vrei sa copiezi scriptul vR-ului cu misiunile
  15. Uite căciuliţa tatii: https://www.dropbox.com/s/9wtpo4pydliib ... t.rar?dl=1
  16. Deci scripturile acestea sunt cele mai usoare care le-am vazut vre-o data... Happy/sad: states = { ["fericit"] = true, ["trist"] = true, ["smecher"] = true, ["nebun"] = true, ["tampit"] = true, } function setPlayerState(player, cmd, state) if not tostring(state) then outputChatBox("[sYNTAXA] /setstate", player) for k, v in pairs(states) do outputChatBox(k, player) end return end state = string.lower(tostring(state)) if states[state] then setElementData(player, state) outputChatBox(player.." se simte "..state, 255, 255, 0) else outputChatBox("Acest status nu exist, te rugam sa introduci din urmatoarele:", player, 255, 255, 0) for k, v in pairs(states) do outputChatBox(k, player) end end end addCommandHandler("setstate", setPlayerState) Caciula: Server-side: Client-side: P.S: Nu le-am testat dar ar trebuii sa mearga (AI NEVOIE DE RESURSA BONE_ATTACH PENTRU CACIULA)
  17. He needs an "if" that checks if the player is in a faction with that ID (Valhalla script)
  18. Parca vad ca faci la fel, cum ai facut si cu proiectul acela de DayZ(ceva asemanator) ))
  19. Daca crezi ca ajung sa imi pun mintea cu copii care vorbesc fara sa stie, sa se afle in seama, nu, crezi gresit. Mersi ca ti-ai scris parerea ta personala. ______________ By the way Old times : Iara esti fumat? =)))) Tu ai vazut macar data postarii aleia? Plus ca ai inchis serverul de mult.
  20. Lol, they been posted years ago No point reporting them
  21. Hello guys, I recently saw some posts saying that a guy named Sensei leaked some scripts. I don't know if that's true cause I can't find them anywhere, and I wanted to ask you guys if you happen to have them... No, I am not making a server, I just like have a collection of servers (like some people like to collect stamps ) If you have them and you wish to lend them to me, please leave me PM, no not reply so there will not be any issues with the admins/rules. Thanks.
  22. You know that [REL] means RELEASE, right? And RELEASE means giving it away for free to people.
  23. I can do it if you want, I just PMed you my skype
×
×
  • Create New...