A long time ago, I made a North Yankton script for my Community, so they can travel from LS to North Yankton. Now I don’t need this script anymore, so I want to share it here.
ALSO it was requested by @IGamerRo_gamer and by @CompRev (in some way)
So since I haven’t uploaded anything a long time now, I want to share it for you guys, everything important can be readed in this ReadMe:
I made it possible to:
fly to north yankton with a one way ticket
fly to north yankton with a day ticket (tickets will be removed at 0:00)
fly to north yankton with a faction ticket (chosen factions can travel for free)
the installation can be followed by the readme located at the github resource-
it does only turn the vehicle engine off, when going into the vehicle shop (you can fix it by going to client line: 338, 346 and 354 and set the value to nil), I will upload it fixed tomorrow
this hasn’t to do anything with this script, the only problem what could cause it, is that if the engine is on, the trunk can’t be opend because your trunk script believes that someone is in there (follow the steps above and it should be fixed
edit: and go to line 12 and set it to nil either
edit2: uploaded fixed version on github (have fun! )
I will test it tomorrow, idk why it caused problems.
Every Player on our Server told us about the problems and we started debugging every feature (4,1 GB of resources) Sorry if i was kinda mean to you, even my english is bad af. Its a really nice resource and i hope it will work now
No the critism is absolutely fine, I was just wondering about it, cuase I had the resource more then 3 months on my server activated and noone had reported this lmao
thanks for the critism and I hope it works now for you as it should!
It says to read the forum if i dont have a data base because it was explained a bunch of times. I see 8 comments on the forum? So how do i do it with no database?
Well, you actually really need a database, it is not really possible with all the features in it, to install it without a database.
This is not really the best option because the programm is in Alpha, but you could use xammp, it is really easy, just create a localhost database and then go to the forum topic from es extended. There is everything else written down.
How should I remove this to let ppl’s to spawn North-Yankton without falling ?
AddEventHandler("playerSpawned", function(spawn)
if spawn and not InNYradius() then
alreadyspawned = true
else
if alreadyspawned == false then
LSfly()
ShowMessage("It has been discovered that your spawning point is in North Yankton. [Return LS]")
alreadyspawned = true
end
end
end)
I love this and tried it and everything works. i love it, one problem that is preventing me from keeping it, using this makes the farm house that is in grapeseed disapear. well not all of it about 90% of it makes a big hole in the ground.
If anyone has issues with being able to Buy the ticket In the server.lua Change “if xPlayer.get(‘money’)” to
if xPlayer.getMoney() all occurences and it will fix the issue Hope this helps someone
Well I had one problem Idk if you guys will have this proble just in case but If your map stays after death got to the bottom of Client.lua and past this