Jump to content

diegofkda

Retired Staff
  • Posts

    1,532
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by diegofkda

  1. 1. Download the flood resource. 2. Jaysds1 answered fine enough. 3. That's depending of the gamemode you are running. If it's freeroam, there was an option at the meta.xml of the freeroam resource.
  2. MTA is a multi-player modification, not intended to be an alternative SA-MP map editor. Sorry, we shouldn't provide you help about SA-MP.
  3. diegofkda

    car sound

    https://www.youtube.com/watch?v=CODBdcoS ... r_embedded. That was made with a system similar to this one.
  4. Not off-topic, it's actually a decent discussion without any kind of insults/polemical acts, also, don't reply in caps, please. About the topic: As I said before, the topic was going fine enough; please don't fall in insults because that's what makes MTA worse, if you aren't a immature kid you should know it's their life, they do whatever they want .
  5. Server-side: addCommandHandler ( "conteo", function (source) triggerServerEvent ( root, "conteo", source ) end ) Client-side: function Conteo ( ) if ( isElement ( imagen ) ) then destroyElement ( imagen ) end if ( isElement ( sound3 ) ) then destroyElement ( sound3 ) end sound3 = playSound( "Sonidos/3.mp3", false ) imagen = guiCreateStaticImage(305,119,110,190,"images/3.png",false) setTimer ( Conteo2, 1000, 1 ) outputChatBox ( "Conteo Iniciado.", 255, 255, 255, true ) -- Te falto un parentesis. end addEvent ( "conteo", true ) addEventHandler ( "conteo", root, Conteo ) function Conteo2 ( ) if ( isElement ( imagen ) ) then destroyElement ( imagen ) end if ( isElement ( sound3 ) ) then destroyElement ( sound3 ) end sound3 = playSound( "Sonidos/2.mp3", false ) imagen = guiCreateStaticImage(305,119,110,190,"images/2.png",false) setTimer ( Conteo1, 1000, 1 ) end function Conteo1 ( ) if ( isElement ( imagen ) ) then destroyElement ( imagen ) end if ( isElement ( sound3 ) ) then destroyElement ( sound3 ) end sound3 = playSound( "Sonidos/1.mp3", false ) imagen = guiCreateStaticImage(305,119,110,190,"images/1.png",false) setTimer ( Conteo0, 1000, 1 ) end function Conteo0 ( ) if ( isElement ( imagen ) ) then destroyElement ( imagen ) end if ( isElement ( sound3 ) ) then destroyElement ( sound3 ) end sound3 = playSound( "Sonidos/0.mp3", false ) imagen = guiCreateStaticImage(305,119,110,190,"images/go.png",false) setTimer ( ConteoEnd, 1000, 1 ) end function ConteoEnd ( ) if ( isElement ( imagen ) ) then destroyElement ( imagen ) end end addCommandHandler ( "conteo", Conteo ) Pones /conteo en el chat y empieza a contar.
  6. This is a really useless topic. It's a personal decision of the server owners to care about their players. If the owner of a roleplay server doesn't care about his players, it's obviously that his server won't produce any fruit.
  7. You can see the actual progress at bugs.mtasa.com, in the road map.
  8. diegofkda

    Paintjobs

    Other car models weren't made to apply to them paint jobs, that means if you replace an Infernus into the Elegy paint jobs won't show.
  9. diegofkda

    Paintjobs

    Apply the shader to the paintjob texture, not to the car.
  10. diegofkda

    Paintjobs

    Well: 1- It is already possible using shader. Look at this resource, it's a shader that replaces textures. Use this resource to check which texture you want to replace (in this case Paintjobs, I'm not sure how are they called in GTA SA).
  11. All things I mentioned before are client-side.
  12. No. Client can't 'hack' unless your client has the enough access, and for that access the server has to allow you, actually only an admin from a default ACL list should be able to hack a server. Don't give admin rights to everyone.
  13. Para saber si tienes los puertos abiertos tienes que poner en la consola 'openports' y ver los resultados.
  14. Reinstalling MTA will fix your problem. Actually, GTA crashes when you remove default objects from your IPLs. If you want to remove objects from your server, use removeWorldModel (radius, x, y, z values aren't required if you want to delete objects that don't repeat in the GTA world).
  15. Here we go again, how to run MTA using the server not the client. Impossible. Client has nothing to do with server, that means MTA:SA source code doesn't hack server-side things.
  16. I'm bumping this because links were broken - I was talking about this awesome theme to my friends but the link wasn't working.
  17. Event is onClientChatMessage, you should make it with dxDrawText. You can always ask help at the scripting section.
  18. I guess your keyboard works well out from MTA. Try to test other games, if the keys don't work then check the CD the keyboard comes with. If keys don't work in MTA only, try to go to the game and adjust the settings you want at Settings > Binds tab.
  19. Stealth and base mode are missing .
  20. The video looks good... I don't like DD-Racing though because ping ruins it (it's awesome when you enter a server where you get less than 100 ping ms).
  21. I don't get it as Google Translator isn't the best translating tool. Translating wouldn't be that hard if you have a clear English, and if you don't have enough time even for a 'decent' message (with decent I mean a proper English) asking us for help I don't think this project would be completed successfully.
×
×
  • Create New...