Jump to content

MTA Paradise


CONTROLA

Recommended Posts

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?

Link to comment

Did you delete the scoreboard resource ? That's the trouble, the resource don't find it, check if you have it, if you renamed, you must put the old name "scoreboard", directory C:\Program Files\MTA San Andreas 1.2\server\mods\deathmatch\resources\[gameplay]

  • Like 1
Link to comment

  
[2012-01-14 17:46:44] WARNING: players/main.lua(Line 379) [server] setPedFrozen is deprecated and may not work in future versions. Please replace with setElementFrozen before Tuesday. 
[2012-01-14 17:46:44] Some files in 'players' use deprecated functions. 
[2012-01-14 17:46:44] Use the 'upgrade' command to perform a basic upgrade of resources. 
[2012-01-14 17:46:45] WARNING: admin/player.lua(Line 225) [server] isPedFrozen is deprecated and may not work in future versions. Please replace with isElementFrozen before Tuesday. 
[2012-01-14 17:46:45] WARNING: admin/player.lua(Line 238) [server] setPedFrozen is deprecated and may not work in future versions. Please replace with setElementFrozen before Tuesday. 
[2012-01-14 17:46:45] WARNING: admin/player.lua(Line 241) [server] setVehicleFrozen is deprecated and may not work in future versions. Please replace with setElementFrozen before Tuesday. 
[2012-01-14 17:46:45] Some files in 'admin' use deprecated functions. 
[2012-01-14 17:46:45] Use the 'upgrade' command to perform a basic upgrade of resources. 
[2012-01-14 17:46:45] WARNING: shops/shop.lua(Line 57) [server] setPedFrozen is deprecated and may not work in future versions. Please replace with setElementFrozen before Tuesday. 
[2012-01-14 17:46:45] Some files in 'shops' use deprecated functions. 
[2012-01-14 17:46:45] Use the 'upgrade' command to perform a basic upgrade of resources. 
[2012-01-14 17:46:45] INFO: Loaded 0 maps with 0 objects. 
[2012-01-14 17:46:45] WARNING: bank/bank.lua(Line 59) [server] setPedFrozen is deprecated and may not work in future versions. Please replace with setElementFrozen before Tuesday. 
[2012-01-14 17:46:45] Some files in 'bank' use deprecated functions. 
[2012-01-14 17:46:45] Use the 'upgrade' command to perform a basic upgrade of resources. 
[2012-01-14 17:46:45] Server started and is ready to accept connections! 
[2012-01-14 17:46:45] Type 'help' for a list of commands. 

These are the remaining warnings...

Link to comment

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...