Jump to content

Xeno

Members
  • Posts

    728
  • Joined

  • Last visited

Everything posted by Xeno

  1. I made a GUI and created a button on it called "->" and I made it so that when you press it, it changes you skin by 1, and I dont know why, but it doesnt work? Here is my script! addEventHandler ( "onClientGUIClick", right, goRight, false ) function goRight(player) local currentSkin = getElementModel (player) setElementModel (player, currentSkin +1) end
  2. Actually, Xeno was first Yeah bitch!
  3. Xeno

    Need a quick opinion!

    I know I know, but if I try hard enough it will be possible. There are areas in scripting I am better at, and some areas I have no experience in.
  4. Xeno

    Need a quick opinion!

    I just made this GUI and I was wondering if it looked okay? Can you guys say if its good/bad/rubbish/gokillurself please?
  5. That worked > Thank you both so much... 1 more thing, earlier, I made a setCameraMatrix with a setTimer, and it all worked except I couldn't seem to change the rotation of the camera? It just wasn't working? Is there a certain thing you need to do to make the rotation work, or am I doing it wrong?
  6. exports.guiText:outPutGuiText, In there^
  7. Thanks for the reply. I get an error on debug: function arguments expected near ',' and thats for this line setTimer(exports.guiText:outPutGuiText,2000,1,"*You hear ringing in your ears and you cant hear anything*",255,0,0)
  8. setTimer(call(getResourcename("guiText),outPutGuiText,2000,1,"*You hear ringing in your ears and you cant hear anything*",255,0,0) I gave it ago and it sorta failed... Can you help me please? Thanks.
  9. Xeno

    setCamera?

    I suppose, thanks anyway,
  10. Xeno

    setCamera?

    What did you do!? You fixed it for him ;(. I wanted to make him believe he made a mistake, so he can figure it out. If he wasn't able to, then he must learn more. 1. I saw the errors before he posted. 2. This is a Help section, not a learning section.
  11. Xeno

    setCamera?

    Sorry, I posted and THEN read your script. I meant so it would fade out onto a new view using setCameraMatrix. EDIT: FIXED! The problem was that your setTimers were wrong? EDIT: Lol, final problem, the Camera switches positions, but it doesnt fade the camera before hand? How do I do that? function setCameraOnPlayerJoin() fadeCamera(source, true, 5) setTimer ( fadeCamera, 5000, 1, source, true, 0.5 ) setCameraMatrix(source, 1000.8785400391, -919.25317382813, 100.153465271, 1468.388671875, -918.42474365234, 99.881813049316) setTimer ( fadeCamera, 5000, 1, source, true, 0.5 ) setTimer( setCameraMatrix, 1005,1, source, 1025.8785400391, -919.25317382813, 100.153465271, 1468.388671875, -918.42474365234, 99.881813049316, true,0.5) end addEventHandler("onPlayerJoin", getRootElement(), setCameraOnPlayerJoin)
  12. Xeno

    setCamera?

    Thanks both of you
  13. Xeno

    setCamera?

    function setCameraOnPlayerJoin() -- slowly fade the camera in to make the screen visible fadeCamera(source, true, 5) -- set the player's camera to a fixed position, looking at a fixed point setTimer ( fadeCamera, 5000, 1, source, true, 0.5 ) setCameraMatrix(source, 1000.8785400391, -919.25317382813, 100.153465271, 1468.388671875, -918.42474365234, 99.881813049316) setTimer ( fadeCamera, 5000, 1, source, true, 0.5 ) end addEventHandler("onPlayerJoin", getRootElement(), setCameraOnPlayerJoin) How would I make it switch after a while? a setTimer? Thanks
  14. Xeno

    Login Troubles

    Feeling verrrry stupid right now. Thanks alot<3
  15. Xeno

    Login Troubles

    I'm trying to amke it so when you press a button, you login and you are spawned at a position. The logging in all works, its just it doesnt spawn the player? Heres my code: function loginHandler(player, username, password, thePlayer) local account = getAccount(username, password) if (account ~= false) then if (logIn(player, account, password) == true) then outputChatBox("If you want to change your password, use /changepw", player) fadeCamera ( source, false, 1.0, 0, 0, 0 ) setTimer ( fadeCamera, 5000, 1, source, true, 0.5 ) spawnPlayer( source, 100,100,100,0,0,0) triggerClientEvent (player, "hideLoginWindow", getRootElement()) else triggerClientEvent (player, "unknownError", getRootElement()) end else triggerClientEvent (player, "loginWrong", getRootElement()) end end If you can help me, that would be great
  16. ME BETA TESTER! You want me! Me me me!
  17. This looks nice, im going to test it on my local ;3
  18. Some changes were made last night to the server, contact me on Skype if your still interested in joining. (Zalmon is still in this one) Skype name: tomdrum11 100th Post ;3
  19. SHHH!! You weren't meant to publicly announce it. I have resigned from USSA because of the progress being made on it. I have no problem with the people working there, because there all cool, its just nothing happens, there has not been any progress in the server for about a month now! Sorry USSA. But I'm out.
  20. I was getting this today, every time I went to look at teh various servers, it would come up with this error and close my GTA
×
×
  • Create New...