-
Posts
4,144 -
Joined
-
Last visited
-
Days Won
1
Everything posted by dzek (varez)
-
This is a joke? All available to public scripts are here. If It's not there (or it's marked private) - you can't download it. You simply can't. Deal with it. Of course you can write own script - I'm inviting you to learn. On MTA Wiki you will find all useful informations. You just need some time to learn stuff. But it's pretty easy. This forum is for helping people when they are stuck. It's not for making requests. Noone will spent hours just becouse you WANT. Good luck.
-
yup, udp. ports should be these one you set up for server (like 22003), internal http server for resources (like 22005) and server+123 (like 22003 + 123 = 22126) for game-monitor to list your server.
-
Is this happening all over SA, or in just one place? Is problem happening since some time, or always? Try to increase/decrease (or just: manipulate) draw distance. Also you could try to remove gta_sa.set from My Documents\GTA San Andreas User Files or even reinstalling GTA to another folder, and install MTA 1.0.4 if you don't have it yet. Hope you will fix your problems.
-
This guide is for MTASA: Race (outdated) btw. But if you can run server and forwarded 22005 - everything should be fine. Try to install MTA to another directory (do not overwrite actual) and run clean, empty server. edit: And please do not make double posts. Use edit button next time. Thanks.
-
A lot of custom objects can cause this. Idk if they are using them.
-
You need to forward these ports: 22003, 22005, 22126. Tell us your router model if you need help with this (or simply search google)
-
What about GTA single?
-
click on this: triggerServerEvent read about 2nd argument.
-
Did you forward all needed ports correctly? Did you set up external http download server? Is settings fine? Maybe you disabled internal http server? Maybe something is already listening on that ports? Are you getting any errors in console? What OS is running on server machine? Is it your own PC? Post your mtaserver.conf file.
-
Anyway - if you want more ppl to download your stuff - it's better to attach some screenshots to text. Ppl like more watching images, than reading long text Just a little advice.
-
your welcome
-
About 1st problem there was few topic. Radio's in mta are working like that, and AFAIR it's already reported to bug tracking system. It's common problem, and you can do nothing right now. 2nd one.. Hmm, there was few topic about random crashes too Most of them are server-specific, rest just random. Definitely too common, and more common than in single GTA (single GTA can crash too). Every crash you should get new crash memory dump in your MTA\MTA\dumps folder. Collect little of them, and you can post a bug report here, or on http://bugs.mtasa.com/ . Attach your dumps to the report.
-
It will be nice if you post some example screenshots or even youtube videos.
-
this says all, your GangInfo.TeamID[AllGangs] is nil == not set. Need more script to tell you more.. Or maybe you know now whats wrong? and -- WHY? outputChatBox(""..GangInfo.TeamID[AllGangs].."") -- WHEN YOU CAN JUST DO outputChatBox(GangInfo.TeamID[AllGangs]) And once again Use [lua][/lua] tags instead of [code][/code]
-
umm, your script suggest you want to get variable in server side from client-side o_O any errors? outputDebugString(GangInfo.RColor[AllGangs].."--"..GangInfo.GColor[AllGangs].."--"..GangInfo.BColor[AllGangs].."--"..GangInfo.TeamID[AllGangs]) triggerServerEvent ("createTeam1", getRootElement(), text, GangInfo.RColor[AllGangs],GangInfo.GColor[AllGangs],GangInfo.BColor[AllGangs],GangInfo.TeamID[AllGangs]) function createTeam1 ( name,r,g,b,var1 ) outputDebugString("srv: "..name.."--"..r.."--"..g.."--"..b) local var1 = createTeam(name,r,g,b) end addEvent( "createTeam1", true ) addEventHandler( "createTeam1", getRootElement(), createTeam1 ) now ingame enter in console "debugscript 3" and see what it outputs..
-
Try going to My Documents\GTA San Andreas User Files\ and removing gta_sa.set Try these things too: https://wiki.multitheftauto.com/wiki/Known_Issues_-_FAQ
-
just install resource and start it. that's enough to see zombies. if you don't understand part in bold - Check this
-
I havent used Stage. But you have to learn lua a bit to start scripting. I gave you good link to start.
-
Once again, but with bigger letters: This means: You have to script it by yourself. HERE is a big section called Scripting - check it out!
-
1. AFAIR there's no peds limit but there's ~ 65535 elements limit. 500 scripted bots should be fine on that machine. 250 bots crashed on 500MHz with 128MB RAM, so.. 2. Yes Just cancel onClientPedDamage event on bots
-
I bet not.
-
Well, Ca11um was talking about /report feature, which is working fine now. Just keep away from servers with cheaters - they will probably stay in this way. You can also avoid russian servers - lot of them all full of cheaters. Rest seems to accept that Also be warned when guy from Hungary joins ([HUN]) - I've only seen like 3 Hungarians without cheats for 6 months, when I had own server. 50 others was banned for cheating. PS. Nothing against Russians or Hungarians - but your mates are often cheating
-
I'm sorry, I think I can't help you more. (or just try removing AVG. After all, you will install it again. Be sure to restart computer after uninstalling before trying) In next 2 years I will buy new laptop/PC and install Win 7 - it seems I won't like it Good luck!
-
cool Again - good luck. You can always ask on Scripting zone if you get stuck. Race script seems complicated indeed but you will get familiar with it for sure
-
you want to assign an id to each spawned car? That will be pretty weird. Tell us whatnyou are trying to do - not in the code, but the idea. Eighter your idea or you english is wrong, so i need more info to understand you..
