Jump to content

Phoenix-Roleplay

Members
  • Posts

    92
  • Joined

  • Last visited

Everything posted by Phoenix-Roleplay

  1. Try this, not tested. local BankEnter = createMarker(-2455.0500,503.7387,30.0776, "corona", 1.0, 255, 255, 255, 255) local BankExit = createMarker(324.01458740234, 110.85294342041, 1007.9656982422, "corona", 1.0, 255, 255, 255, 255) local thePlayer = getLocalPlayer() addEventHandler("onMarkerHit", BankEnter, function(hitElement) if (getElementType(hitElement) == "vehicle") then return end setElementFrozen( thePlayer, true ) setTimer( Unfreeze, 10000, 1, "Text" ) outputChatBox("You enter the bank", 255, 0, 0, false) setInPosition(hitElement, 325.62298583984, 114.32950592041, 1007.9656982422, 0) end) addEventHandler("onMarkerHit", BankExit, function(hitElement) if (getElementType(hitElement) == "vehicle") then return end setElementPosition(hitElement, -2452.828125, 504.38671875, 30.081373214722, 0) end) function Unfreeze() setElementFrozen( thePlayer, false ) end EDIT: If it's a client script, you will need to remove "local thePlayer = getLocalPlayer()" and add "thePlayer" into the correct areas.
  2. Thank you! We hope to see you on it when it is available!
  3. Which gaming keyboard/mouse do you have?
  4. I suppose. I decided to just go through my script, think of everything possible I could want or need and do my best and what happens, happens. I presume I am waiting on suggestions.
  5. Thanks! My next project is to have the bird fly in and do some sort of fire-effect with the name.
  6. It's not that I do not understand it it's just it doesn't go detailed enough or does it seem to show the more 'expert' level of scripting for LUA. I am trying the website now, thanks!
  7. (First: Sorry if this shouldn't be here, it just made more sense here ) My fellow players, I want to begin by saying I am deeply sorry if you we're a dedicated player on our MTA server "xUltimateGaming" or "Critical Gaming", I do once again apologize for closing them both down numerous times suddenly and never holding my end of the bargain by bringing it back with the updates as promised. I am proud to say I am opening a new server for all of you who were apart of it before, this time it will be better! I am not here to say nor will I ever say my server is/will be better then others, it's all user opinion. I hope anyone who played on it before is willing to give me another shot at a server, I promise it will stick around here and has dedicated scripters. The server is currently under development and we expect to have it lunched by August, although no actual ETA is given please do not hold us to this. Regards, Chris Canfield
  8. Just got in the mail my new keyboard, mouse and mouse pad! Logitech G110, Logitech G9X, SteelSeries 4HD: Logitech G110: Logitech G9X & SteelSeries 4HD: First thoughts? Also, anyone who has these, what are your thoughts on them?
  9. Hello again MTA! Well, I am here because I am looking to learn LUA, I have tried the LUA website and almost every darned tutorial related into that site. I know the basics and I have the MTA functions down but I am looking to get more experienced to be able to further develop my server into the next stage. I have looked all over and can't seem to find one that is blatant about it and doesn't make it to complicated to comprehend. If anyone knows a good site or possibly a place where they teach you LUA it is very appreciated. Regards, Chris Canfield
  10. I don't know a lot about GUI's but it may be a issue as you don't have 'script.lua' set to 'type="server"' P.S. If I knew more about GUI's I could give you a direct answer, but try that and see if it helps you out!
  11. Somewhere in the code there is an issue in the cmd itself, it checks for a previous ATM and if one doesn't exist it won't be able to create it, mark-out this part in the script temporarily and create a ATM, and then unmark the part in the code. You need it there as it keeps the ATM's in order (Ex. if you create ATM 69 and delete 68 your next ATM will be ID 68, then 70) EDIT: If the ATM's are being made but they can not deposit, default in the SQL it is set to where `deposit` = 0, just edit the ATM's you want to deposit into and change `deposit` to 1 from 0. P.S. I wasn't sure if your ATM's were being made or if they just were not being able to deposit into. Hope that helps!
  12. Thanks! P.S. I tried to embed it, but didn't work. Thanks for that!
  13. @Towncivilian, yea it took a second but it showed up in there. @Jaysds1, I don't believe so as it's not on the paypal website it was a MTA url and it's PayPal that calls the donation from within there website.
  14. Upon completion of donating it takes me to a page with the extended URL, it looks as if it's what tells the server to send an email with the Hi-Score info. But whenever I refresh or do anything, it loads and stays blank, I have not received an e-mail either. Not sure what I am supposed to do about this one.
  15. Hello MTA, I have with me my first ever intro made with Vegas Pro 11. (Look below) Along with this I have my first works in Photoshop CS6 First thoughts? Suggestions? All feedback is welcome.
  16. We have found out who has been DDOSing all the servers. Jon or Adam Frost is who has been DDOSing.
  17. Hello! I am using Mobakos Paradise Roleplay, I have come across a error that I am only receiving from within the game and no-where else. Whenever someone attempts to register it says "Database Error", whenever I goto phpmyadmin, the server console, no errors anywhere. Anyone know how to fix this or what might be causing it?
×
×
  • Create New...