Jump to content

Couple questions... help please


Fabio(GNR)

Recommended Posts

Alright i just created a stunt map for my server, but i want some things in it :D Well i dont know how to make teleports and people say i should script but idk how, and i dont really wanna learn. but if they'rs a easier way pls tell me. And i want spawnpoints in the deathmatch editor were to find those? Cauz otherwize they don't know were the stunt place is. And a addition to my previous question how can i edit the teleport map? So that i can tell them were the stunt area is. only if spawn points don't work. Sorry if some of my questions don't belong in this topic. Im a noobie :D Thanks!

Link to comment

If you asking for teleports from commands or gui menu - there was some resources in community, which is currently down.

To set any gamemode specific elements - you have to add "definitions" in your map settings, then hover your mouse over one icon in the bottom-left, and use your mouse scroll to change icons to another definitions.

If you want to set teleporting markers - MAYBE "interiors" resource will help you (it's defaultly installed with your mta server) - if this not satisfy you - you have to script that, but:

and i dont really wanna learn

if you don't want to learn - don't expect anyone will want to do something for you.

Link to comment
If you asking for teleports from commands or gui menu - there was some resources in community, which is currently down.

To set any gamemode specific elements - you have to add "definitions" in your map settings, then hover your mouse over one icon in the bottom-left, and use your mouse scroll to change icons to another definitions.

If you want to set teleporting markers - MAYBE "interiors" resource will help you (it's defaultly installed with your mta server) - if this not satisfy you - you have to script that, but:

and i dont really wanna learn

if you don't want to learn - don't expect anyone will want to do something for you.

Thanks, But i just used pawno (witch isnt good at all) and i just failed at that at every thing, it looks to hard :D

But thanks :P

EDIT: Im a noob sorry but can't i just spawn without a vehicle? Its not really a big deal actually... And btw yeah al the resources downloads are down :( they just did this forum however and thabnks for your quick reply!

Link to comment
pawn? in mta?

No, i used SA-MP back then :/ BTw i just tested it, the spawn and it doesnt work i just spawn on the standard play/freeroam place :(

EDIT: I would like it to be in a GUI like you said, so that i can title the tele's and its just outside, does the interioirs resource works for that?

Link to comment
I Didn't said anything about adding race definitions, but about deathmatch definitions to set spawns.. But It looks like you want to have it in freeroam. I Think you will have to script it by yourself.. Don't Be lazy-server administrators can't be lazy. lazy admin is worth nothing

I just started a server, but the spawn i will look for scripting things for that :D But how about the GUI menu?

Link to comment

Ok, thanks i scripted a player spawn thing, with much help from the wiki link, but i want to change it to a additional resource Heres the .lau code:

function joinHandler() 
    local x = 2440.6409 
    local y = -1671.0002 
    local z = 13.5491 
    spawnPlayer(source, x, y, z) 
    fadeCamera(source, true) 
    setCameraTarget(source, source) 
    outputChatBox("Welcome to The Jungle!", source) 
end 
addEventHandler("onPlayerJoin", getRootElement(), joinHandler) 

And the meta.xml :

- <meta> 
  <info author="author" type="gamemode" name="My Server" description="My first MTA DM server" />  
  <script src="script.lua" />  
  </meta> 

Well i tried the teleport GUI thing, but it won't work for me i tried my best but i don't understand anything... And im Dutch....

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