WannabeFrajer Posted March 2, 2024 Share Posted March 2, 2024 Hello i downloaded this gamemode with everythind i needed to install it but it only shows black screen. Link to comment
WWW Posted March 2, 2024 Share Posted March 2, 2024 Type these commands on server console: start duel start tdmutils start tdminfobox Link to comment
WannabeFrajer Posted March 2, 2024 Author Share Posted March 2, 2024 I did, and it was still black. Link to comment
WWW Posted March 2, 2024 Share Posted March 2, 2024 The script has 3 parties so you need to start engines first, then infobox and then duel. Link to comment
WannabeFrajer Posted March 2, 2024 Author Share Posted March 2, 2024 I did start it and it was still black. I start tdminfobox tdmutils and last duel. Link to comment
WannabeFrajer Posted March 2, 2024 Author Share Posted March 2, 2024 Thank you it worked, and i want to ask you how to do it on join automatically. Link to comment
WWW Posted March 2, 2024 Share Posted March 2, 2024 Add this code on notepad "duel\server\joiner.slua". addEventHandler("onPlayerJoin", root, function() if isPlayerInMode(source) then return end triggerEvent("onPlayerRequestGamemode", source, "PVP/TDM") end) Link to comment
WannabeFrajer Posted March 3, 2024 Author Share Posted March 3, 2024 Thank you so much!! But when i join room with player i cant move. Link to comment
WWW Posted March 3, 2024 Share Posted March 3, 2024 Search in the code this function: setElementFrozen Link to comment
WannabeFrajer Posted March 3, 2024 Author Share Posted March 3, 2024 I searched all client and server side scripts and there is nothing like that. Link to comment
WannabeFrajer Posted March 3, 2024 Author Share Posted March 3, 2024 So it looks like that toggleAllControls(thePlayer, false, true, false); Link to comment
WannabeFrajer Posted March 3, 2024 Author Share Posted March 3, 2024 6 hours ago, WannabeFrajer said: I tried turn everything to true but nothing happend. Link to comment
WWW Posted March 3, 2024 Share Posted March 3, 2024 toggleAllControls(thePlayer, false, false, false); Link to comment
WannabeFrajer Posted March 3, 2024 Author Share Posted March 3, 2024 I cant still move. Link to comment
WWW Posted March 3, 2024 Share Posted March 3, 2024 Set both conditions to false, and then enter again in the server. Link to comment
WannabeFrajer Posted March 3, 2024 Author Share Posted March 3, 2024 I did but still cant move. I can move but its like some barrier or something like i can movu but its blocking my moving. Link to comment
WWW Posted March 4, 2024 Share Posted March 4, 2024 Contact the author, I don't know where is the problem. 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