Gamesnert
MTA Contributors-
Posts
2,035 -
Joined
-
Last visited
Everything posted by Gamesnert
-
No, I don't think so. I think that'd be for security reasons.
-
Only thing he needs to do is to add some new even better exclusive content and he's better.
-
I'd DEFINITELY choose for option 3. Is my answer correct? What do I win? Not another fridge... Right..?
-
But c'mon, don't be embarrassed. Tell us what you need to use triggerServerEvent so often for!
-
Hint: bindKey, and look at the delete stinger part. (dunno if it works, haven't even looked in the script ) And then: add a little modification and you're done. could always do with an example, i would appreciate it Here's an example... http://development.mtasa.com/index.php?title=BindKey Probably not the one you need, but you didn't say what kind of example.
-
AND point 6 I think. Yeah, forgot that one. Still, Bram, if you want to start a server, you should either have your own ideas or be able to make them better... you fail at both seeing as all these ideas are found in my server, simbad's, or both.. and since you actually had to ask for the scripts, you kinda fail at that too... Who says his idea's aren't in? Although he should modify them, I think he will. Otherwise he's not really busy in a smart way, but do remember: (I think) We did not have to sign anything like: "I promise that I, [name], won't copy anything from other servers!" So it IS (probably) allowed. But not nice, and not the smartest thing to do.
-
i am confused You're not the only one...
-
Barely, there are enough people who disable it, thinking it can have SERIOUSLY bad effects on your PC. It can have some bad effects, but I think the most dangerous part of Javascript is that your browser may crash due to maybe a poor scripter. ^^ lol maybe you use a bad browser that crashes when using JS No, Firefox. But that must be the WORST case scenario you can have with Javascript!
-
lol ok but it'l take me a while Hint: bindKey, and look at the delete stinger part. (dunno if it works, haven't even looked in the script ) And then: add a little modification and you're done.
-
why? Lol I don't know. I don't like camhack. It's too much "hacking"...
-
RP Game Mode Help/Progress topic "RPG Server (ALPHA STAGE)"
Gamesnert replied to Michael_Sund's topic in Scripting
Not bad, but could be better. And what does the .bak file do? ^^ And I'm actually quite scared about cops walking around with Assault Rifles+DEagles And ofcourse a soldier with 9999 Grenades... How heavy! Further more: Nice little script. I would suggest you to work some more on it. For example movable gates for the army? -
Barely, there are enough people who disable it, thinking it can have SERIOUSLY bad effects on your PC. It can have some bad effects, but I think the most dangerous part of Javascript is that your browser may crash due to maybe a poor scripter. ^^
-
With a bit of modification, you can do yourself.
-
All kinds of... -Falling through the ground sometimes -Getting out of vehicles suddenly and THEN falling sometimes -Invisible players if you're not careful -Server side doesn't really seem to work -When spawning the camera seems to focus on the player again -Maybe even more...
-
Yes... It looks kind of unfinished. Just quite many bugs that need fixing. Except for the bugs and relatively difficult install, it's great! But well, those 2 factors would hinder medit rating dramatically...
-
For custom created gates? Yup. For gates that were already in GTA:SA? Nope.
-
Yes, I know. I tried both. ++ is better. ^^
-
Have you added at the right place? (between admin group) And is the resource still called "logingui.zip" or a folder called the same? (except .zip ofcourse )
-
Ok let's see... 1. A safezone: I persume that you are safe from other players guns etc? I don't think that is that hard. I link you through to THIS PAGE in the wiki for some more commands if you want it a bit more advanced if you want. So, I'll give a little code: --NOTE: This is the edited script, but the coordinates should still be in the CENTER! Don't think the coordinates are the ones of the upper left corner! radarX,radarY=1857,1598 --The position of the radarzone. Note that this is the center (middle) of the radarzone! XSize,YSize=925,925 --How big the radarzone should be R,G,B,A=255,20,196,115 --This is colorcode, the amount of red(R), green(G) and the amount of blue(B) you want your color to have. Alpha(A) indicates how solid it is. The higher the alpha value, the harder it is to see through the radarzone function createRadarSafezoneIndication() radarArea=createRadarArea(radarX-XSize/2,radarY+YSize/2,XSize,YSize,R,G,B,A) end addEventHandler("onClientResourceStart",getResourceRootElement(getThisResource()),createRadarSafezoneIndication) function noDamageInRadarZone() local x,y,z=getElementPosition(getLocalPlayer()) if x<radarX+XSize/2 and x>radarX-XSize/2 and y<radarY+YSize/2 and y>radarY-YSize/2 then cancelEvent() -- outputChatBox("BlahBlah") -- else -- outputChatBox(x .. ", " .. radarX+XSize/2 .. ", " .. radarX-XSize/2 .. ", " .. y .. ", " .. radarY+YSize/2 .. ", " .. radarY-YSize/2 ) end end addEventHandler("onClientPlayerDamage",getLocalPlayer(),noDamageInRadarZone) Note: This is a client-side script! Not server side! Put this in a file (for example safezone.lua) and then add this to your resource's meta.xml: <script src="safezone.lua" type="client"/> Note: Edit src parameter if your file has another name than the example name. 2. DM zone: Practically the same, but with some minor modifications. I'll leave this one for later. 3. Weapon/pickup spawns: I redirect you... http://development.mtasa.com/index.php? ... ent/Pickup 4. GUI: I redirect you again, practically all you need to know. Except for some parts. http://development.mtasa.com/index.php? ... ng_the_GUI 5. Multiple spawn locations: Simple multi-location spawnscript: spawnPositions={{0,0,3},{2500,0,20},{0,2500,30}} function spawnJoiningPlayer() local spawnNumber=math.random(1,#spawnPositions) spawnPlayer(source,spawnPositions[spawnNumber][1],spawnPositions[spawnNumber][2],spawnPositions[spawnNumber][3]) end addEventHandler("onPlayerJoin",getRootElement(),spawnJoiningPlayer) 6. Golden pot: Don't know exactly what you mean. But if you mean a golden pot at different locations every once in a while, then I think I know how to. But I leave this one to you.
-
your forgetting that i dont use medit anymore. did you find anything in my mtaserver.conf? No, but I'm still looking for a solution for you. And no, didn't find anything else... =/
-
Hmmm... Might be another resource conflicting with Medit? But I don't know... I don't see anything bad in the conf... Medit might be protected, like all the resources in here. Might be the problem?
-
ok first off all i dont use it any more, switched to off edit now after that problem it caused -.-.ill try renaming it to off edit and well see. i forgot to mention that if i press don't send before the end now window it creates an error saying: "The instruction at "0x656d616e" referenced memory at "0x656d616e".The memory could not be "read". click ok to terminate the programe" and if ill change it to offedit ill have to change the resource's name to off edit too. ... Oh lol didn't read your client crashed thanks to it. Then it might also be script trouble, but might also still be a bit of trouble with the ACL. And personally I think off-edit... Isn't good... =/ Atleast, not compared to medit. (although off-edit contains less bugs )
