-
Posts
589 -
Joined
-
Last visited
Everything posted by mjau
-
another question how can i loop trough all the house childrens in the file and create a housepickup at the positions ?
-
well mySQL is too hard for me read JR10 tut and things but i dont understand it so i wanted to do it with XML since i understand it better
-
Xthepromise i know how to create the file i just wanted a way to create that line for my houseSystem... anyway tnx
-
Hi i have almost never worked with xml before just some descriptions for a spawnmenu but today i tought i should learn more about it so i have a housecreator GUI wich functions in what order i need to make a xml line exactly like this? "" markerPosY="" markerPosZ="" owner="" />
-
do i get this right ? i will get 5 years jail for piratecopies and opensource projects might be removed ? 5 years jail? isnt that a bit much if i download a single song ?
-
here this works for all wepaons https://community.multitheftauto.com/ind ... ls&id=1570
-
nice tut but one question what is the easiest thing i can create with sqlite ? i wanna learn but making a gangsystem wich i want to will be t0o hard...
-
Err copy the script solidsnake posted again and repalce with your it is clientside then go in the vehicle you wanna set gravity of and type /grav
-
function sendMessage2( messageclean, messageType) if (string.find(messageclean, "i") and string.find(messageclean, "love") and string.find(messageclean, "bot")) then outputChatBox("i love you too!", source, 191, 62, 255) end end addEventHandler("onPlayerChat",root,sendMessage2) function sendMessage2( messageclean, messageType) if (string.find(messageclean, "i") and string.find(messageclean, "hate") and string.find(messageclean, "bot")) then outputChatBox("Ill note that", source, 191, 62, 255) end end addEventHandler("onPlayerChat",root,sendMessage2) function sendMessage2( messageclean, messageType) if (string.find(messageclean, "hi") and string.find(messageclean, "bot")) then outputChatBox("Hello", source, 191, 62, 255) end end addEventHandler("onPlayerChat",root,sendMessage2) function sendMessage2( messageclean, messageType) if (string.find(messageclean, "how") and string.find(messageclean, "are") and string.find(messageclean, "bot")) then outputChatBox("I'm doing great", source, 191, 62, 255) end end addEventHandler("onPlayerChat",root,sendMessage2) function sendMessage2( messageclean, messageType) if (string.find(messageclean, "i") and string.find(messageclean, "a") and string.find(messageclean, "infernus")) then executeCommandHandler ( "sv infernus", source ) end end addEventHandler("onPlayerChat",root,sendMessage2)
-
https://wiki.multitheftauto.com/wiki/Exe ... andHandler
-
And when you look in suggestion forum you find many suggestions about frineds list and chat on mta so FatalTerror kinda made something like that...
-
he asked if he can do it and as far as i know yes startResource stopResource createMarker Event_: onMarkerHit
-
post full code then
-
index
-
myVehicle = createVehicle function enter() if source == myVehicle then outputChatBox("You have entered the vehicle") end end addEventHandler("onClientVehicleEnter", getRootElement(), enter)
-
Awesome cant wait oh and in the topic name [REL] Means released use [WIP] Work in progress
-
... btw when you first created a script by yourself it is easy to create it again( i think... i compiled my K-Garage with an accident and i remade it even tough i could have decompiled it decompilers make fatal changes in the code and parts of the code dissapear so best way is remaking the script
-
How can i know you aint trying to steal someones script ? i
-
Yeh anyway zokan use ganjarulez code it should work and is better than what i posted ...
-
function ColShapeHit ( thePlayer, matchingDimension ) local detection = isElementWithinColShape ( thePlayer, g_base_col ) if detection then if ( doesPedHaveJetPack ( thePlayer ) ) then removePedJetPack ( thePlayer ) end end end addEventHandler ( "onClientRender", ColShapeHit ) Try this
-
Maybe suggest theese events to get implemented ?
-
Yeh i agree and btw tnx to u i know how to make it fit to all resoulotions so ill do that too
-
pause it instead and use this https://wiki.multitheftauto.com/wiki/IsSoundPaused
-
Depreceated functions ingame do /upgrade
