Hello, I am a newbie scripter and I think that learning lua would be easier editing an already finished gamemode. So I downloaded MTA Paradise for making a localhost fun server where I can edit the gamemode as I like in order to learn things faster. But first I need to set the server to be fully functional.
I followed all the steps in the installation text document, but when I open the server I get these errors:
[2012-01-14 15:45:17] ERROR: Problem with resource: assault; Failed to link to missiontimer
[2012-01-14 15:45:17] ERROR: Problem with resource: briefcaserace; Failed to link to deathpickups
[2012-01-14 15:45:17] ERROR: Problem with resource: cdm; Failed to link to scoreboard
[2012-01-14 15:45:17] ERROR: Problem with resource: cdm-ls; Failed to link to headshot
[2012-01-14 15:45:17] ERROR: Problem with resource: ctf; Failed to link to missiontimer
[2012-01-14 15:45:17] ERROR: Problem with resource: ctf-bombsite; Failed to link to scoreboard
[2012-01-14 15:45:17] ERROR: Problem with resource: ctf-canals; Failed to link to scoreboard
[2012-01-14 15:45:17] ERROR: Problem with resource: ctf-goldcove; Failed to link to maplimits
[2012-01-14 15:45:17] ERROR: Problem with resource: ctf-hydrastrike; Failed to link to headshot
[2012-01-14 15:45:17] ERROR: Problem with resource: ctf-sewer; Failed to link to maplimits
[2012-01-14 15:45:17] ERROR: Problem with resource: ctf-tbd; Failed to link to scoreboard
[2012-01-14 15:45:17] ERROR: Problem with resource: ctv; Failed to link to scoreboard
[2012-01-14 15:45:17] ERROR: Problem with resource: deathmatch; Failed to link to killmessages
[2012-01-14 15:45:17] ERROR: Problem with resource: dm-port69; Failed to link to playerblips
[2012-01-14 15:45:17] ERROR: Problem with resource: editor;
[2012-01-14 15:45:17] ERROR: Problem with resource: editor_main; Failed to link to freecam
[2012-01-14 15:45:17] ERROR: Problem with resource: fallout; Failed to link to scoreboard
[2012-01-14 15:45:17] ERROR: Not processing resource 'freecam' as it has duplicates on different paths:
Path #1: "resources\freecam"
Path #2: "resources\[editor]\freecam"
[2012-01-14 15:45:17] ERROR: Problem with resource: hay; Failed to link to scoreboard
[2012-01-14 15:45:17] ERROR: Problem with resource: play; Failed to link to freeroam
[2012-01-14 15:45:17] ERROR: Problem with resource: race; Failed to link to killmessages
[2012-01-14 15:45:17] ERROR: Problem with resource: stealth; Failed to link to missiontimer
[2012-01-14 15:45:17] ERROR: Problem with resource: tdm; Failed to link to killmessages
[2012-01-14 15:45:17] ERROR: Problem with resource: tdma; Failed to link to killmessages
I tried searching a solution for this problem, but I couldn't find anything.
Can you please help me?