Jump to content

HunT

Retired Staff
  • Posts

    1,390
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by HunT

  1. Why if the player enter the link with large image (example 3000x3000 3mb) other players download 3 mb for nothing,why after download the checker say : max size 50x50,and sure lag Tnx Cadu12 but i don't know the php never use this. --------------------------- Solved
  2. I test This one and work fine,with check size image 50x50. But this is the problem i can check the size after download the image, but not before. How I can check the size before download?
  3. HunT

    avete

    MCC? (wtf in Italiano) Anyway ti informo che Riccardo non è in grado di fare quello che hai detto,pur se ci riesce no funzionerà. Per il fatto della dimensione hai ragione ma per il resto . . .
  4. HunT

    Help with script

    Error debug? U have edit scoreboard?
  5. Tnx Guys. I like make free scripts for community
  6. Info Map Panel FREE DownLoad Here : http://www.mediafire.com/?5fd2l5i6nl5dbhp PassWord : FacePalm --------------------------------------------- Easy Info Map Panel For Race Game Mode Feature : Elements GUI with Relative Position (Tnx R3mp For GuiEditor) Name Map Author Times Played Current Rating Times Rating The script is Compiled But u can change the RGB color text in Admin Panel/Resource/Setting or u can change in meta.xml Setting : Color R 0-255 Color G 0-255 Color B 0-255 Time For Hide The Panel 1-15 (Default Value is 5 = The panel hide after 5 seconds) Have Fun
  7. setTimer (function ( player , ... ) -- close the setTimer
  8. setSkyGradientsetSkyGradient???? Maybe setSkyGradient
  9. Ok tnx. If I make the check size image example 50x50 the download in not problem. But the wiki show only the example with dx function,I can use this in GUI element? Or work only with shader.
  10. Yup I know this,but i want make the real avatar selection. If i use the gridlist and click the name of player I download every time the image?
  11. Hi guys. I need info about this function. My question is : if i use the fetchRemote for images the player download one time the images or every times? Tnx for reply.
  12. HunT

    Disable pickups

    Can u use my pickup manager here : viewtopic.php?f=108&t=50029
  13. NO!!! Why i can make this. But if u add the avatars/flags/interface/font maybe u can sell this job (easy)
  14. Maybe (but really maybe) u can sell for $10 this job if u add : 1: Nice interface + custom font 2: Avatars Selection and if I click the name I show the avatar from the member.
  15. --elements GUI guiGetText setAccountData onClientGuiClick getAccountData guiSetText $10 for what? With 20 minutes all members can make this Good luck for u bisness
  16. HunT

    Top Wins/Kills

    well sure it might be, im not good at make a price for my works we can change the selling price of course. Sure About . . . "im not good at make a price for my works :p" . The real price is min. $5 max. $10 Is not easy script for a new (noob) scripter,but is realy easy if know how work the table insert and sort. Whit the price $30 maybe u no sell this job. Anyway nice job and good luck.
  17. HunT

    buy scripts

    All Script Stolen or "edit". no buy from this guy.
  18. HunT

    bar exp

    dxDrawText ( "Exp:" .. Name.. ", Expreq ", x/4.59, y/95, x, y, tocolor ( 0, 222, 10, 255 ), 1, "bankgothic" )
  19. Old school type? Anyway I have many maps from my old server (2010) If u want this I can give u in pm. Love old style maps without lag decoration.
  20. I'm not sure but maybe is UAEpro The owner scripts. Joao u have talking with owner scripts for sell?
  21. function checkStolenScript () theResource = "its all original" if theResource then -- why u not post the images about this? end end
  22. HunT

    tigerEvent help

    What is the "text"? Check Again : https://wiki.multitheftauto.com/wiki/TriggerClientEvent
  23. Gia Testata. Client Side : Fai un file e chiamalo -> rimorchio.lua <- ed inserisci questo : addEventHandler("onClientVehicleEnter", root, function(thePlayer, seat) local theVehicle = source if seat == 0 and thePlayer == localPlayer and getElementModel(theVehicle) == 515 then rimorchio = createVehicle ( 450, 0, 0, 0 ) attachTrailerToVehicle ( theVehicle, rimorchio) end end ) addEventHandler("onClientVehicleExit", root, function(thePlayer, seat) local theVehicle = source if seat == 0 and thePlayer == localPlayer and getElementModel(theVehicle) == 515 then destroyElement (rimorchio) end end ) Nel meta.xml aggiungi : <script src="rimorchio.lua" type="client" /> Aggiungi questa stringa subito dopo Esempio : <meta> <script src="rimorchio.lua" type="client" />
  24. Purtroppo stasera sono al pc,se vuoi attendere. Cmq è molto semplice,basta fare un client side con : Evento onClientVehicleEnter getElementModel per controllare se entri nel camion Creare il rimorchio Ed attaccarlo
×
×
  • Create New...