CowTurbo
Members-
Posts
385 -
Joined
-
Last visited
Everything posted by CowTurbo
-
thanks but i still think about multiplayer.Only idea is different dimensions.
-
´You can't add trailer in Map Editor, so, i think he want to make it can
-
Build-A-MTA Have you ever play Build-A-Lot game? If no, then. This game is based for building houses, and earn money, for more material, for more houses, and so on, and on. If yes, then, just read on By the way, in one night, i was played on my mobile Build-A-Lot. And i was wanted to play this in MTA. The idea was come, to development new gamemode.So, here we go: The start menu is bretty nice for now, when you join, you can see 2 pictures ( text ), they are: Start, and Quit. Start - Goes on to new screen, where you can chose a area ( 1-6 ) where to play, The window is nicely animated, when the mouse goes on the image, the image will be a bit darker. The area images, if you click on them, will going to be darker too, and they will stay darker, so you can see, which area you chosed. Quit - Doesn't do nothing rly, show's new label, of text: "We curren't do not accept quiting players. =( ". The problem why this, is that, if im right, there isn't such a function to quit player correctly. Not kic/ban . If you have selected the area, and you pressed select, then you are going to play.you can move your camera, by your "moving left" button and "moving right" button. Camera can move only to left ( < ) and right ( > ). And the most important thing, house building. It is 40% done by this way. You can currently create house by type /house ID ( 1-3 ) which will create house to the right line, and you can move it with left and right button. When you ready, press enter, and house is placed. Be careful, you can set house inside the tree, or the wall. By the way, i wanna make a select window on left the screen, where you chose house by it's image, and then some go on. The small all houses window is located in right, down the screen, where goes houses by name "House " You can't edit houses yet. The curor is showing up when you press mosuse 2, another click, will hide it. Need your ideas! I need your ideas, guys. I dont know how will it gonna work with multiplayer. Maybe set everyplayer to new dim, then i need to set map objects to every dimension too, do no, eny ideas ? please reply it here. ty. Pictures will come later. =) Greetz, mR|TurboCow
-
he means the "Map: [DD] Chyba .. " This is from race gamemode, you should edit "race" gamemode, for custom color.
-
i agree with varez, with custom server, you will get more popular, than with using free gamemodes.
-
wanna us do make whole code ? no way, search, those topics have been here thousnds, where is rank system.
-
irc chat not working?
CowTurbo replied to WallMart's topic in Site/Forum/Discord/Mantis/Wiki related
i got same problem -
so, i tryed to delete some parts of my texturing, and currently, i look, i deleted and half of it, and it look like working. =) Ty. =) ( P.S I'm not so happy, because i cant do what i want it, texture whole LV ) Will the texture limit start again when i do half in one script, and half in other one ?
-
by the way, when i stop the script, the lag is gone, when i start it, the lag is back, maybe cause it .dff file ? of snowmobile ?
-
just say what u need, i will say can i make it i dont know what u need for..
-
I can help u with script, i will add u in MSN.
-
still same, and it isnt only for me, it is for every player, so all says, wtf make lag for me, and leaving.. =( enyother help ?
-
Hello, i got question about textures, i maked a snowmode, useing texture the LV, but, when i was 1 beta testing, then i founded the bug, the map wont download correctly, it wll download, and download againly, and againly, and usuly its on low grafic, so it will make our cristhmas without snow, but, here's a example: http://img51.imageshack.us/gal.php?g=45791917.png take a look on those 2 picutres, in first one should be that, and in 2 one, is in low grafic, what cause it ?
-
i can help u do now how, but, hmm, maybe texture maker, and i can script too, so, if u want, add me to MSN [email protected]
-
show us your code... but maybe use client side ? ( im not sure, that was worked to everyone in client side too if im right.. , so i got no idea )
-
go back to the basic lua scripts. LoginWin = guiCreateWindow(532,337,359,234,"LoGiN SySTeM v1.0",false) replace it with GUIEditor_Window[1] = guiCreateWindow(532,337,359,234,"LoGiN SySTeM v1.0",false)
-
[REL] Vehicle Fuel Script v1.5 Public BETA[CLOSED]
CowTurbo replied to CodeMaster's topic in Resources
is it back ? ok, then, lets wait until he find this topic. Codemaster, i got one 70% fixed version! -
there isnt 498 line. please give correct line, show us the code from 495-500 please.
-
[b] local thePeds = getElementsByType ("custom_ped") local lockedCars = getElementsByType ("locked_vehicle") [/b] there no such thing like "custom_ped" and "locked_vehicle".. local thePeds = getElementsByType ("players") And for locked cars, its a bit harder.. local lockedCars = getElementsByType ("vehicle") for i,v in pairs ( lockedCars ) do if ( isVehicleLocked ( lockedCars, true ) then end end ( this MUST be inside the code, not like the peds one.) Enyway, look this too: local [b]lockedCars[/b] = getElementsByType ("locked_vehicle") for i,theVehicle in ipairs ([b]lockedVehicles[/b]) do Read this: https://wiki.multitheftauto.com/wiki/GetElementsByType =/
-
enyway, ican run it GTA singel only whit slowest resolutions, so, otherway it will lag but ok, thanks for trying help =) now i know it wornt run it =) bye, i go to sleep now =)
-
Setup did not find a driver compatible with your current hardware or operating system. Setup will now exit. "OK" ??
