Jump to content

DannyRose

Members
  • Posts

    17
  • Joined

  • Last visited

About DannyRose

  • Birthday 20/10/1993

DannyRose's Achievements

Square

Square (6/54)

0

Reputation

  1. Yes. Thats the way I thought. I want to create a Cient-Resource, which has all the modeles and textures. When a player joins my server, its checking if the player has the resource. otherwise, he cant play.
  2. Hey. Last night I got a nice idea. I think you know "LC2SA". It would be nice, when my Reallife-Server play on this Map. Everybody, who likes to play on a new map will download the script. I'm sure BUT: Can I replace the gta3.img ir IDE's, and IPL's???!!! I dont know Thank you for help
  3. Thank you CrystalMV IT WORKS :D
  4. Hey^^ Of course I put the files in the meta.xml No [DKR]Oz. The debugscript dont show any errors. In the function I added outputChatBox("hollywood"), that I can see if the function started and when I login the outputChatBox works. That means, that the function started, but there is still the vinewood-sign. In the same script I wrote a "car-replace-function" and this works I dont know what is wrong, because wiki tells me, that you must do it like my function
  5. Good evening I searche for some new objects for my server and I found a "Hollywood-Sign", which replaces the Vinewood-Sign. BUT: I dont know, why it doesnt work!? Nothing I try works. Please have a look at it and help me function hollywoodsign() txd = engineLoadTXD ( "newModels/sign.txd" ) engineImportTXD ( txd, 13831) dff = engineLoadDFF ( "newModels/sign1.dff", 0) engineReplaceModel ( dff, 13831) dff2 = engineLoadDFF ( "newModels/sign2.dff", 0 ) engineReplaceModel ( dff2, 13722) end addEventHandler ( "onClientResourceStart", getResourceRootElement(getThisResource()), hollywoodsign)
  6. DannyRose

    SQL

    Oh... I got the right!
  7. DannyRose

    SQL

    Hey Solidsnake^^ I downloaded it, but there is no change to before It doesnt work But thankyou for your help^^
  8. DannyRose

    SQL

    Hey. I have a question. I found a very nice resource, but I need SQL Databases for it. I searches the hole day for the right version, but I don't found the right Maybe, you can have a look at the resource or you can tell me, where I can found the right SQL-Version for MTA and a nice discripton, how to work with it. When you are very vier very nice, somebody could make a tutorial, how the resource works with SQL. Please help us! your Flora and Danny https://community.multitheftauto.com/index.php?p=resources&s=details&id=1819
  9. TruckerIn = createMarker(1087, 1895, 11, "cylinder", 1.5, 255, 0, 0, 150) function Truckerjob() function TruckerTel(thePlayer) if getElementType ( thePlayer ) == "player" then setElementPosition ( thePlayer 1095, 1880, 11 ) and createVehicle ( 432, 1098, 1880, 11 ) and outputChatBox ( "Steig in den LKW!" ) end addEventHandler ("onMarkerHit", TruckerIn, TruckerTel) NewMarker = createMarker ( 2755, -2464, 14 "cylinder", 1.5, 255, 0, 0, 150 ) NewBlip = createBlip ( 2755, -2464, 14, 51, 1, 255, 0, 0, 0, 255 ) function TruckerPoint ( thePlayer ) if getElementType ( thePlayer ) == "player" then givePlayerMoney ( thePlayer, 750 ) and outputChatbox ( "Danke für die Lieferung! Dein Lohn: 750$") and setElementposition ( thePlayer 197, 1880, 11 ) end addEventHandler ( "onMarkerHit", NewMarker, TruckerPoint ) end addEventHandler ( "onResourceStart",Truckerjob, TruckerIn ) And what is wrong with this now?^^
  10. I have a question again. I want to learn scripting and i want to make a "trucker-job-script" Now, After 3 hours I dont know, what I should do now. It doesnt Work. I want to create a marker and when a player go in it, there should be a truck. Later I want, when the player is in the truck a new marker and a blip at a new point is, where he must drive. When he is in the new marker he gets money And will be teleport back. But thats not importaint now. Please say me, what is wrong and please dont laugh about my english or my bad script... TruckerIn = createMarker(1087, 1895, 11, "cylinder", 1.5, 255, 0, 0, 150) function TruckerTel(thePlayer) if getElementType(thePlayer) == "player" then setElementPosition(thePlayer 1095, 1880, 11, getRootElement()) and createVehicle ( 432, 1098, 1880, 11, getRootElement()) and outputChatBox ("Steig in den LKW!", getRootElement()) end addEventHandler("onMarkerHit", TruckerIn, TruckerTel)
  11. Im sorry for my bad english... I dont know, whats the meaning of this is.
  12. No...^^ Maybe someone is not good in mapping or have no time for this. And then we make the map.^^ we dont have problems with mapping a city or somthing like this
  13. Hello I and my sister Flora are serching for a partner, who is good in creating scripts, because we both cant it We need some little scripts and then you can wish you the map, you want. We make all kinds of maps. We hope here is somebody, who is good in scripting and is interested in cooperation your Danny and your Flora^^
  14. DannyRose

    Traffic

    is not as simple as you think it is. everything is simple if you don't know what programming is. Hmm. Thats not good hmm. i hope, that somebody do this for all gamers
  15. DannyRose

    Traffic

    Oh... Fuck! I have something better to do, too!!! Why I cant import the files from the solo-gta into mta? Cant do this the makers from mta?
×
×
  • Create New...