Fabio(GNR) Posted September 5, 2010 Share Posted September 5, 2010 Alright i just created a stunt map for my server, but i want some things in it 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 Thanks! Link to comment
dzek (varez) Posted September 5, 2010 Share Posted September 5, 2010 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
Fabio(GNR) Posted September 5, 2010 Author Share Posted September 5, 2010 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 But thanks 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
Fabio(GNR) Posted September 5, 2010 Author Share Posted September 5, 2010 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
dzek (varez) Posted September 5, 2010 Share Posted September 5, 2010 iteriors resource creates markers, nothing with gui. should work only outside, but for me - it was not working properly when i did it that way (there was topic about same problem as mine about month ago). spawning where play spawns? so you didnt add definitions. Link to comment
Fabio(GNR) Posted September 5, 2010 Author Share Posted September 5, 2010 Sorry but i ment The teleleport GUI menu and never mind the teleport markers GUI menu is better Hm ok, Yeah were the player spawn, i did create it in the MTA editor but then it only works if i play the map in race mode what makes it a race map but it is a freeroam server and map so.... Link to comment
dzek (varez) Posted September 5, 2010 Share Posted September 5, 2010 wut? decide, it's freeroam map or deathmatch. this is not the same. Link to comment
Fabio(GNR) Posted September 6, 2010 Author Share Posted September 6, 2010 yes, but i ment if you add defenitions of race, you need to run race gamemode to use them, but it aint race but freeroam, but how do you do that GUI teleport menu? Thanks Link to comment
dzek (varez) Posted September 6, 2010 Share Posted September 6, 2010 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 Link to comment
Fabio(GNR) Posted September 7, 2010 Author Share Posted September 7, 2010 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 But how about the GUI menu? Link to comment
dzek (varez) Posted September 7, 2010 Share Posted September 7, 2010 But how about the GUI menu? Scripting + GUI Link to comment
Fabio(GNR) Posted September 7, 2010 Author Share Posted September 7, 2010 Scripting + GUI Yes, thanks this has to be doen with?? what program? Never mind it was unofficial script editor doesnt work for me cant find resource folder trying lauedit now Link to comment
Fabio(GNR) Posted September 7, 2010 Author Share Posted September 7, 2010 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
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