Jump to content

diegofkda

Retired Staff
  • Posts

    1,532
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by diegofkda

  1. Go to MTA:SA menu, go to settings, go to Video tab and set the resolution you want.
  2. They're correct, they're working nice on 1.0 and singleplayer, it's not the set problem. My GTA:SA and MTA:SA sounds are correct.
  3. Something like this... camera = setCameraMatrix ( 0, 0, 0, 0, 0, 0 ) setCameraFOV ( camera, 10 ) and for the player FOV, the number 10 will set FOV to 10: setCameraTarget ( getLocalPlayer(), 10 )
  4. Yep! but I prefer replace a default GTA:SA TXD without having the file for example image engineImportPNGintoTXD(248, "248.png", "248hi") This would replace the skin 248, importing in the default GTA:SA the png "248.png", and importing it as name "248hi"
  5. Wrong section, the correct section is "Support for MTA 1.X.X", Client subforum. Well, for fix that "bug", close all aplications you've opened.
  6. First: setVehicleSpeedFOVLevel ( level ) setVehicleSpeedFOVLevel, that means when the car is going faster, field of view will increase (an effect that works together the blur), there should be a speed FOV level function... I hate the original GTA SA speed fov. Some other functions: New camera target should be something like this: setCameraTarget ( element target, [distance, FOV] ) for set the distance of the player and the camera and cam fov. setCameraFOV ( element camera, new level ) well that explains all.
  7. You're WRONG, it's a DM, a nice DM, an EXELENT DM!!! It rocks dude!! I loved it.
  8. First of all, I'm posting this here (and not in Mantis) because I don't know exactly the problem Well, on 1.0, GTA:SA sounds are working correctly, but on my 1.1, sounds are not working... waves, radios and GTA:SA 3D sounds (like Andromeda Map motor, or the casino music) are working, the other sounds are working but... with a sound level too small... TOO small, I have to set the speakers volume to max (TOO HIGH!!) to listen them... but for some friends, the sound is working correctly, and for others no... obviously my GTA:SA sounds are set to max, is that my GTA:SA problem or 1.1 problem??
  9. Borras estas dos lineas del archivo "drft.lua" (quizas cause algo de spam en el logfile) local temp2 = string.format("Factor: X%d\n%s",mult,mult~=5 and string.format("Gain X%d with %d",mult+1,tablamult[mult]) or "MAX") dxDrawText(temp2, 20,155,screenWidth,screenHeight, Yellow, 1.2, "sans","left","top", false,true,false) if velocidad <= 0.3 and mult ~= 1 then dxDrawText("\n\nToo Slow!", 20,155,screenWidth,screenHeight, Yellow, 1.2, "sans","left","top", false,true,false) end No sé para que tanto royo Lo del best drift se quiza borrando el archivo drft_server.lua Lo del burnout es un resource llamado "burnout", ahí no te puedo ayudar, debes aprender lo basico de LUA. Bueno, no te podemos ayudar en TODO, para eso nos hacemos nosotros un nuevo server... te recomiendo aprender y ya veras que tan maravillosa es la tecnología LUA
  10. So, how will it load the car? well it's just an example but I like correct examples Back on topic & as I said, the custom vehicle depends of the server... (talking to the owner of this topic) you're asking commands like disable all maps with a command... that's not possible, and we gave you an example of unloading DFF and TXD... give it to the server owner, and if the owner is a good owner, he will put the code and will make it work.
  11. Right, but you forgot the event or command Well, that explains you how easy is the script.
  12. Anyone can make that basic script
  13. You already can download this, but it's unstable and not the official MTA:SA release. The link is nightly.multitheftauto.com, but as I said, it's unstable.
  14. I know, but I'm on a vehicle and it says bad arguments.
  15. Keeps not working, the problem is, the server can't get the actual ped vehicle, I want to get the ID and save it on the player account, and this says "Bad Argument getElementModel"... can someone help??
  16. Maybe, but he means the command / hotkey will be for all servers I guess...
  17. No! because we're talking just about Freeroams server. Well, I'm making a RPG server... kind Fast n' furious or NFS (for 1.1 version) with custom vehicle handlings, if someone unloads the cars, the game will freeze, will exit or the player will see uncoloured window. And I'm owner of the Real Cars server, and I don't want to players to use their modifications... it depends of the server owner, ask him if you want a /unloadcar command, and if you don't want the car mods of the server, simple solution, browse another server, there are +700 servers for play.
  18. The 1.1 is nice, I'm preparing some servers for that version but sometimes I get lag (4 - 8 fps on a modern computer) Why? Will that be fixed?
  19. Suggestions FTW! I would change the name to "'re you skilled?"... I like formal names.
  20. diegofkda

    Need HELP

    Close all programs that modify your GTA:SA, for example, GTA:SA Map Editor, Handling Editor or CamHack. If you're playing on your server, try to disable the anticheat 4 and restart the server.
  21. function onPlayerLogout ( ) local vehicle = getPedOccupiedVehicle ( source ) local playeraccount = getPlayerAccount ( source ) if ( playeraccount ) then setAccountData ( playeraccount, "s.handCar", getElementModel ( vehicle ) ) setAccountData ( playeraccount, "s.skin", tostring (getPedSkin (source))) setAccountData ( playeraccount, "s.HandMoney", getPlayerMoney ( source ) ) setAccountData (playeraccount, "s.upgradeWheel", getVehicleUpgradeOnSlot ( vehicle, 12 )) end end addEventHandler ( "onPlayerLogout", getRootElement ( ), onPlayerLogout ) The problem is the getPedOccupiedVehicle, debugscript says bad argument getElementModel. getAccountData gets correctly the handmoney and skin, but doesn't get the upgradewheel and handcar, because can't read getPedOccupiedVehicle, why not?
  22. That must have been one of the most stupidest things i have heard. Obviously, sounds STUPID. I have something 100 times more stupid, that worked on many people: I know Hama, give me your maps or I'll ask to hama if can he hack you Obviously, sounds STUPID! but worked with the maper Konbat
  23. hahahaha looks funny. Try to warp them to an huge map .
  24. It doesn't affects to handlings. The thing is, the original Hotring A setup is not made for the Dodge Viper that saw in GTA Inside... that's the reason why some cars include handling lines. The dodge Viper looks different if I replace it on a hotrina, and will look different if I replace it on an infernus... Another important thing is, the distance between wheels, obviously, will affect to the vehicle.
  25. Not surprised, he is known as "potential hacker", so if he says to a maper "Give me your maps or i'll hack you", well maper will think hama will hack him, and well... unfortunately, the maper gives.
×
×
  • Create New...