-
Posts
859 -
Joined
-
Last visited
Everything posted by Faw[Ful]
-
got the timer working but it look like MTA cant load a TXD on another TXD already loaded by MTA maybe there another way ?
-
I want to animate my TXD (gta sa texture library) by using a timer and many TXD so there is a texture with the same name in each TXD. With a timer I want to load the TXD 1 for example and after the TXD 2 and after the TXD 3 so at the end I will create an animation. But This work : addEventHandler('onClientResourceStart', resourceRoot, function() txd_anim1 = engineLoadTXD('files/anim1.txd') engineImportTXD(txd_anim1, 2396) local col = engineLoadCOL('files/21.col') engineReplaceCOL(col, 2396) local dff = engineLoadDFF('files/21.dff', 0) engineReplaceModel(dff, 2396) engineSetModelLODDistance(2396, 500) end ) and this dont work : function animate() txd_anim1 = engineLoadTXD('files/anim1.txd') engineImportTXD(txd_anim1, 2396) local col = engineLoadCOL('files/21.col') engineReplaceCOL(col, 2396) local dff = engineLoadDFF('files/21.dff', 0) engineReplaceModel(dff, 2396) engineSetModelLODDistance(2396, 500) end setTimer ( animate, 1000, 0 ) But I cant add a timer in the first script , because my function need a name and if I add a name the script dont work.
-
Its great, good work ! Can you make also a vcarshade loops like the rcg ? I mean a small vcarshade loop, not large. If you can that would be really awesome, because most of all the objects can be easily use to make clean corner.
-
This happen on all the players I think, it will be better to post that in Issues section.
-
use delux converter to convert ipl to .map why you need IDE ?
-
This is a render made with a 3D tool ? Look like 3D material. Im just curious .
-
Nice map and nice hitman blood money song idea, I like map with scripts. Pro boost writed on the left of the screen, lol everything need to be pro.
-
It will be very bad to see samp mappers that use that converter to convert DM race maps from MTA to samp, because this keeps MTA popular.
-
Nice SDK editor, you can creat and trigger events like in the SDK of the source engine or unreal. It is more easy to do than the scripting and more fast.
-
alot of time in race when you change your vehicle to a dinghy and you fall in water the screen become white with sometime a loading in the center of the screen. You need to restart the map or the server or you need to quit and reconnect to solve it, but it can appear again. The first time it happen to me is in MTA 1.0.1 , the first time I begin to play MTA 1.x
-
I agree Not exactly like COD lol, but these arm on the pictures need more polys, look like an cardboard box, of course the camera is close to them. nice script of course, minecraft gamemod use it.
-
yup , but it is samp so do not bother you and serve you.
-
wich microsoft visual C++ MTA use ?
-
I see that some custom weather in the editor can change the color of the gta sa world objects, It would be great if there is a function to get a full control on these colors. It is not very important of course, but it can create some fun effects. sky color, cars color, water color and maybe world objects color. now we need some zombies . green day...
-
omg , I know It is just a warning about the visual of minecraft. and for the collision its not for the alpha version only , I just see that the player want to fall between the cubes when he walks on them, because the collision is too small thats it.
-
minecraft beta is out with 64X64 pixel texture , upgrade ? It will be easy. If you want fixed collision PM me, I see that the player want to fall between the cubes.
-
Timelimit is simply bugged, seriously I dont know. =} msn {=
-
They are not function , if you have kams script you will see what I mean.
-
+1 also You can do that in the majority of games map editor.
-
yea very nice. Well, if you creat a new TXD and add a custom shadow picture in it then rename it with the good texture name (shad_car). Load this txd into script , maybe it will be downloaded by client.
-
lol replace your gta sa.exe with this one.
-
Maybe you forget to downgrade your gta sa to the first version. Your game is cracked. So use this gta sa.exe to crack + patch your gta sa.exe to the first first version : http://www.megaupload.com/?d=I1JE0111
-
This object doesnt exist in gta sa, I made it. How to make long map ... strange question, do you talk about the Maximum object limit or what !
