Search the Community
Showing results for tags 'parse'.
-
Hi all, I currently try to start a server (1.5.4) but the default mtaserver.conf seems to be broken. (the one from baseconfig archive just downloaded) When i start my server i got the following error : If i open mtaserver.conf with Notepad++ (64bits version) i got this view : When i paste the file to YALM Parser Online it says : Output ERROR: mapping values are not allowed here in "<unicode string>", line 10, column 14: Note: Missing or incorrect owner_ema ... It seems that ":" in comments line break the file. When i open the file Notepad is not able to detect the "Langage" used and set the file as Normal Text. I manualy change it to YALM. Is there an encoding problem ? Other ? Thanks for help.
- 3 replies
-
- mtaserver.conf
- parse
-
(and 1 more)
Tagged with:
-
This is maybe a stupid question but maybe some one have a traffic objects map? or where it can be parsed? I have checkout an IDE, IPL files from original GTA:SA game, but i didn't found where it can be defined (dynamic traffic object with positon and rotation, i guess it maybe stored in gta3.img, right?). local aObjectIDs = { 3855; -- GAY_TRAFFIC_LIGHT 1262; -- MTraffic4 mitraffic 1263; -- MTraffic3 mitraffic 1283; -- MTraffic1 mitraffic 1284; -- MTraffic2 mitraffic 1315; -- trafficlight1 1350; -- CJ_TRAFFIC_LIGHT4 CJ_traffic 1351; -- CJ_TRAFFIC_LIGHT5 CJ_traffic 1352; -- CJ_TRAFFIC_LIGHT3 CJ_traffic }; I want to make a workaround to fix this issue: https://bugs.mtasa.com/view.php?id=9387 I Need check if vehicle near the traffic object and get object rotation.