-
Posts
141 -
Joined
-
Last visited
Everything posted by rafull6
-
= Multi Theft Auto: San Andreas v1.0.5 =========================================================== = Server name : Zday mod = Server IP address: = Server port : 22003 = = Log file : ..TASA/server/mods/deathmatch/logs/server.log = Maximum players : 32 = MTU packet size : 1264 = HTTP port : 22005 =========================================================== [2011-06-20 14:28:53] Resources: 69 loaded, 3 failed [2011-06-20 14:28:53] Querying game-monitor.com master server... success! [2011-06-20 14:28:54] Querying backup master server... success! [2011-06-20 14:28:54] MODULE: Loaded "MySQL 5.0 database module" (0.50) by "Alberto Alonso <[email protected]>" [2011-06-20 14:28:54] Starting resources................... [2011-06-20 14:28:55] Server started and is ready to accept connections! [2011-06-20 14:28:55] Type 'help' for a list of commands. Here you can see the part of my logfile. It says that 3 resources failed to load up. How can i find this resources? There is nothing in the logfile about them. help
-
You can download ready race map with this things and edit it for yourself. There are a lot of resources with this what you need on MTA Community.
-
You're right! JR10 if you can, post whole scipt please (it's shouldn't be large), because i tried a lot and get fail. Please, i need your help ---------------------------------------------------------------------- ADDED: Made such scrip successfully . Looks very easy : local vehicle = createVehicle ( 400, 1452.6813964844, -1747.5430908203, 13.29686832428 ) -- create us a new vehicle function respawnExplodedVehicle() setTimer(respawnVehicle, 5000, 1, source) end addEventHandler("onVehicleExplode", getRootElement(), respawnExplodedVehicle)
-
Respawn at the position where it was destroyed... =( Can you post whole code, please
-
Hey, guys! Probably you think that it is another one topic with a stupid question "how to respawn vehicle after it blew up" but i created this topic because i didn't find answer for the next question: How to respawn vehicle at the source point (point where it was created)? All the community resources respawn a car at the same place where it was destroyed, but i need something another. For example: Car was created near LS department. Someone took it and destroyed in other part of the city. After 5 seconds it respawned at the same place near LS department. How to make it? P.S. For vehicle creation we can use this (for example): ewvehicle = createVehicle ( 400, 1452.7392578125, -1747.4951171875, 13.29686832428 ) vehicle
-
updating helped. Thank you very much!
-
No ideas?
-
Here is it: =========================================================== = Multi Theft Auto: San Andreas v1.0.5 =========================================================== = Server name : Zday mod = Server IP address: = Server port : 22003 = = Log file : ..TASA/server/mods/deathmatch/logs/server.log = Maximum players : 32 = MTU packet size : 1264 = HTTP port : 22005 =========================================================== [2011-06-17 18:52:55] Resources: 221 loaded, 0 failed [2011-06-17 18:52:55] Querying game-monitor.com master server... success! [2011-06-17 18:52:56] Querying backup master server... success! [2011-06-17 18:52:56] MODULE: Loaded "MySQL 5.0 database module" (0.20) by "Alberto Alonso <[email protected]>" [2011-06-17 18:52:56] Starting resources................... [2011-06-17 18:52:57] Server started and is ready to accept connections! [2011-06-17 18:52:57] Type 'help' for a list of commands. [2011-06-17 18:54:10] start: Requested by RAFuLL [2011-06-17 18:54:10] Some files in 'superweapons' use deprecated functions. [2011-06-17 18:54:10] Use the 'upgrade' command to perform a basic upgrade of resources. [2011-06-17 18:54:10] Starting superweapons [2011-06-17 19:10:56] start: Requested by Console [2011-06-17 19:10:56] Starting usersystem After this information appears a window like this but it says next: "MTA Server.exe stopped working" P.S. Sorry for the wrong screen. My native language is different.
-
Hey guys, I have a question: How to make that current resource will be available only for Members and Admins on the server? I have read acl.xml file and found that users can use all resources: <group name="Everyone"> <acl name="Default" /> <object name="user.*" /> <object name="resource.*" /> </group> How to make an exception for current resource, that it will be available only for Members and Admins?
-
Yes, my MySQL module turned on. I have MySQL server too. ================================================== Added: Server just felling down when I am starting this resource.
-
Hello, guys! When I try to start User System - my Server falls down. Why? This resource outdated or what!?
-
Thank you very much! Now it's works great! Thank you very much again!
-
Here is my meta.xml: <meta> <info author="mtafourm" version="1.0" type="script" name="MoneyReward" /> <script src="zmoney.lua" type="client"/> </meta> Question: May be it must be not a type="client" but type="server" !?!
-
I'll check it once more..
-
Strange, but it doesn't work. P.S. Should i create new topic to decide this problem?
-
rikimaru263 can you upload your script, please!? I can't make my zombies giving money
-
I defineted that problem in freeroam resource. When i turned it down, double messages stopped. Question: How to fix this bug with freeroam resource?
-
If realy i don't know how to fix it. Anybody have an idea?
-
Hi guys. Yesterday i decided to set up mta server and found one strange thing - when i sand one message in the chatbox, there appear two messages. Why? I looked through all resources - nothing about chatbox. What can it be? Screenshot:
-
If you know something in lua you better check line 353 in mapmanager_main.lua srcipt. I think you'll find the problem then.
-
Hey guys. Yesterday i got such error: You see that i have a DNS adress in "Server IP address" line. The problem is that i have dynamic ip adress, so i decided to use dns service (http://www.no-ip.com/). It redirect users, wich are connecting to kadio.no-ip.info to my IP adress, using installed client. Never mind.. ----- Problem: It could not bind the server on interface wich i want. Why? In MTA 1.0.3 it was working great! May be in 1.0.4 numbers allowed only? P.S. Counter Strike 1.6 and Lineage 2 servers work great using this service...
-
Ни разу не знаю английский. / запуск сервака на фряхе
rafull6 replied to Easterdie's topic in Помощь / Отчеты об ошибках
Скачай готовый сервер под Linux. В чем проблема то? -
Ok. But i need a script, that will attach an object when you'he used /attach command. like: /attach 1225 0 10 0 10 15 10 - it's will attach a barrel to the car in front of it. /attach [id] [x y z rx ry rz] EDITED: i need that using this command player can attach all kinds of objects.
-
But how to make command /attach x y z - where x y z is a cordinates for object. How to make it? EDITED: Ok i'll check it now. EDITED: Yep. It was untested and it won't work =)
-
Hello, guys! I've played one server once. It's called [NR]Gaming server, and there was an awesome script. Using those script you can attach objects to your car using command /attach [x y z xy yz zx] - cordinates. Question: How to create such script, or, if it's allready exist, post it here, please