-
Posts
1,390 -
Joined
-
Last visited
-
Days Won
1
Everything posted by HunT
-
Finalmente Se hai altri problemi sei il benvenuto.
-
Ascolta la script funziona come vedi nell imagine. Se non sai come usare le risorse non è un problema mio.
-
Devi solo scaricare il file e metterlo nella cartelal resource o gameplay. ed aggiungere la risorsa nel mtasa.conf <resource src="ufo51" startup="1" protected="0"/> Se non riesci a farlo neanche ora ritorna su samp
-
OH MIO DIO . . . scarica il mio file e fallo partire solo,che diamine.
-
Allora Prima di tutto mancava propio il script src nel meta (meno male che diceva "script funzionante") Secondo . . . lo script era fallato. Ecco Qui il tuo ufo : http://www.mediafire.com/?ai6x5gxbbfj8x9y Test : Bello Cmq dai un acciata a questo cosi la prossima volta lo fai tu stesso : addEventHandler("onClientResourceStart", getRootElement(), function () txd = engineLoadTXD ( "sparrow.txd" ) engineImportTXD ( txd, 469 ) dff = engineLoadDFF ( "sparrow.dff", 469 ) engineReplaceModel ( dff, 469 ) end )
-
è praticamente impossibile. Prova a cambiare nome al .zip puo darsi che non lo legge perche gia l'ho ha caricato nella cartella unzipped. Spe adesso lo provo io.
-
some server copy that script.. Stop raging that. I've got MW2 ranks on scoreboard on my server. "You copied it too". lawl 1. ShockZ is my friend 2. Facepalm Orange
-
Porca troia scarica il mio link e vedi se ti da ancora errore.
-
some server copy that script..
-
But the DDC is First server with respawn players in DM maps,and no FFS or WTF. Probable copy the idea from DDC
-
Odio quando ho ragione e non mi capiscono. ecco il file .zip che ho scaricato e che si vede la cartella : e questa e la procedura corretta : Cmq ecco qui l archivio corretto : http://www.mediafire.com/?bas6np8tvbqcpok Se hai altri problemi simili in altre risorse fai la stessa cosa,ovvero elimina la cartella dentro. Salute e Pace
-
se era un problema di script la console riportava l'errore script e ti diceva pure il numero della stringa. Qui il problema è il download. Assicurati che non ci sia una cartella all'interno. Procedura giusta : Mod.zip/files meta txd dff .lua Procedura errata : Mod.zip/cartella/files meta etc
-
Prima di tutto devi sapere che i modelli custom,macchine moto ed altro,laggano da bestia.Specialmente nelle ultime versioni di mta. Per il problema del download assicurati che non ci sia una cartella all'interno dell'archivio. Se non riesci a risolvere posta qui il link della mod e te la fixo,postando solo il meta non serve.
-
Sicuramente cè un errore nella script o nel meta. Dal tipo di errore credo sia meta. Posta qui lo script e il meta.xml e lo fixamo al volo
-
Maybe u can replace the pickup objects with other object and the markers for function Fix vehicle Add upgrade (nos) CreateVehicle + warp player
-
Castillo the set/get elementData need the event or the botton,why i call the r,g,b and r1,g1,b1 for change the color dxname tag and dxrectangle whit colorPicker and work. For rank number i need the botton in panel or event onPlayerSpawn Event server side Get account data Set element data with tonumber Client Get element data whth tonumber dxDrawImage ..rank..".png" else Default.png Tnx for info about element data
-
io non ci entro da venerdi scorso chi se ne frega. Solo script e MW3 in questi giorni. Pane e lua
-
Debug Say : attempt to concatenate local 'rank' (a boolean value) on dxDrawImage dxDrawImage(drawX-1, drawY-1, width+2, height+2, ":race/img/"..rank..".png") i have the image rank0.png in race/img . . . and rank 0 in stats Where is the problem
-
io il server lo tengo aperto solo ed esclusivamente per lo scripting. È bello dare vita alle proprie idee Una volta ultimato il rank nametag credo di iniziare l'epico user panel (quando dico epico vuol dire qualcosa di pazzesco) Userò sempre le GUI functions ma con le animazioni questa volta. Modificando nuovamente il colorpicker in modo da settare anche il colore nome testo e tag (questo gia c'e ma non con il cpicker) Oltre al join msg vorrei fare un join sound per il client,ovvero acquistare il proprio msg e suono nel panello. Altre cose da comprare,tipo la puttana personale in sella o in macchina. E tanto altro,questo per me e divertimento. . .non solo gareggiare
-
Tnx Castillo later test,now i can't But u forget the ..nameimage.. In dxDrawImage? Or no need this now? Anyway later test
-
No work . . Maybe is impossible
-
But debugscript report me the error in dxDrawImage ,maybe the script run and the dx don't check the png.
-
/push post Sorry for push but i very need help I never use the dx functions. The problem is the string dx or rank = trigg Tnx P.S. I'm not wait the code,i want only the info.
-
Tnx for this but i need the element server in nametags. Anyway i make this patetich soluction and now the debugscript 3 is live Maybe the server number is ok but the dxDrawImage sure is fail . . . why i'm very nab in dx Function nametag client : if NAMETAG_BAR_FRAME == 1 then local nameimage = "rank" local rank = triggerServerEvent ("rankTab",getLocalPlayer()) dxDrawImage(drawX-1, drawY-1, width+2, height+2, tostring(":race\\img\\"..nameimage..rank..".png" )) end server side event : addEvent("rankTab", true) addEventHandler("rankTab", rootElement, function(rank) local account = getPlayerAccount(source) local rank = getAccountData(account, "rank") end ) Debugscript 3 report : attempt to concatenate local 'rank' (a boolean value) -- from dx string client
-
Maybe : local nameimage = "rank" local rank = triggerServerEvent -- Maybe no dxDrawImage(drawX-1, drawY-1, width+2, height+2, "img/"..nameimage..rank..".png" )