-
Posts
859 -
Joined
-
Last visited
Everything posted by Faw[Ful]
-
U need to know the existence of MTA ware , not on community and its hidden in the exo server DD/DM, I think its the most scripted gamemod I have seen for MTA, just fallout its very scripted how about MTA : Ware ?
-
It would be nice to use the stage resource to make an media tracker like track mania, use advanced reccorded camera matrix to make a kind of movie to present the map ingame and it take no big size its just a custom camera movement ingame and rotation like the video editor of gta IV , I see a little work of that in basemod to present the map, one of my suggestion I need to post. That + animated texture = MTA can do what Track mania does and a better GAME !
-
still cool,in the other hand I dunno how to drive after that (I dont test the resource, but im sure the driver its affected by that)
-
do you can lost a wheel ? I know a wheel can fall of the car when the car explode (in MTA we still see the wheel attaching to the car)
-
new DM hypnosis https://www.youtube.com/watch?v=s476uEmm ... r_embedded
-
Gmod o yea
-
na ! Im talking about edit map with MTA not in gta sa solo , all player need to change gta solo to play a specific map or whatever thats for samp players only
-
the first thing I will do if I creat MTA is the possibility to remove or edit the default sa map objects, if we delete all of them , maybe we can increase limit and game performance, still the look of objects limit in MTA 1.x is better than MTA old race mod.
-
thanks bin, but isnt necessary got it working I forget to make it serverside LOL and I put 0 for new position so object change place, now its ok it rotate like a charm with a little lag
-
dont work wtf now script look like that : function resource_starts() object1 = createObject ( 2053, 5041.107421875, 2517.9289550781, 35.989669799805, 33.997192382813, 179.99450683594, 179.99450683594 ) object2 = createObject ( 2053, 5098.576171875, 2517.919921875, 35.989669799805, 33.99169921875, 179.99450683594, 179.99450683594 ) object3 = createObject ( 2053, 5155.91015625, 2517.9384765625, 35.989669799805, 33.99169921875, 179.99450683594, 179.99450683594 ) end addEventHandler ( "onResourceStart", getRootElement(), resource_starts ) function move1_1() moveObject ( object1, 2000, 0, 0, 0, 180, 0, 0 ) moveObject ( object2, 2000, 0, 0, 0, 180, 0, 0 ) moveObject ( object3, 2000, 0, 0, 0, 180, 0, 0 ) end setTimer ( move1_1, 2000, 0 ) addEventHandler ( "onResourceStart", getRootElement(), move1_1 )
-
I fellow the wiki and I make this script : addEventHandler ( "onResourceStart", getRootElement(), resource_starts ) function resource_starts () object1 = createObject ( 2053, 5041.107421875, 2517.9289550781, 35.989669799805, 33.997192382813, 179.99450683594, 179.99450683594 ) object2 = createObject ( 2053, 5098.576171875, 2517.919921875, 35.989669799805, 33.99169921875, 179.99450683594, 179.99450683594 ) object3 = createObject ( 2053, 5155.91015625, 2517.9384765625, 35.989669799805, 33.99169921875, 179.99450683594, 179.99450683594 ) move1_1 () end function move1_1 () moveObject ( object1, 2000, 0, 0, 0, 360, 0, 0 ) moveObject ( object2, 2000, 0, 0, 0, 360, 0, 0 ) moveObject ( object3, 2000, 0, 0, 0, 360, 0, 0 ) setTimer ( move1_1, 2000, 0 ) end You will say " ID its a hat ", yes, but I replace it with a working custom model, so the script just dont work I cant see the created objects and of course they dont move, I dont forget the meta and additionaly I try it with a normal sa object and its dont work, so I need to know whats wrong in this script. What I want its a loop rotation of 360 on the x axis !
-
my mmove.exe stop working , the dos open and after disapear and before its work on XP, so you have to use a script.
-
I very like the idea im an old TM fan I think about import TM objects or car with a tool (I dont know what tool) and export them with kams script I would like to have new pickups, the speed boost allready exist in MTA
-
G-TXD ??? omg o_O stupid program=\ The most advanced program for TXDs... TXD Workshop can't create TXD files because they are corrupted, it can only edit original texture archives. it can, but the quality is bad, I like G-TXD
-
I have the map and of course the col so just contact me !!!
-
thanks random (for the last time old bad joke ! ) .. .. .. , I just overload the objects limit in dp5
-
do you will update your map pack to have all of them in one pack ?
-
strange crash because u change your internet try to reinstall MTA first of all !
-
1500 $ Just to have some MTA scripts and you can play them in valhalla and u can take some clientside scripts also I prefere to keep this money for a new video card
-
and you can replace shadow of object, I prefere to say you can add a dynamic shadow
-
I use G-TXD for the alpha channel, but sometime its buggy, I add picture and they dont appear like if I never add it and txd workshop sometime the pictures are compressed saved and after I open again the .txd they look hugly (hugly not really but the quality is not the same) and txd workshop change the size of your picture if they are too big.
-
new map DM drift project 5
-
lol use f3 https://wiki.multitheftauto.com/wiki/Map_editor
-
Hi there, I can use math random to make a random choice between two values like math.random (50, 55) and its include 51 52 53 and 54 , and exclude all the other, but can I set it to make a choice randomly just for the two values so its 20 or 25 but not between the two so its exclude values 21 22 23 and 24 and all the other. Can I do that ?
-
the right picture is filtering ?
