
BTH
Members-
Posts
99 -
Joined
-
Last visited
Everything posted by BTH
-
Wine or Cedega... Don't know if MTA works.
-
Scripting Tutorial 7 - Bomp Shop - Tuesday 13 March 2007 (16:18)
-
Write that in English, and i might help you.
-
^^I just had to
-
MTA wont run any more (splash screen comes up then thats it)
BTH replied to SlickRick's topic in Race Client-side
Hold Ctrl while starting MTA. -
In depth suggestion about water levels and why its important
BTH replied to liquid ocelot's topic in Suggestions
Not necessarily. You can easily move a lot of objects in unison without writing lots of script code (object arrays and loops for example). Moving a lot of objects in the same direction and with the same speed should be no problem. Same goes for pickups (assuming you can dynamically set the xyz attributes). I was also thinking of the glue function. This will come in handy if you want to move objects as one... You beat me to it -
SA:MP has deathmatch, MTA: SA has quality. EDIT: MTA: SA is only racing at the moment, but deathmatch is coming. Sometime.
-
Th error is from the error reporter(!). Just ignore it.
-
http://forum.mtavc.com/viewtopic.php?t=18501
-
It can't be added easily AFAIK. The source code he posted was for .NET. MTA is coded in native C++.
-
Doesn't Lua have built-in support for copying tables?
-
You're mixing up C++ and Microsoft Visual C++. Native C++ does not use .net
-
Whats the point of this? [lua]function copyTable ( src, des ) for k,v in pairs(src) do if (type(v) == "table") then des[k] = {} copyTable(src[k],des[k]) else des[k] = v end end end[/lua]
-
http://forum.mtavc.com/viewtopic.php?t=19115 http://forum.mtavc.com/viewtopic.php?t=19086
-
L2R NOOBS!...
-
Statistics query($sql); $msg = mysql_num_rows($mySQL->query); echo " Total guesses: $msg\n"; $sql = 'SELECT * FROM guesses where gdate < NOW();'; $mySQL->query($sql); $msg = mysql_num_rows($mySQL->query); echo "Passed dates: $msg \n"; $sql = 'SELECT feat FROM guesses where feat != \'\';'; $mySQL->query($sql); echo ' Feature guesses:'; echo ''; $vary = true; while($outs = mysql_fetch_array($mySQL->query)){ $class = ($vary = !$vary)? "class1" : "class2"; echo " $outs[0]\n"; } ?>
-
New statistics page: http://itsbth.awardspace.com/stats.php. Keep the guesses coming! PS: Note the maturity of the guesses :\
-
If you bought GTA recently, you need to get the downgrade patch here.
-
You can't get the MAC address without being in the same local network.
-
The last element is actually a string with functionname.
-
Since were all started with the bumping, we might sticky this sarcasm