Jump to content

Jaysds1

Members
  • Posts

    4,961
  • Joined

  • Last visited

Everything posted by Jaysds1

  1. , Karer, sorry, but this isn't scripting, Go to your "Settings --> Binds" after, just change the controls in there.
  2. Well, I agree, when I was joined I saw that the MTA Community was nice, but after I needed sooooo, much help in Scripting and I finally learned, I noticed people were being rude. I was just trying to learn... so yes, I agree with you.
  3. The russian one was last updated in 2010 If this guy downloads it, it might have to many bugs and he's going to want to find help in the scripting forum. Which we are going to tell him to learn Lua, so might as well tell him now. @Crystalii, sorry, but you're going to need to learn lua, in-case you get in to any bugs. viewtopic.php?f=148&t=40809&p=414056&hilit=Manual#p414056
  4. Jaysds1

    Player selector

    Plus, you could only use 1 skin which is going to be used in every server. unless you put different images on the gui's.
  5. Jaysds1

    MTA Crashes

    I sent you a PM.
  6. ok, well, The only reason why MTA Devs didn't implanted this, is because there's different servers with different GameModes, so, Friends List is usually for RP/RPG servers.
  7. he also asked "HOW" Callum , well, Depends which type of database you want to link your 2 servers to. SQL --Local Database or MySQL --Online Database
  8. Sorry, I'm confused here, you got events and one looks like it's client-sided and the other looks like it's server-sided. Can you post the codes in a whole lua block( ). ad this script isn't good enough, PM me if your want help from there.
  9. try this: function setCameraOnPlayerJoin() fadeCamera(source, true, 1) setCameraMatrix(source, -2135.708984375, -187.71142578125, 157.66786193848, 0, 0, 0) bindKey( source, "F", "down", herewego ) end addEventHandler("onPlayerJoin", getRootElement(), setCameraOnPlayerJoin); function herewego ( thePlayer ) gX, gY, gZ = getElementPosition ( thePlayer ) setCameraTarget ( thePlayer,thePlayer ) spawnPlayer( thePlayer, 2450.7463378906, -1659.6678466797, 13.3046875 ) --Spawn the player, instead of setting his new position --plus, the player hasn't been spawned yet, so you can't set an element position if the element isn't available fadeCamera(source, true, 1) setElementFrozen ( thePlayer, false ) unbindKey( source, "F", "down", herewego ) -- when he done spawning & everything here , then unbind this key so what's the problem ? end
  10. Jaysds1

    MTA Crash

    Sorry, but you could at least download the latest driver for your touchpad, Who knows what could happen soon...
  11. Jaysds1

    MTA Crash

    It seems like it's coming from your GTA, Download this MTADiag, then post the Generated URL here.
  12. try this: local vehicles = { } addEvent ( "spawnvehicle", true ) addEventHandler ( "spawnvehicle", root,function ( vehID ) if ( isElement ( vehicles [ source ] ) ) then destroyElement ( vehicles [ source ] ) end vehicles [ source ] = createVehicle ( vehID, 2168.0910644531, -2275.087890625, 13.5,0,0,220 ) if ( vehicles [ source ] ) then --Don't leave if statements blank setTimer ( warpPedIntoVehicle, 200, 1, source, vehicles [ source ] ) triggerClientEvent ( source, "closeWindow", root ) end end)
  13. This means that your Computer needs some updates ok, Download this MTADiag then post the Generated PasteBin URL here.
  14. Jaysds1

    MTA Crashes

    Delete your gta_sa.set located in your User Files Folder.
  15. Jaysds1

    Screen

    He's playing on the server, he doesn't own any server.
  16. Jaysds1

    hey guys

    , well, I would help out. BTW, what section were you planning to put this in?
  17. Jaysds1

    MTA Wallpapers

    , Don't change it at all, it looks good already.
  18. I'm not sure why this is happening, the map editor opens a local server (meaning you could only use it) then starts the resource "editor", if it works on your hosted server then it should work in your map editor. If you saved the map to the file and exited, you could delete the editor_dump. The editor_dump auto saves the map you were working on.
  19. A: Well, now that I read the wiki, it's a NO NO Q: Who lives with qais?
  20. Jaysds1

    MTA Wallpapers

    well, I am currently using the 3rd wall paper, the others I saved
  21. Jaysds1

    MTA Wallpapers

    I love them all, why didn't you post these here? Anyways, keep up the great work
×
×
  • Create New...