-
Posts
200 -
Joined
-
Last visited
Everything posted by Cassandra
-
Well ofcourse, me and my brother saw him scoring the goal against Germany and won it. So who wouldn't be fascinate about him?
-
Does anyone knows if Torres is playing or not?
-
Suggestion for the community site
Cassandra replied to Deagle's topic in Site/Forum/Discord/Mantis/Wiki related
If we cared about making money we wouldn't have hosted the site for 9 years without ads. If we cared more about ads you would see them everywhere instead of a single banner on community. You would have multiple banners on every page you visit.We have been able to cover our expenses for 9 years running, some of us have invested a lot of money in this project (thousands of dollars/euros over the years) and you dare to complain over a single banner? I should freakin ban you just for saying that ... Me and ijsf decided we would stop putting money into this project after 9 years, that does not mean the costs go away magically. Since I am still hosting current community the ads are to cover that expense. If the new community is ever finished, and it is proven to be more secure than the current one it will probably come over to the same server hosting the rest of MTA and the ads will more than likely be gone again. But don't think that this project is dying. It's getting more and more popular day by day for GTA San Andreas popularity. Even pc gamers play GTA SA with mods instead of GTA 4. -
GTA San Andreas ofcourse.
-
internal protected DATATYPE Add<DATATYPE>(DATATYPE item1, DATATYPE item2) { return (item1 is string) && (item2 is string) ? (DATATYPE)Convert.ChangeType((item1.ToString() + item2.ToString()), typeof(DATATYPE)) : (DATATYPE)Convert.ChangeType((Convert.ToInt32(item1) + Convert.ToInt32(item2)), typeof(DATATYPE)); } I will be glad if you know a better way cause I think there are better ways.
-
Looks legit to me.
-
Torres gonna win it. He's so cute.
-
Does he knows C++?
-
I agree. This would come in handy.
-
A function to remove a specific weapon gunshot sound would be better and efficient.
-
We need developers who can help us in development of the upcoming project which is SanAndreas Modeler Library open-source. If you have proper knowledge on these fields, drop me a pm. C# - For library testing and library development. (PRIORITY: High) C++ - For library testing and library development. (PRIORITY: Above Normal) VB.NET - For library testing. (PRIORITY: Normal) HTML,CSS - For web designing. (PRIORITY: Normal) PHP - For web development. (PRIORITY: Low) Reverse Engineering - For library development and engine scouting. (PRIORITY: High) SCM - For library development and engine scouting. (PRIORITY: Above Normal) Google Code: http://code.google.com/p/sanandreas-modeler/ UPDATE 1: We have almost done the hooking library.
-
I think it's a parsing bug. There is a player limit and when it exceeds, it get's glitched.
-
This is one of my crazy stuffs.
-
Find a picture! (v2.0: We all love Blokker version)
Cassandra replied to Aeron's topic in B.L.A.S.T.
I want a pic of a girl raging over a boy for playing either XBOX 360 or PS3. -
Find a picture! (v2.0: We all love Blokker version)
Cassandra replied to Aeron's topic in B.L.A.S.T.
I want a pic of a boy singing Baby. -
Find a picture! (v2.0: We all love Blokker version)
Cassandra replied to Aeron's topic in B.L.A.S.T.
I want a pic of a boy punching a sheep with a boner. -
Suggestion for the community site
Cassandra replied to Deagle's topic in Site/Forum/Discord/Mantis/Wiki related
well, to keep MTA up to date with GTA I hope it will be this year. -
Looks nice but I don't think you can sell it here. You have to upload the resource to the community center. viewtopic.php?f=108&t=31814
-
Suggestion for the community site
Cassandra replied to Deagle's topic in Site/Forum/Discord/Mantis/Wiki related
Where did you saw that? IRC I see. But GTA 5 is coming on March 2013, what's the point of creating it now? -
Suggestion for the community site
Cassandra replied to Deagle's topic in Site/Forum/Discord/Mantis/Wiki related
Where did you saw that? -
Suggestion for the community site
Cassandra replied to Deagle's topic in Site/Forum/Discord/Mantis/Wiki related
I agree with this... MTA:Orange should be finish developing soon, and when people switch to it, there's going to be lots of scripts and maps, and we can't make the community site only for it. MTA:Orange project has been cancelled from what I remember. -
Just great! Take that SA-MP.
-
Introduction In this tutorial, I will show you how to use Geany as the scripting editor of LUA. Downloading The first step is to download the program Geany. You can do that by visiting their website and clicking the Download link or just by clicking this. I prefer going here then downloading the latest version for bug fixes and new features. Installing The installation is pretty self explanatory if you are using binary installer. Running You can run the program by going to the directory the program installed and opening the executable named Geany. If you chose Creating Shortcut then you will find it on your desktop duh. Setting Now, I will tell you how to set it up. You can change the preference if you want but that really doesn't matters. Now we will just create a dummy file in order to access the preference. To do that, click on File->New or Ctrl+N as keyboard shortcut. Now, click Edit->Preferences or Ctrl+Alt+P as keyboard shortcut. Go to Editor->Completions and enable Snippet completion. Then just click Apply and if you want, you can customize to your needs. Snippet This is one of the cool features of Geany. You can add custom snippets and access it by pressing the tab key. Go to Tools->Configurations files->snippets.conf. Then under section add this. [code=text] [Lua] for=for key,value in %cursor% do \n\t\nend if=if %cursor% then \n\nend while=while i > %cursor% do \n\nend repeat=repeat \n\nuntil i %cursor% [/code] So that it look like this. [code=text] [html] table=<table>\n\t<tr>\n\t\t<td>%cursor%</td>\n\t</tr>\n</table> [Lua] for=for key,value in %cursor% do \n\t\nend if=if %cursor% then \n\nend while=while i > %cursor% do \n\nend repeat=repeat \n\nuntil i %cursor% [/code] [u][size=0]How it works?[/size][/u] This is how it works. First of all you have to write the name of the snippet which will be the keyword. Then you will add the thing which will occur after you write the keyword and press tab. \n is for new line and \t is for tab. %cursor% is the place where the cursor will be located afterwards. Don't forget to save and see the changes in real time. [b][i]If you have any problems or questions, please ask below.[/i][/b]
-
Find a picture! (v2.0: We all love Blokker version)
Cassandra replied to Aeron's topic in B.L.A.S.T.
I want a pic of google image.
