Evil# Posted August 12, 2015 Share Posted August 12, 2015 Hi guys, i just downloaded the turf system by Sasuke. I tried to add more locations to the turf system, it was added and the turf appeared in map but when i enter the turf on other location, which was added by me, it doesn't show the message "You have entered the turf" etc.. Anyone help and tell me how to add a working turf to this script. https://community.multitheftauto.com/ind ... ls&id=6772 Link to comment
TheSmart Posted August 12, 2015 Share Posted August 12, 2015 any error show in debugscript 3? Link to comment
BluntZ Posted August 12, 2015 Share Posted August 12, 2015 Turf system. it has error yet. Works with gang system by castillo. Later I will add photos. To you can turf, you should be in team "Criminal" and you should have a gang. Link to comment
Olle Risk Posted August 12, 2015 Share Posted August 12, 2015 I should probably look at it's code but when you added the new turfs did you add lines in a table, database or similar or does each turf has it's own functions and events? If so you may have forgotten something. Post the errors or eventual warnings. Link to comment
Evil# Posted August 13, 2015 Author Share Posted August 13, 2015 shows this [2015-08-13 02:40:31] WARNING: Script 'turfsystem\serverTurf.lua' is not encoded in UTF-8. Loading as ANSI... [2015-08-13 02:40:31] INFO: Sistema de turf by Sasuke* ha iniciado correctamente! [2015-08-13 02:40:31] turfsystem restarted successfully This script works fine for me, just when I enter the turf I made, doesn't work. Other turfs work. It has two tables turfPos and AreaPos, TurfPos has more elements but AreaPos has 4 elements in it. Someone told me to take your position where the colshape ends, but the position is only x, y, z and areapos(radararea) have 4 elements Also it created a long turf when I tried. I am using resource 'zoner' to add turfPos but I still can't understand what to add in AreaPos. Someone told me that AreaPos is the radar area, but I still can't understand what to add in it. See what I created.. local turfPos = { { 1139.573, -1276.031, 0, 125.443, 141.761, 12.165}} local areaPos = { { 1265.01611, -1134.26978, 23.65625, 1000 }} Link to comment
Evil# Posted August 13, 2015 Author Share Posted August 13, 2015 Anyone there to help? Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now