Jump to content

Few questions from new server creator.


Yazir

Recommended Posts

Hi, i'm new there and this is my 1st post. I am working now on my first server and i have few questions so:

1) How do i add map that i maked to my server?

2) Where i can find a good level script with gui?

3) Have you got any good shop system that makes weapons buyable at every ammu nation in GTA?

4) I saw on many servers, script that makes player's "pin" to vehicle by pressing X. How it's named?

5) What to do to install server resources automatically when i open mta server?

6) How do i change https://community.multitheftauto.com/in ... ils&id=347 not to use knife? They can kill in 1 hit and i don't want that :/ and how to make zombies can steal cars?

7) Is there such a resource that makes vehicles have different colors on every spawn?

8) How do i make spawn point?

9) Is there any automatic weather changer?

10) What mode is ffa? I don't want tdm, ctf, play, i want to have only my map without any modes.

11) I have code like this:

setTimer(

function ()

setElementHealth ( localPlayer, ( getElementHealth ( localPlayer ) + 0.05 ) )

end,100,0)

How to make something like this but giving armor when standing?

12) I can't find any good account register/login panel without join as guest button and msql :/, have you got any?

13) Is it possible to not lose weapon from bug? I mean the bug when u have selected another weapon than colt and if you buy/pick up glock it's reset to pickup value :/.

I gonna edit this post when will i have another question, thanks :)

Edited by Guest
Link to comment
Hi, i'm new there and this is my 1st post. I am working now on my first server and i have few questions so:

1) How do i add map that i maked to my server?

2) Where i can find a good level script with gui?

3) Have you got any good shop system that makes weapons buyable at every ammu nation in GTA?

4) I saw on many servers, script that makes player's "pin" to vehicle by pressing X. How it's named?

5) How do i make the addons work after starting up server?

I gonna edit this post when will i have another question, thanks :)

1) Make sure the map resource has a meta.xml and a .map file. Then you can add the resource into the resources folder.

2) https://community.multitheftauto.com/ind ... ils&id=141

3) There are some on the Community.

4) https://community.multitheftauto.com/ind ... ails&id=51

5) What do you mean by addons?

Link to comment
Hi, i'm new there and this is my 1st post. I am working now on my first server and i have few questions so:

1) How do i add map that i maked to my server?

2) Where i can find a good level script with gui?

3) Have you got any good shop system that makes weapons buyable at every ammu nation in GTA?

4) I saw on many servers, script that makes player's "pin" to vehicle by pressing X. How it's named?

5) How do i make the addons work after starting up server?

I gonna edit this post when will i have another question, thanks :)

1) Make sure the map resource has a meta.xml and a .map file. Then you can add the resource into the resources folder.

2) https://community.multitheftauto.com/ind ... ils&id=141

3) There are some on the Community.

4) https://community.multitheftauto.com/ind ... ails&id=51

5) What do you mean by addons?

Ty, i updated 5th question :) (God bless google translate)

Btw. 1q, i doing all right (i think).

Link to comment

Ahh I see what you mean. Open mtaserver.conf and go all the way down. You will find some resources. Those resources are the ones that start automatically every time you start the server. You can most definitely add more.

Link to comment
6) How do i change https://community.multitheftauto.com/in ... ils&id=347 not to use knife? They can kill in 1 hit and i don't want that :/ and how to make zombies can steal cars?

7) Is there such a resource that makes vehicles have different colors on every spawn?

8) How do i make spawn point?

9) Is there any automatic weather changer?

10) What mode is ffa? I don't want tdm, ctf, play, i want to have only my map without any modes.

11) I have code like this:

setTimer(

function ()

setElementHealth ( localPlayer, ( getElementHealth ( localPlayer ) + 0.05 ) )

end,100,0)

How to make something like this but giving armor when standing?

12) I can't find any good account register/login panel without join as guest button and msql :/, have you got any?

13) Is it possible to not lose weapon from bug? I mean the bug when u have selected another weapon than colt and if you buy/pick up glock it's reset to pickup value :/.

I gonna edit this post when will i have another question, thanks :)

6. I don't know, I never used that resource

7. Check the community or else make it yourself :P

8.

local spawnX, spawnY, spawnZ = 1959.55, -1714.46, 10 
function joinHandler() 
    spawnPlayer(source, spawnX, spawnY, spawnZ) 
    fadeCamera(source, true) 
    setCameraTarget(source, source) 
    outputChatBox("Welcome to My Server", source) 
end 
addEventHandler("onPlayerJoin", getRootElement(), joinHandler) 

9. https://community.multitheftauto.com/ind ... ils&id=135

10. Free For All? That's Play.

11. Don't know; ask in the Scripting section.

12. With guest and Without guest. There are many other login panels in the Community.

13. I don't know. You can report the bug here

Link to comment

6. I don't know, I never used that resource

7. Check the community or else make it yourself :P

8.

local spawnX, spawnY, spawnZ = 1959.55, -1714.46, 10 
function joinHandler() 
    spawnPlayer(source, spawnX, spawnY, spawnZ) 
    fadeCamera(source, true) 
    setCameraTarget(source, source) 
    outputChatBox("Welcome to My Server", source) 
end 
addEventHandler("onPlayerJoin", getRootElement(), joinHandler) 

9. https://community.multitheftauto.com/ind ... ils&id=135

10. Free For All? That's Play.

11. Don't know; ask in the Scripting section.

12. With guest and Without guest. There are many other login panels in the Community.

13. I don't know. You can report the bug here

8,9) Thanks!

10) I mean, gamemode there is no f1 panel and stuff and "cheats" like this, i want to have only mine map :/.\

12) It's good, but i have bug https://dl.dropboxusercontent.com/u/443 ... -27-17.png. I can play with this, but you see...

Link to comment
8,9) Thanks!

10) I mean, gamemode there is no f1 panel and stuff and "cheats" like this, i want to have only mine map :/.\

12) It's good, but i have bug https://dl.dropboxusercontent.com/u/443 ... -27-17.png. I can play with this, but you see...

No problem and for

10) Can you explain better? Maybe a picture?

12) I just found a random panel with no guest function. I suggest you either make one yourself or find another.

Link to comment

how to use this?

local spawnX, spawnY, spawnZ = 1959.55, -1714.46, 10

function joinHandler()

spawnPlayer(source, spawnX, spawnY, spawnZ)

fadeCamera(source, true)

setCameraTarget(source, source)

outputChatBox("Welcome to My Server", source)

end

addEventHandler("onPlayerJoin", getRootElement(), joinHandler)

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...