prodigy285 Posted June 30, 2013 Share Posted June 30, 2013 Hello im trying to make my server good so i downloaded the spawn player script mod but idk how to add it or cofig it any help and make it position were i want players spawned. Link to comment
Castillo Posted June 30, 2013 Share Posted June 30, 2013 Is really hard to help you if you don't even tell us what is the script you're talking about. Link to comment
prodigy285 Posted June 30, 2013 Author Share Posted June 30, 2013 I said the spawn script. p-spawn Link to comment
Castillo Posted June 30, 2013 Share Posted June 30, 2013 Do you even know how to install a resource on your server? Link to comment
Castillo Posted June 30, 2013 Share Posted June 30, 2013 Then what do you mean by "config it"? Link to comment
prodigy285 Posted June 30, 2013 Author Share Posted June 30, 2013 Because look http://prntscr.com/1ct2cn idk what to do is it like adding a resource if so how do i set the location to make my players spawn there? Link to comment
Castillo Posted June 30, 2013 Share Posted June 30, 2013 Well, the script has several variables inside, you just change them. -- Settings for when a player joins -- XYZ coördinates local joinX = 0.0 local joinY = 0.0 local joinZ = 0.0 -- Weapon and ammo local joinWeapon = 22 local joinAmmo = 200 -- Message when player joins local joinMessage = "Welcome to this server." -- Skin that player gets local joinSkin = 0 -- Settings for when a player dies -- XYZ coördinates local spawnX = 0.0 local spawnY = 0.0 local spawnZ = 0.0 -- Weapon and ammo local spawnWeapon = 22 local spawnAmmo = 200 -- Skin that player gets local spawnSkin = 0 -- Settings for the amounts of money -- Money the killer gets local killerMoney = 500 -- Money removed from player when they die local deadPlayerMoney = 500 -- Money you get when you join local joinMoney = 1000 Link to comment
prodigy285 Posted June 30, 2013 Author Share Posted June 30, 2013 My question is were do i drop the 2 files and how putting numbers to = like spawn x y z is ganna get my players into place. Link to comment
Castillo Posted June 30, 2013 Share Posted June 30, 2013 You don't "drop" the files, you put it as a .ZIP or unpack it into a folder and place it on the resources folder. Link to comment
prodigy285 Posted June 30, 2013 Author Share Posted June 30, 2013 MTASA folder>mods>deathmatch>resources or MTAsa folder>server>mods>deathmatch>resources Link to comment
iPrestege Posted June 30, 2013 Share Posted June 30, 2013 MTA > Server > Mods > DeathMatch > Resources . Link to comment
Castillo Posted June 30, 2013 Share Posted June 30, 2013 I asked you if you knew how to install resources, you said yes, why do you say yes if you don't really know how? Read this manual: https://wiki.multitheftauto.com/wiki/Se ... our_server Link to comment
prodigy285 Posted June 30, 2013 Author Share Posted June 30, 2013 Sorry for being annoying but do i just put the folder in there becase this what it looks like http://prntscr.com/1ct77h an di put the 2 files in a winrar zip also how do i set the spawn spot? Link to comment
iPrestege Posted June 30, 2013 Share Posted June 30, 2013 As you like zip or folder . Link to comment
prodigy285 Posted June 30, 2013 Author Share Posted June 30, 2013 Basically its not a resource we are working with its a script thingy that idk how to install and to have working. Link to comment
Castillo Posted June 30, 2013 Share Posted June 30, 2013 Place the .zip you've downloaded into the folder. Link to comment
prodigy285 Posted June 30, 2013 Author Share Posted June 30, 2013 http://prntscr.com/1ct8a0 now what how to set the spawn spot? Link to comment
Castillo Posted June 30, 2013 Share Posted June 30, 2013 Now you can unpack it with WINrar, then remove the .ZIP and leave the folder, then you can open the .lua file inside and set the variables inside. Link to comment
prodigy285 Posted June 30, 2013 Author Share Posted June 30, 2013 Ok you told me put the 2 files in a folder or in a zip and place it in resource folder now you want me to unpack it and put just the folders in resource and also idk the variables for the spot i really want my players to spawn at. Link to comment
Castillo Posted June 30, 2013 Share Posted June 30, 2013 You don't really need that script, the MTA server by default has a spawn system. Link to comment
prodigy285 Posted June 30, 2013 Author Share Posted June 30, 2013 Yea i seen a youtube video on it all you have to do is go to edit thingy press definitions then add ctf but then idk how to get to the ctf menu it says scroll down but when i do it doe snothing Link to comment
Castillo Posted June 30, 2013 Share Posted June 30, 2013 It has spawnpoints by default. Link to comment
prodigy285 Posted June 30, 2013 Author Share Posted June 30, 2013 Anyway thanks for "trying" to help a noob like me. 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