megaman54
Members-
Posts
245 -
Joined
-
Last visited
Everything posted by megaman54
-
Thank you both Really fast answer i like it.
-
What is the best way to fit DX and GUI text and other elements in all resolutions?
-
Have you found anything/anyone yet who could know more?
-
Thanks for both of you! I will try both of those examples
-
How to check if argument typed by a player in a command is a number?
-
Thank you! I really appreciate your help
-
Any way to convert this CLEO mod i made into MTA source code? //-------------MAIN--------------- thread 'NPC' :NPC_11 wait 0 01EB: SET_CAR_DENSITY_MULTIPLIER 3.0 03DE: SET_PED_DENSITY_MULTIPLIER 3.0 jump @NPC_11
-
Thank you for the info . Now i got a problem with building the client. I did everything as instructed here: https://wiki.multitheftauto.com/wiki/Compiling_MTASA and when i try to open the client it gives me this error: Multi Theft Auto has not been installed properly, please reinstall. [Registery key not present]. And should it always put the _d at every filename? According to wiki that stands for debug. I'm using Microsoft Visual Studio 2008 with SP1 on Windows 7
-
Could you explain more about this? Like how to call it and in what part of the source code.
-
I am asking where in MTA source code i can find the part that prevents the client from spawning clientside NPCs. I am asking this because i want to remove that prevention. I want the client to spawn driving and walking NPCs, i dont care if the NPCs arent synced to other players because there will be only me and my friend playing in my private server. I hope someone will give me a proper answer. Thanks in advance.
-
Yes! That was it! Thanks and i forgot they was called particles hehe
-
I'm trying to find the resource with you could create a effects as objects but i dont remember the name or the author. Nor i couldn't find it at the community. If someone remembers the author or the actual name please tell me or give a link to it. Thanks
-
Is it possible to read and execute all files in a folder with script without adding the files to the meta.xml ? Like i have folders called "maps" and there is 1 map when the resource starts then i add there another map and i do command like /reloadmaps and it checks the folder and sees there is a new map and then it loads that map file and creates the objects and other stuff from that map file.
-
I want to make a counter that calculates how long the player has been in the server and save it to his account. I already have a counter that calculates the time the player has been in the server but the time resets everytime he quits the server. So, how i can save this? I alread tried modifying the code for the normal counter but it dint work.
-
I'm trying to make a animation syncher but it fails because "getPedAnimation" isnt server side, but wiki says otherwise: the function "getPedAnimation" is in the list of server-side functions but when i open it, it displays it as client-side only. What is this?
-
Ok, thanks I will try this tomorrow when i have more time.
-
That clears it nicely, thanks . But do i have to calculate the fps too?
-
Well, i dont...
-
What i'm trying to do is this: the camera moves in a interior from room to another when the user switches the GUI menu. So the camera must move and rotate in multiple directions.
-
So i must add multiple cordinates and multiple setCameraMatrix functions and trigger them with onClientPreRender?
-
I have a question here. How i can smoothly move the camera from place A to place B without instant warp?
-
Hi! Recently, someone tried to join my server with very strange serial and nick and version. Log: [2011-11-02 17:52:40] CONNECT: ‡>ÅùA±o.c‘x´¨¾xã´çrý failed to connect (Bad version) (IP: 41.232.137.147 Serial: }›Hã•G¸S.m$ éWóv°Øz¹¼{£Aûò Version: 21.28.61-9.6255146.137) And when that player tried to join, my server console made a beep sound I wonder has anyone other seen this? Is this strange or normal?
-
Yeap now it works perfect! Thank you Aibo
-
Ahh thanks dint see that . But when testing the clear buttons, they do nothing. I did script functions to them but they seem not to work or i did something wrong. Also the clientside script doesnt check that the login and register text fields actually have text in them.
-
Yes, no errors or warnings.
