
bandi94
Members-
Posts
1,037 -
Joined
-
Last visited
Everything posted by bandi94
-
Maybe possible if you make your own nickname system. So it will include new chat and other stuff's re coded in the gamemode. But you will need to use some kind of image drawing with text. Bk as far as is know there is no way to add such thing's in the MTA text's.
-
with a timmer on 10-15s it's better. No need to force older PC with onClientRender just for check if the time is 18:00
-
The engine limitter was meant to be around 8000 RPM. I had to change it to 11000 for right gear ratios. You can take a look at my RPM from comunity. it's shifting around 7000 , 11000 it's a bit funny big
-
What is so hard ??? You make two spilers (or more) , attached as parent element to "chassis_dummy" , and you name the spoiler/'s "extra1","extra2". By default MTA will hide this object's (witch has name is "extra.X.") , then with the function you can make them visible on witch car you want .
-
[PAID] Seeking Racing Multigamemode Scripter [PAID]
bandi94 replied to FastDriver's topic in Scripting
You know that such a project take's 3-4 month to make it and if somebody accept it you will need to pay over 500$ ....... -
it's not possible bk "getAlivePlayers ()" it's only server side. And there is a reason why it has server side to .
-
The standard way is by TXD. If you wanna to make more that 1 paintjobb then player's can chose from them , you need to use shader don't ask me how bk idk, but other scripter's did it
-
Hmmm... IDK if this is 100% true. IF you make a centered GuiWindow , and a GuiButton with parent element the created window, that dosen't mean that the button can't move inside the Window on other res.
-
That is not possbile, Sleep mode is used most time by laptop user's to save battery. Wen you enter Sleep mode all aplication's are turned off , RAM is cleaned up , Video Proccessor is turned off , CPU enter's in a sleep mode (He stop making any calculation's he is checking in every 5s for wakeUp button that's all ). Sleep mode it's a kind of "turn off" only thing of his advange is that you don't need to reload windows and all program's are started witch one's were started before you entered Sleep Mode.
-
Downlaod the map and see the script inside it. Copy it or make your own one it's not hard. https://community.multitheftauto.com/in ... ls&id=2297
-
Hmmm i have no idea about this function i never seen it/used it , you can try the example code from wiki and see what it's doing, it's returning some NitroCount in int value so maybe they added a function to get the veh nitro level in the V 1.3.2 when i made my nos meter (on MTA 1.1) there was no function like this. https://community.multitheftauto.com/in ... ls&id=2133 -race_nos2
-
HP GetElementHealth Speed getElementVelocity
-
The Speed and the vehicle HP is not hard you can find on wiki function's for both. About the NOS difren't story there is no function to get the NOS nivel. So you need to make a costum NOS function. (adding nos to the car checking when the player hit the Nos bind key, start a timer about 20-25s after that remove the nos from the car or lock the binkey for recharge time unlock the binkey ..... )
-
He mean that he has two team's "cop's" , "robber's" . The radar s showing all player's he wanna edit it that the "cop's" team can see on the radar only the player's from "cop's" team only, and the other team see only that team member's.
-
3$ for a car downloaded from googel image, and added a text label in photoshop , LOL
-
Well this will end in a .avi to .png maybe . Then you will need to render the .png's at a 20-29pfs +/- , I already tryed something like this , but the loading time took's to much (i mean before an image is draw'd they are loaded in the game, and this loading proccess is not fast enought to reach a decent 15fps, so you need first to load the image's and it took's prity much time so you will need to have a black screen about video leght/2 on a prity good PC... and only after render the image's) . So it's not a perfect way , the best would be an inbuild video player (1-2 video format at a low-medium def.)
-
if isObjectInACLGroup(......,"admin") or isObjectInACLGroup(....,"smod") then ..... else ..... end
-
Are'u stupid lol? I don't share my full code... You mad bro. He mean that such a project (multi gamemode) it's prity complex , hard. And you are asking for help for a simpel thing like "setDimension" , it's less probably that you will finish this project, and it can be used.
-
Alright, any ideas on what to try? I've absolutely no idea... I doubt account data would work, would it? For nickname you make your own function. On register you ask a nickname and save it on account data and on other script's you use that name from the account data. Chatbox you make your own one whitout limit or with a biger one
-
addEvent( "onPlayerPickUpRacePickup" ) addEventHandler( "onPlayerPickUpRacePickup", g_Root, function( _, type, veh ) onPlayerPickUpRacePickup() source = player argument's = int/string pickupID, string pickupType ("nitro" "repair" "vehiclechange"), int vehicleModel
-
DFF - the boject 3D model. TXD - Painting of the 3D model. Replacing only the DFF =>> your car will be the downloaded one (not the default car) but it will be all grey. Replacing only the TXD =>> It will be stil the default car but it will turn in grey bk the maping of the TXD is for another DFF. So it's ending in turn the default MTA car in grey.
-
How can you possible say such a thing. Why the actual FUCK would you not learn anything from the authors of Lua? And how does MTA only use "very basic of lua"? Your statements are from an impossible level of stupidness. And why would you learn C++ before learning Lua? I really.. I have no words for this. Please do us a favor and never come back on this forum. Take my advice and find another hobby that's not related to coding. KK, go and learn your LUA , i say'd very basic of C++ the reason is simply bk it's more easy bk there are million's of tutorial's , while with LUA are not. LUA is just a very simplified version of C++ for leasy people who don't wanna learn a hard language. Come on let's see who is better at coding (not in MTA) you or me ? You have no idea what is _asm,reversing enginering, hooking, detouring, and other's. If you are so intrested about my coding skill i will send you a link showing of my VIP hack on CrossFire North America .I am out from here .
-
About what ? that MTa is using only the basic of lua ? what are you using from LUA in mta ? function(), if(),or,end,for,.. ? All this stuf's are from a harder language , C++ , only LUA is simplified for everyone..... IF you know basic of C++ there is no language that you can't learn very fast. And don't tell me that is wrong bk i was in this situation. I know C++ very well bk i am planing to be a programer, when i started MTA i made by myself a hunter win script (account data, max 1 point/map,adding the point's to scoreboard,....) after 2 day's of learing LUA.
-
MTA is using only the very basic of LUA (most of the script's, well there are script's that are using a bit more LUA ). So no need to learn the whole LUA from http://www.lua.org to code on MTA. How you sayd he should learn from mta wiki. If he don't know how is working he should try to learn the very very basic of C++, bk there are more tutorilas like for LUA. Once he know the very basic of C++ then he can go back to wiki this time he will learn it very fast.
-
Yah well , use the standard Gridlist , if you don't like it make your's own one. He don't made the Gridlist bk it's prity hard to make it by dxDraw.