-
Posts
188 -
Joined
-
Last visited
Everything posted by Toffbrown
-
Hi MTA, I am creating a bassiclly car modification with a NPC, i have already made the GUI and Ped etc, now i want to be able to allow the player to buy say a colour change and it is stored in say setAccountData and then when the person presses a key to open up another GUI which allows the player to use that upgrade in the current car he is in. and for colour i will have like a colour picker to change the colour or RGB colours but what functions do i need in order to do this. i already have an idea of most of the functions i need but unsure on how to make the colour its own element then combine it with setVehicleColor Cheers
-
JJ's Stunt, and i have tried rebooting my PC etc i ran a malwarebytes scan and deleted like 20 possible threats, my GPU was up to date
-
not really i had adware but that is not considered as a virus i will try installing latest gpu driver, also do you know about the flood connection error?
-
line 42 1044: 2014-05-31 03:37:08 [9.06467.0.000 6.2] [519520] - * End (0)*
-
-
yeah positive (+) it stated so in task manager as well as the game would not allow me to do anything the load spinner even stopped,
-
Also, what does "Disconnected: Join flood. Please wait a minute, then reconnect" either this is the server detecting me as "flooding the server" or its just my client stuffed up
-
i followed your instructions is there meant to be anything in the text document? http://upload.mtasa.com/u/232547970/Dumps.zip_
-
Yes CCW, and its all the time
-
Hi, i have been running MTA on my PC as long as i can remember always updating when ever and never had anyproblems, about a week ago my MTA will just freeze and not respond at random times most of the time when i login this is occuring in SAUR Utopia and JJ's Stunt......... Today i reinstalled Grand theft Auto so a clean install and MTA. i connected to SAUR and my game just freezes when i login. and with the JJ's server i was re-downloading (wanted a clean download aswell) and i downloaded 80% of the resources then i reconnected and my download box just stays at NIL or "0" and i have tried re-oppening MTA and aswell i tried putting all of the resources into the folder because i previously backed it up and when i join it says like 0mb downloaded of 123kb guessing this is what vehicles etc are on the map Just to add after my school exams etc i will put my new PC together with up to date specs so should i hold off 4 weeks? instead of fixing this, preferably i don't
-
I am very thankful for the Logo, Thanks a tonne ill post a ss of what Hunterix can do, he did this in his own time for nothing really he could be charging but 1++++ Man
-
Hi, I am a member of JJ's Stunt and we have a save system which saves PlayerData etc you know how it works...... Now when i login with this certain account my MTA bassically stops responding and just crashes, it's just this one account, now a few possibilities i might have an idea what caused this, was i was fucking around with explosive barrels via runcodes just creating 100 or so lol, now because it is an object it does not destroyElement because when it explodes the object relativly does not change, now when i was creating these i was getting my pos from my name which selects the user now because it has a save system it destroys all elements created by the person onPlayerQuit and when they join it creates all the objects again. now is my crashing caused from so many objects created at once? the runcode i used was createObject(1225,getPlayerPosition(getPlayerFromName("Mr.Toff"))) but i bound it to a key and created heaps, anyway of solving this? i thought of resetting my account or somehow destroying all my elements i created but i can't without being logged in which i can't
-
Material List : Collision - on/off (if u want the collision u can't resize the object) Off Night/Day - on/off and Color (like the video) off just the one colour Font - Can u select the font on dafont.com : http://www.dafont.com/on-the-tops.font?text=Mr.Toff Texture - Number texture and links: http://www.userlogos.org/files/backgrou ... iber_2.jpg ( this is not needed if you do not wan't ) Text of Logo Mr.Toff and or JJ's Stunt n Freeroam Thanks man
-
Nice if you wouldn't mind making one saying Mr.Toff and how much would it cost
-
Like what Made suggested XAMPP is good, if not try baracuda
-
what do you mean sought? seen?
-
Sorry for any confusions, to have say custom cars, you replace the txd,dff file for the server with engineImportTXD ( ) with this you are replacing the txd with your custom one, now what Hunterix has his own model. he had to replace a model for it to work right? what model did he use and also what is the best ones to use and if i am incorrect how does he basically import his own custom txd
-
the commands "me" and "say" are onPlayerChat so use the previous bit of code with the current piece of code, Just wondering why do you wan't to remove "say"?
-
can you please not post blank spaces? is the script working or not?
-
/debugscript 3 what errors does this return????? it seems to work for me
-
To import a TXD file into MTA server you have to replace a pre installed object that's inside the gta3.img so for your server do you replace it with another object or you install a new object with a new object ID
-
what program do you use to make these custom models, also what object do you recommend replacing with custom models?
-
function nostar() setTimer(function() star = createPickup (653.35773, -1769.18567, 13.57368, 3, 1247, 60000 ) addEventHandler("onPickupHit",star, function(player) setPlayerWantedLevel(player,getPlayerWantedLevel(player)-1) destroyElement(star) end) end,60000,0) end addEventHandler("onResourceStart",resourceRoot,nostar) Tested this and this works
