GhostXoP
Members-
Posts
402 -
Joined
-
Last visited
Everything posted by GhostXoP
-
The point of this was to give life to people with servers but no scripting experience. Fair enough.
-
Hello, I am currently working on a Life Game mode. This game mode helps players live an alternative reality on GTA SA. With reality (not too real) on jobs, the economy, ETC. Idea involves, A land value system, the more people found being around a certain area of the map getting gas at one gas station will raise the cost of near by housing and businesses. The head Admin gets an option panel on controlling the tax or the amount of vehicles and other items being sold at stores. So the land value effect can be over ridden. I Do Not need developers (but if you would like to help, pm me) I do need a server to run this on. That person may still be the head admin. Pm me with a server you need a game mode for, or respond with changes to my given idea that you find fitting. I am willing to work and finish this, but do not have the motivation to work on such small project if i can not get it on any servers.
-
It should not anyway. Someone needs some lessons on what, how, and why a program uses a stack. Most importantly, how an over flow occurs.
-
Hello, I am currently working on a Life Game mode (rather, continuing it) and do not have a host atm. I am willing to give these scripts to a Hoster, at the cost of authority (giving me administrative rights to modify the scripts) and making me the official server Scripter. PM or Response for information on the features of this game mode and my experience in scripting and administration.
-
Sorry bud, the answer isn't anything like what you may assume it to be, if you knew it. Take a look at player wasted events, player join events, and the spawn player procedure.
-
I'm not sure you know what your talking about.
-
Is there something else for you to do other then sit and write exactly what someone else said with different wording The VB language is not capable to reach the goal's of the task at hand. It's Too basic. Picture it like a pin hole, we need a pin to go through the hole, not a bolt. Has the sudden crash error been fixed yet?
-
I am currently scripting a server of my own at the moment, and have little time for editing the map. My idea for it is big and very time consuming, and i would rather script then build the map. I am looking for any volunteer map editors who want to be a moderator for when this server is started. Please respond or PM me for more information. I am also not sure if this thread post is in the right section, if its not feel free to tell me or move it.
-
Unless i misunderstand the question, doesn't the gridlist automatically add a scroll bar if height or width bigger then window?
-
Design. Real programming just has a little more responsibility. Is possible, for scripting. In programming the logic would be too vague at times, and no one would want to use it. I certainly wouldn't.
-
In my terms, back when i was balancing programming projects i had so many ideas for each, but so little time in the day to implement them. In his/her terms, id image so many of your ideas, so little time to work on them all.
-
Make sure the event is in a file that is server side.
-
Are theses effects CPU heavy? What i had in mind used alot of these effects.
-
WidthOfScreen/2-WidthOfWindow/2, HeightOfScreen/2-HeightOfWindow/2 for center screen coordinates
-
I heard such words thrown around a bit. Can someone point me to how to use one on MTA?
-
Cannot wait till the last series is available to buy, i have all of them except that one.
-
Your Avi, supernatural?
-
So its basically, run this function if This event triggered, and only if it was triggered by this element or any children of this element, then run this function (). In your case, if we chose root, it would trigger if any marker was hit, if we specify the specific marker, it will only run if the event was triggered by that marker. Starting to make alot of sense now. If im right, thank you very much
-
I have used Client where Source should be in some Scenario's, What is the difference? What are their values and what should each be used for?
-
Please view link to see full image. http://i46.tinypic.com/zssl12.png
-
So if i can sum this up correctly. addEventHandler(Run function if "this event" fires, and only run it if the element is a child of, or is thisElement, then run this function() )
-
Are those predefined variables or should i define them myself? Where can i get more detailed information over this?
-
Would there be senario's when id have to use something other then getRootElement()? (other then GUI Events)
