Jump to content

diegofkda

Retired Staff
  • Posts

    1,532
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by diegofkda

  1. Yo casi no scripteo en servidores race, no tenía idea que existía.
  2. Here's one! A zombie server .
  3. As you can see, this is the guy who made the topic "SAMP better then MTA :O"... Most of topics of this kind end with insults and etc...
  4. It's the NN resource on community.
  5. No, it knows what map will be the next, visit some race servers dude... But I don't know the way, you can always create an exported function from the Race resource.
  6. It's going to be fixed in 1.2.
  7. Did you try? Also, try to register as any account, do /start admin in chatbox, press P and set your dimension to 200, if nothing is there, try to set it to 0 or 1.
  8. It may be the map editor who's deleting the scripts. Can't you put the script after you finish the map?
  9. ¡Excelente! Checkea si funciona .
  10. diegofkda

    PLS help ME

    I didn't get you. Should you use Google Translator at least?
  11. Alright, MTA or SA-MP can be better, but we don't care if they make a supermegahiper multiplayer mods that allows a whole Los Angeles city in 1 mb, I just look for our awesome project: MTA, and we wouldn't look for another multiplayer thing. Another thing: stop posting SA-MP contents lol.
  12. Yeah, the text would have a white shadow and it would rock .
  13. Yes! It was useful, some guys don't know very much about MTA 1.1 Interface features .
  14. Really good movie... What program did you use? After Effects? Sony Vegas?
  15. onClientVehicleEnter es cuando entras al vehiculo, no cuando cambias su ID, y cuando el vehiculo cambia su ID, las ruedas se ponen a las preterminadas. Podrías detectar cuando la ID del vehiculo ha cambiado: setTimer ( function () vehicle = getPedOccupiedVehicle ( getLocalPlayer () ) currentWheel = getElementModel ( vehicle ) if oldCurrentWheel == currentWheel then --aquí no pones nada else addVehicleUpgrade( vehicle, 1075 ) end oldCurrentWheel = getElementModel ( vehicle ) end, 100, 0 )
  16. The background looks very good! It only needs a blend and it would be fine! The skin looks very like the Classic one, I would make some modifications to it . 3/5.
  17. 1.2 sale dias despues de 1.1.2, no falta nada para ninguna de las dos.
  18. ¿Qué le dice un coco a otro coco? ¡Trabajemos que el jefe se paró!
  19. En este caso, debes seleccionar en que ventana de texto se vera, quién lo verá, etc...
  20. The createWindow returns a static image btw guys, and I want to destroy it because of 50p reasons and my scripting ways.
  21. Well, no problem. I believe it's an MTA bug.
  22. I didn't get you. Could you specify better?
  23. Next time I should post the whole script. if source == resumeButton then openPauseMenu() elseif source == optionsButton then if currentWindow then destroyElement ( currentWindow ) end currentWindow = createWindow ( 300, 200, 400, 650, "Options" ) elseif source == myinfoButton then if currentWindow then destroyElement ( currentWindow ) end currentWindow = createWindow ( 300, 200, 400, 650, "Information" ) elseif source == graphicsButton then if currentWindow then destroyElement ( currentWindow ) end currentWindow = createWindow ( 300, 200, 400, 650, "Graphics" ) end It checks if another one was created before, it must destroy it and create a new one.
×
×
  • Create New...