Jump to content

Michael_Sund

Members
  • Posts

    161
  • Joined

  • Last visited

Everything posted by Michael_Sund

  1. wtf that's the host which is hosting my old forum, but i don't have a forum anymore i have changed hosts many times now...
  2. it would be cool with a computer no.. it wouldn't be cool, it would be AWESOME
  3. It has to be a PDA or something like that? It would be better to use a normal cellphone. Modern phone: Higher resolution of the above phone: http://opisales.se/images/NOKIA6300.jpg Old phone (easier and FASTER to do (i want this script )):
  4. ignore the idea of SQL in MTA to begin with - read this: http://www.w3schools.com/sql/default.asp (or start from http://www.w3schools.com/sql/sql_intro.asp) read and understand about tables (The concept of SQL tables is a bit different to LUA tables, and the basic commands of SELECT, UPDATE, INSERT and DELETE, etc. If you want to play with some example select statements, they provide you with this page to do a few basic SELECT statements of your own: http://www.w3schools.com/sql/sql_tryit.asp Just to make sure you understand, try their SQL test: http://www.w3schools.com/quiztest/quizt ... ?qtest=SQL If you get a good score on this, then you're ready to move to the next step. This really is only a basic tutorial, there are more advanced ones out there, but this will help you understand the basics of what goes on under the hood when you use the SQL Lite commands in MTA. Eventually when you understand the basic concepts, you can start learning about stuff like relational data, and learn how to link multiple tables together using JOINs, the concept of normalisation and relationships (one to many, many to many, one to one) etc. When you've got to that stage you'll probably outgrow MTA's SQLLite features and move onto using the MTA-MySQL module, but that's a lot further down the line And you can always ask me, or anyone else on here with SQL background if you get stuck or don't understand something. Something i managed to do in seconds only ^^ SELECT CompanyName, ContactName FROM customers ORDER BY ContactName ASC put this in the: http://www.w3schools.com/sql/sql_tryit.asp
  5. It says in the wiki if a function/event is only in DP3
  6. I haven't heard of that 3.0 either
  7. ehm, why would anyone want to crash gta, it rules!!!!
  8. Damn i bloody hae those rickrollers, there are all over IV Dude they're all over the whole world they will eat us, EVACUATE!!!
  9. I don't get anythng about this SQL in MTA things
  10. Will pedestrian animations exist in DP3??
  11. MTA Team haven't released the map editor in this beta relese hope it comes in the DP 3 EDIT: I'm a regular ^^
  12. pretty long description, hope you feel like your map is worth all work -.-'
  13. I lolled at this one, because you're too lazy to find a script instead you make a new haha LOLOLOL
  14. function portal ( ThePlayer, matchingDimension ) outputChatBox ("You portaled to mount", ThePlayer ) createBlipAttachedTo ( ThePlayer, 0, 2, 6, 0, 0, 140 ) giveWeapon ( ThePlayer, 32 , 500 ) giveWeapon ( ThePlayer, 42, 2000 ) giveWeapon ( ThePlayer, 24, 100 ) giveWeapon ( ThePlayer, 1, 1 ) killPlayer ( ThePlayer) end addEventHandler("onMarkerHit", ThePlayer, portal ) addEventHandler("onMarkerHit", ThePlayer, portal ) maybe should be addEventHandler("onMarkerHit", ThePlayer(), portal ) I dunno if this is made right now... Plz give a screenshot on the error.
  15. I'm a bit busy unfortunately. Spore time, you know. I might help here, but less often then normally. Ok if you wanna be admin or/and moderator then you can register here and then click on the menu button/link called "Apply for a job" at the right top corner.
  16. Ok, i need new admins!! if you want the job, go to http://www.mtamrp.co.cc and register and then post an application with your ingame name and other important stuff i would want to know, as i don't have a real app form... So just post an application about the admin place on the forum if you get accepted you will be moderator on forum and admin on the server..
  17. OK, BIG NEWS i got a forum: mrp.net78.net i will try to make it to mtamrp.co.cc but i don't know if i'll get it to work, i believe so
  18. Ok now i'll build a prison but i have to make an jailscript to jail players but how should i make them be autoreleased? Ok this is exactly how i want it: /jail [player] [time] (or any easier way to jail them like press a button and then the closest player will be jailed) /unjail [player] And they should be auto released if i don't unjail them
  19. Yaay it worked love you man <3<3<3 EDIT: Holy shiit 8 pages that's hypercool ^^
  20. h, thx this works if i would just put it in the script now? hope so cuz i'll try
  21. I just chanes the registry each time i change games
×
×
  • Create New...