Moderators Vinyard Posted July 2, 2014 Moderators Share Posted July 2, 2014 Nu oferim suport pentru leaked scripts. Oricum, din cate se pare nu merge realism-structure. Link to comment
Zentor Posted July 8, 2014 Share Posted July 8, 2014 Salut..se pot face NPC-uri la care sa inchiriezi de exemplu o masina/motor...etc? Multumesc Anticipat! Link to comment
Moderators Vinyard Posted July 8, 2014 Moderators Share Posted July 8, 2014 Salut..se pot face NPC-uri la care sa inchiriezi de exemplu o masina/motor...etc?Multumesc Anticipat! Da, se poate. Link to comment
Zentor Posted July 8, 2014 Share Posted July 8, 2014 Imi puteti spune si cum se fac?Daca nu va suparati. Link to comment
jucatordeMTAroman Posted July 20, 2014 Share Posted July 20, 2014 txd = engineLoadTXD ( "caractere/MarioBalotelli.txd", 66) engineImportTXD ( txd, 66) engineLoadDFF ( "caractere/MarioBalotelli.dff", 66) engineReplaceModel (dff, 66) "caractere/MarioBalotelli.dff"/> "caractere/MarioBalotelli.txd"/> ce-am gresit? De cenu apare skinul ? Am dat si restart la resursa, am incercat sa pun pe alt skin model.. Am incercat sa pun si in loc de MarioBalotelli.txd si .dff sa pun 66 si tot nu merge. Link to comment
..:D&G:.. Posted July 20, 2014 Share Posted July 20, 2014 txd = engineLoadTXD ( "caractere/MarioBalotelli.txd", 66) engineImportTXD ( txd, 66) engineLoadDFF ( "caractere/MarioBalotelli.dff", 66) engineReplaceModel (dff, 66) Nu ai definit linia care se numește "dff" încearcă asta. txd = engineLoadTXD ( "caractere/MarioBalotelli.txd") engineImportTXD ( txd, 66) dff = engineLoadDFF ( "caractere/MarioBalotelli.dff", 66) engineReplaceModel (dff, 66) Link to comment
jucatordeMTAroman Posted July 20, 2014 Share Posted July 20, 2014 [quote name=..&G:..] txd = engineLoadTXD ( "caractere/MarioBalotelli.txd", 66) engineImportTXD ( txd, 66) engineLoadDFF ( "caractere/MarioBalotelli.dff", 66) engineReplaceModel (dff, 66) Nu ai definit linia care se numește "dff" încearcă asta. txd = engineLoadTXD ( "caractere/MarioBalotelli.txd") engineImportTXD ( txd, 66) dff = engineLoadDFF ( "caractere/MarioBalotelli.dff", 66) engineReplaceModel (dff, 66) still don't work Link to comment
..:D&G:.. Posted July 20, 2014 Share Posted July 20, 2014 Eși sigur că ai definit corespunzător .txd-ul și .dff-ul în meta? Link to comment
_sEEk_ Posted July 21, 2014 Share Posted July 21, 2014 txd = engineLoadTXD ( "MarioBalotelli.txd") engineImportTXD ( txd, 66) dff = engineLoadDFF ( "MarioBalotelli.dff", 66) engineReplaceModel (dff, 66) Incearca asa. Link to comment
Zentor Posted July 30, 2014 Share Posted July 30, 2014 Salut cum pot sa deschid porturile am router TP-LINK si nu stiu cum sa fac sa vada toti jucatori serverul. Multumesc Anticipat! Link to comment
_sEEk_ Posted July 31, 2014 Share Posted July 31, 2014 Salut cum pot sa deschid porturile am router TP-LINK si nu stiu cum sa fac sa vada toti jucatori serverul.Multumesc Anticipat! http://portforward.com Daca nici port forwarding nu stii, mai bine ai invata cu ce se mananca un server de MTA inainte sa deschizi unul. Link to comment
Axel Posted July 31, 2014 Share Posted July 31, 2014 Și eu am tot TP-LINK, intri în 192.168.0.1, te loghezi cu userul admin, parola admin, de obicei astea sunt default, apoi deschizi serverul, scrii openports, apoi introduci fiecare port, cu datele specificate în Forwading. Link to comment
crismar Posted July 31, 2014 Share Posted July 31, 2014 Axel, TP-LINK-urile mai noi folosesc http://tplinklogin.net/ ca metoda de acces pentru panou. Cat despre forwarding, am sa-ti arat pas cu pas ce trebuie sa faci. 1. Mergi in Start > Run... si scrii 'cmd'. Dupa scrii 'ipconfig'. Dai scroll in sus pana vezi IPv4 Address. Acum, tine cont ca acela nu e IPul tau real. 2. Mergi in interfaca TP-LINK, in stanga cauti 'Forwarding' si 'Port Forwarding'. Dupa care dai click pe 'Port Forwarding', 'Add New Record' si acolo scrii la IP Address ce ai gasit in 'ipconfig' la pasul 1, selectezi prtocolul si scrii portul care sa fie deschis. Ai aici o lista cu porturile care trebuie deschise (in ideea ca vei folosi si interfata web a serverului etc.) Port Protocol 22003 UDP 22126 UDP 22005 TCP 3. Pornesti mtaserver.exe si scrii 'openports' ca sa te asiguri ca porturile au fost deschise. Link to comment
Zentor Posted August 13, 2014 Share Posted August 13, 2014 Salut am incercat sa pun ped la bank-system la gamemod-u vR Legendar si cand apas click dreapta pe el dau vorbeste si nu imi mai apare nimic...uita-ti cum am facut: local ann = createPed(141,359.7119140625, 173.521484375, 1008.3828125) setPedRotation(ann, 271) setElementDimension( ann, 1) setElementInterior(ann, 3) exports['anticheat-system']:changeProtectedElementDataEx(ann, "name", "Maria Ciocanescu") exports['anticheat-system']:changeProtectedElementDataEx(ann, "talk", 1) exports['anticheat-system']:changeProtectedElementDataEx (ann, "activeConvo", 0) setElementFrozen(ann, true) Link to comment
Axel Posted August 13, 2014 Share Posted August 13, 2014 Scripturile alea sunt ale: vr-gaming.tk... Link to comment
Zentor Posted August 13, 2014 Share Posted August 13, 2014 oke.. sunt de la vr-gaming.tk m-a puteti ajuta? Link to comment
Moderators Vinyard Posted August 14, 2014 Moderators Share Posted August 14, 2014 oke.. sunt de la vr-gaming.tk m-a puteti ajuta? Logic ca nu. Link to comment
Dany Alex Posted August 14, 2014 Share Posted August 14, 2014 function DXtext () local sWidth,sHeight = guiGetScreenSize() -- The variables dxDrawText("/peacemode to enable Peace Mode.\n/peacemodeoff to disable Peace Mode.", osw*5+15*osw/1.5,osh*1700 + 42*osw/1.5-toppos, 305*osw,20*osw, tocolor(255, 255, 0, 255), 1, "default-bold", "left", "top", false, false, true, false, false) end addEventHandler ( "onClientRender", getRootElement(), DXtext ) Ceva idei de ce nu ar putea functiona? Link to comment
Axel Posted August 14, 2014 Share Posted August 14, 2014 Nu ai niciunde osw, osh și toppos. Link to comment
Dany Alex Posted August 14, 2014 Share Posted August 14, 2014 Am rezolvat deja,mersi orcum. Link to comment
Tekken Posted September 19, 2014 Share Posted September 19, 2014 Nu mai e nevoie am rezolvat Link to comment
Lally Posted December 16, 2014 Share Posted December 16, 2014 Buna as dori ajutor intr-o problema. Am un script de pe community mtasa. El este un script cu boxa care merge cu URL de radio si se aude dar panoul de la boxa e pe o tasta bind. Eu vreau sa fie pe comanda gen:/boxa si sa apara panoul. Uitati scriptu cu bind: Link to comment
Dany Alex Posted December 16, 2014 Share Posted December 16, 2014 https://wiki.multitheftauto.com/wiki/AddCommandHandler Link to comment
Lally Posted December 17, 2014 Share Posted December 17, 2014 Nu ai putea sa imi creezi tu sciptu te rog. Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now