-
Posts
175 -
Joined
-
Last visited
Everything posted by keymetaphore
-
I am pretty sure that much doesn't change, but I am using Linux X64 if you mean that, because it's running my webserver and everything else. If you want, I can get you the name of it.
-
Alright, hi. So, I'm creating a small DX HUD that opens when you switch a weapon and closes after some time (indicating the current weapon and the other ones, but that's not so important here). I did create most of it, but I am having trouble with removing it. So here goes the code. function prepareInfo () -- here is the info that prepares everything, mostly not nesesscary dxValue = 100 -- this is the value (one of the possible ones) that would get defined above and is correct local callfunction = function () weaponfunc(dxCount) end addEventHandler("onClientRender", root, callfunction) -- you may see this weird, but it's just so I can pass the variable setTimer(function () if removeEventHandler( "onClientRender", root, function () weaponfunc(dxCount) end ) then outputChatBox("Handler Removed") end end, 3000, 1) -- So right here we set the timer to remove the onClientRender event (and also outputChatBox just to see that the function gets called end function weaponfunc (dxCount) -- here would be the dxDrawRectangle(), not needed here, function works, it just doesn't remove end
-
That one in the photo looks like a DX LIB, maybe you could draw something in paint/ps to show what are you looking for? Do you want it to be made by DX, GUI or something like visual selecting (maybe switching views of class spawnpoints and pressing enter), just specify that. How do you want it to be created? Should it be with animations if it's a DX one, or should there be any transitions between menus? Is the scripter required to handle events and exports to your gamemode to make it functional? Specify as much info as possible. Please answer those and tag me if possible, as @msyyn said - that price is pretty low.
-
Show the meta.xml of the resource and a screenshot of the resource. (hope i'm not late lol) @iRoby0
-
Contact your hosting service, please reply to this post if you are hosting on your own PC ( or your own server at home )
-
use code tags mate please just when editing look for the tab < > and put ur code there or use [ code ] paste lots of stuff [ / code ] without spaces thanks here
-
Client side files are downloaded to the clients' computer anyway, it just gets deleted AFTER executing, so by getting everything sent on the network we get the file with no trouble. it's fileDelete() tho
-
I hope you didn't type it in server console. You gotta type it in the terminal, as terminal would return something lol If you are using a hosting, ask your manager.
-
You probably gotta make your own vehicle system.,
-
Try to install windows 7, if it's possible.
-
Agree. My server is mostly empty, but stays hosted, as it is not public, but for my development. It would just get shut down? Lol
-
Virtual box is much easier, use that. A 3 year old could use it.
-
was paradise rp leaked or what? is it your gamemode?
-
What car you are doing it on? There are some unsupported cars, and show the whole function, because car is not defined.
-
Whats happens with forum??
keymetaphore replied to UserToDelete's topic in Site/Forum/Discord/Mantis/Wiki related
Same for me, that's driving me crazy. -
F1 doesn't always open it. Sometimes you have to acquire them by finding cars, buying them. Depends on the game mode, F1 is from the script
-
lol
-
Upload a beta test version
-
You gotta ask the owner. You may try /x /y /z or /xyz, but this is not a scripting related question, sorry.
-
I really didn't understand. You want to move while frozen? Can you show the code and explain it a bit better? Is there a desync or what? @qing
-
Pass localPlayer as an argument at line 5. Not the best way, but works. From a phone, if you'll tag me I will write it as a code.
-
Might not work, but did you try freezing the ped before setting the animation?
-
Is the window toggling a serverside script?