Gamesnert
MTA Contributors-
Posts
2,035 -
Joined
-
Last visited
Everything posted by Gamesnert
-
What are you looking forward to in DP3?
Gamesnert replied to I_R_Venom's topic in Public beta testing
yes but i am saying that they combine them,one program,one server list, all people from dm and race together. ***EDIT***: you mean that i can play on all the race servers using dm client not race? No, there are just a lot of people who prefer race 1.1.2 above DM. The deathmatch race gamemode seems to be much worse. -
That means that EVERY resource can modify, so that's not a smart option. I think I now know what MAY be wrong... Do you leave your server on while you save the changes to the acl.xml file? If so, then it doesn't work. You should edit, close the server, save and then start the server again. (you may skip closing the server if it isn't on... ) no i close the server every time before editing the acl, i am well prepared read the wiki Don't tell me to read the wiki! I do it every day... =/
-
That means that EVERY resource can modify, so that's not a smart option. I think I now know what MAY be wrong... Do you leave your server on while you save the changes to the acl.xml file? If so, then it doesn't work. You should edit, close the server, save and then start the server again. (you may skip closing the server if it isn't on... )
-
Is it or isn't it in your file? =/ If it isn't, this should be the prob. it is, it was always inside my acl from the very beginning Then there should be something else that's wrong. I still think the problem should be somewhere in the ACL... But where...
-
Is it or isn't it in your file? =/ If it isn't, this should be the prob.
-
I think he really means the console itself... But indeed what you said just works. Just have admin rights and type those things in the F8 console or in the chat with a "/" in front of it.
-
RP scripts are not difficult to make. Make your own server with some basic code and call it a RP server.
-
Add it, and try again. ok, add it where,add what please explain. Thanks Where ever you want. I would recommend right before the last tag. Then it should work. Just copy paste, delete those numbers, and you should be good to go.
-
Add it, and try again.
-
Whats with the "TriggerServerEvent" function? Or did i missunderstand your qustion? You misunderstood it I think.
-
Have you added the ACL of map_editor? It redirects to acl group "MapEditor", but does it exist? please explain better, if i understood well the resource off edit was renamed to map_editor and written in the acl where i showed in the post, was i suppost the write somethin else? on the instructions of basic map editors, thats all it said. I mean this: <acl name="MapEditor"> <right name="general.ModifyOtherObjects" access="true"/> <right name="function.startResource" access="true"/> <right name="function.stopResource" access="true"/> <right name="function.restartResource" access="true"/> <right name="function.createResource" access="true"/> <right name="function.copyResource" access="true"/> <right name="function.addResourceMap" access="true"/> <right name="function.addResourceConfig" access="true"/> <right name="function.removeResourceFile" access="true"/> <right name="function.setResourceDefaultSetting" access="true"/> <right name="function.removeResourceDefaultSetting" access="true"/> <right name="function.xmlLoadFile" access="true"/> </acl> Should be somewhere near the bottom.
-
Non local players? EDIT: Oh other players. In a client-side script? I don't think it's possible.
-
I Have Server And I Can Join It But The People Can't Why????
Gamesnert replied to K200062's topic in DM Server-side
As I already said in another topic: You don't need any site. -
do you have a site for players to download the needed resources if not its useless trying You don't need a site to download from... Just leave httpurl or whatever it's called empty. And it's not related to the problem. As I said: Try another server maybe? Might be a server problem.
-
hi xdxvidx renember me? well the problem could be coming from your web browser that are you using? I'm also using Firefox...
-
yes i did and it was working fine until i loaded it in game!,any ideas? <group name="MapEditor"> <acl name="MapEditor"/> <object name="resource.map_editor"/> <object name="resource.editor_main"/> <object name="resource.edf"/> </group> Have you added the ACL of map_editor? It redirects to acl group "MapEditor", but does it exist?
-
What are you looking forward to in DP3?
Gamesnert replied to I_R_Venom's topic in Public beta testing
There was a beta for 0.2.5 that contained bots I think... Not sure though. -
Yeah, too bad the GTA engine is impossible to modif... oh, wait.. I don't think MTA will ever modify the GTA engine if that's what you're pointing at. I wouldn't like it if that happens. It's cool how it is, still singleplayer without any harm and multiplayer that's still good too! ^^
-
Wiki http://development.mtasa.com/index.php?title=Main_Page There's a manual.
-
Hi, I would recommend first time guests to read the wiki, by using the link below. http://development.mtasa.com/index.php?title=Main_Page There are a lot of complaints about it being too hard, but read and try to understand, and eventually you'll get there. Also, look in the wiki under MTA elements to look for new scripting commands. IF you know how to script. Anyway, start by reading the server manual, then introduction to scripting. Also you can do introduction to scripting the GUI, and writing gamemodes articles afterwards. If you need any help, you may ask. Please use this topic so there won't be a topic spam...
-
Eh... I don't have any lag at all... =/ That's odd. Well, there were many players with many objects.Is that the problem? Well, I think MTA does lag faster with a larger amount of objects. Might have something to do with the dramatically better synch? Or maybe because there are more options or something? IDK...
-
Ehm... What exactly is wrong? If you don't know, place outputChatBox("1"), "2", etc. in the if blocks. So for example: function Arrest ( attacker, weapon, bodypart ) if isElement(attacker) and getElementType(attacker) == "player" then outputChatBox("1") if ( weapon == 3 and getPlayerSkin ( attacker ) >= 280 ) then outputChatBox("2") if ( getPlayerWantedLevel ( source ) > 0 ) then outputChatBox("3") setPlayerWantedLevel ( source, 0 ) setElementPosition ( source, -1982.1209, 130.7857, 27.6875 ) outputChatBox ( "You have been arrested.", source, 255, 0, 0 ) toggleAllControls ( source, true ) end end end setTimer ( DisableControls, 30000, 1 ) end addEventHandler ( "onPlayerDamage", getRootElement (), Arrest ) function DisableControls () outputChatBox("4") toggleAllControls ( source, false ) outputChatBox ("You are free now. Please, dont become a criminal in next time.", source, 0, 255, 0 ) end And if you see... 1 2 3 4 (this one after a while) ... then it should work, right? Otherwise, tell us from where it's going wrong.
-
Eh... I don't have any lag at all... =/
