Jump to content

brad

Members
  • Posts

    96
  • Joined

  • Last visited

Everything posted by brad

  1. ok gracias this is the client.lua local index = 1 local MaxFrame = 11 addEventHandler("onClientRender" , root , function ( ) dxDrawImage ( screenWidth/2 - 50, 0, 642, 204, "nyancat/nyan"..index..".png" ) index = index + 1 if index >= MaxFrame then index = 1 end end ) this is the meta.xml "brad" description="nyan" info="mod" type="script"/> ying to PNG images contain fewer frames yaque nyan and this is a image of the folder (images)
  2. I tried it and could not help me I will pass the resource to verify it? I'm noob in lua and sorry for bothering THANX
  3. In the race clan server amg 1.1 is an example: it is a wheel that turns and my point is also simulate a gif image I have this script but do not know much about lua and nose is missing this is the case This script should play 32 images taken from a gif, please tell me if they know thanks! : D: D local index = 1 addEventHandler("onClientRender" , root , function ( ) dxDrawImage ( screenWidth/2 - 50, 0, 642, 204, , "imageName"..index..".png" ) index = index + 1 if index >= MaxFrame then index = 1 end end )
  4. mta hello friends I have come today with a question yaque change my race, which script or script you add to race_client for loading a moving image? as animation? Thanks! I'm new to lua
  5. Let me explain: able to make my own label I see my own bar and when you see the labels of the other players. I see my own eiqueta to prune modify it without having to invite a server played
  6. hi , want to know how to make my nametag race game mode you can see I bone it visible for editing without having to invite a player THANKS!
  7. help "hi would like to know who helps me to compile a script and compile it yaque I keep forgetting respanldo" greetings!
  8. brad

    Frames script

    thank you very much friend, I pass by wiki and I English, I need the script to ask
  9. brad

    Frames script

    well I will, but first I was very interested in having this script is for a server lua 1.aprender without a teacher is very difficult 2.In the web is not easy tutorials to learn
  10. brad

    Frames script

    I want to know how it goes then everything in this script so I learn something else: D: D: D
  11. brad

    Frames script

    and you're right solidsnake14 1.es for server 2. I was a little change and that and pss scripts and walked me all over the internet looking for classes and nothing: S
  12. brad

    Frames script

    JR10 the number of frames are 31 png but not to press said that 3 is for a specific server
  13. brad

    Frames script

    I could make a script for two png images? ready to use? I catch as well and is something else to my knowledge, thanks for your help mcuh friend
  14. brad

    Frames script

    But I would put "ImageName" The script and lo read by ImageName1, ImageName2 etc. ..?
  15. brad

    Frames script

    in "ImageName" I put the name that is Umbrella.png but to read the other frames as it gets in name and in meta.xml AddEventHandler and where would you go? thanks, I appreciate your help
  16. brad

    Frames script

    a ok tonka to edit as it appears ok there and put the name of the image "image" frames get "imagen0" "Image1" + please
  17. brad

    Frames script

    example I: local index = 1 AddEventHandler ("onClientRender" root function () dxDrawImage (- argmuments "ImageName" .. name .. "png"). index = index + 1 if index> = MAXFRAME then Index = 1 final final) and in meta.xml I'm right, please corrigame, if I'm wrong lead by example, thank you very much
  18. brad

    Frames script

    hello friends I sable How to unscripted happens or read several imaganes Passing Each AS CREATE paragraph 30 frames and put them together Asher a GIF image, and I saw him in Resident Evil Boss gracais EEST am new to lua and I learn of someone as given me hehe thanks Sory for writen in spanish
  19. brad

    ayuda

    HOLA AMIGOS DE MTA SAN ANDREAS ,soy nuevo en esto de lua llevo como un año tratando e aprender pero es dificil sin mestro bueno ,quisiera saber como aser un script de Drawimage que reprodusca 32 frames de una imagen gif ,muchas gracias al que me ayude ,saludos
  20. brad

    Frames script

    hola amigos quisiera saber como hacer un script que pasa o lee varias imaganes pasando cada una ,como crear 30 frames y juntarlas para aser una imagen gif ,ya que lo vi en resident evil BOSS gracais soy nuevo en eesto del lua y quisiera aprender si alguieen me dice como jeje gracias
×
×
  • Create New...