-
Posts
136 -
Joined
-
Last visited
-
Days Won
15
Everything posted by TMTMTL
-
[ENGLISH] [W.I.P] 6 MonthZ In - Zombie Apocalypse Roleplay
TMTMTL replied to TMTMTL's topic in Servers to play on
Hi. Added a video of a W.I.P Scuba Diving script I am working on in the main post. Have a good weekend all! -
[ENGLISH] [W.I.P] 6 MonthZ In - Zombie Apocalypse Roleplay
TMTMTL replied to TMTMTL's topic in Servers to play on
Hi. I've updated the main post with a new video, demo'ing the base building I have been working on. With Turret's assistance I have also updated the reserved post with some object renders. Thank you Turret -
[ENGLISH] [W.I.P] 6 MonthZ In - Zombie Apocalypse Roleplay
TMTMTL replied to TMTMTL's topic in Servers to play on
Hi everybody. Just a quick one! I've updated the main post with 3 new videos. Showcasing some of the new stuff we have been working on and implementing. Customizable characters, clothing functions, a complete rework of the weapons system and a completely new inventory. Thank you! -
Hi. Could you give us a run down on what sort of work this would entail. The current state of your server, where you plan to take it?
-
[ENGLISH] [W.I.P] 6 MonthZ In - Zombie Apocalypse Roleplay
TMTMTL replied to TMTMTL's topic in Servers to play on
Thought I'd drop a nice screenshot to keep the thread alive! Here's one me and Buddy took earlier whilst implementing the new character builder and customizable clothing. -
There's an example of synching setPedLookAt(Or I think it may be setPedAimTarget) on the Wiki, it's fairly resource heavy in populated servers though.
-
[ENGLISH] [W.I.P] 6 MonthZ In - Zombie Apocalypse Roleplay
TMTMTL replied to TMTMTL's topic in Servers to play on
Thank you Nando I appreciate your kind words! As are you too, your resources will no doubt save me a lot of work. ? -
There's no need to be rude. If you have nothing nice to say then don't say anything at all. @Swirty I appreciate your efforts but to be paid for mapping usually entails custom models/enviroment modding these days. You should take a look into it, it can really expand the possibilities of what you can create and what you can envision.
-
Nando coming through with the goodies as per! Top man
-
[ENGLISH] [W.I.P] 6 MonthZ In - Zombie Apocalypse Roleplay
TMTMTL replied to TMTMTL's topic in Servers to play on
Thank you Buddyy, and I'm so glad to now have you on-board with me! Also, main post updated. A few new videos and new graphic work. -
Hi. Does anybody have the Gostown Paradise map to use with MTA stream? Thanks.
- 154 replies
-
- lc
- carmageddon
-
(and 1 more)
Tagged with:
-
I did say it was untested. Well the barebones of how to do it are there, and you are along the right lines. Now have your own attempt at resolving it. You asked for help, I won't write the script for you
-
local soundVolume = 1 function playMusic() song = playSound("music/track.mp3", true) setSoundVolume(song, soundVolume) setTimer(fadeSound, 100, 10) end addCommandHandler("pmusic", playMusic) function fadeSound() if soundVolume > 0 then soundVolume = soundVolume - 0.1 setSoundVolume(song, soundVolume) else destroyElement(song) end end addCommandHandler("smusic", fadeSound) Untested but this should do the trick.
-
I see where you've got confused. Give me an hour as I've just woken, I'll post an example.
-
[ENGLISH] [W.I.P] 6 MonthZ In - Zombie Apocalypse Roleplay
TMTMTL replied to TMTMTL's topic in Servers to play on
Updated, 2 new videos and a new Discord link. ? -
Hi. With such a brief question, nobody is going to just give you hard earned work, maybe you could find something on the community resources? You don't sound willing to code so your last option would be to pay somebody to make a car shop? If you decide to pay for the script, send me a message. I don't mind doing commissioned work.
-
Hi. I'm on my phone at the moment so it's a bit awkward. But you could make this a lot cleaner by making the volume a variable and only using 1 timer. Local soundVolume = 1 at the top, set your timer to 100 * 10, put if soundVolume > 0 then soundVolume = soundVolume - 0.1 end above the playSound, and set the Volume argument to the soundVolume variable.
-
[ENGLISH] [W.I.P] 6 MonthZ In - Zombie Apocalypse Roleplay
TMTMTL replied to TMTMTL's topic in Servers to play on
Updated main post with better quality videos of some of the stuff I have been working on. And I would also like to thank everyone for the positive reactions! -
You haven't posted any of the code or what you're really trying to achieve?
-
[ENGLISH] [W.I.P] 6 MonthZ In - Zombie Apocalypse Roleplay
TMTMTL replied to TMTMTL's topic in Servers to play on
Today we've hit 20 members in the discord, that's awesome because for the first 3 weeks of this project I was talking to myself in my own discord channel, setting myself reminders and stuff I had to finish, wondering if anybody would even be remotely interested. I'm happy with the response I've got so far, and I'm glad you've all took interest in this project! To those of you who have jumped on as contributors I appreciate you massively, because your skills will be the icing on the cake for this project, and to those of you planning to play here, I can't wait to see you all in-game when the BETA comes around! I will be sure to keep the videos coming, later on I'll upload some better quality videos and images. Thank you -
[ENG] Eagle Roleplay — #allwaysforthebetter
TMTMTL replied to pervysage's topic in Servers to play on
Your discord link has expired. Good luck with your project -
Hi. Piecing a full gamemode together can be a big task. I have recently undertaken the task of doing the same thing. And I started with making a login resource, and character selection(roleplay), but it depends on what your gamemode is.
-
Hi. Could you better explain what you're trying to achieve please? Are you doing something similar to the invisible mode in GTA 5?
-
[ENGLISH] [W.I.P] 6 MonthZ In - Zombie Apocalypse Roleplay
TMTMTL replied to TMTMTL's topic in Servers to play on
Thank you, I appreciate it!