dracoblue.net

Userbar

Today I added a brand new GTA:Tournament User-Bar. This shows most interesting stats of a player.

In gta:tournament, project by DracoBlue @ 06 May 2007 | 22 Words

Base-Dir-Restriction for LUA

Today I finished at LuaNET a how to about a restricting lua script access to its own directory. Also known as BaseDir restriction.

To use this you'll need to have LuaFileSystem installed

In lua, luanet, open source, project by DracoBlue @ 05 May 2007 | 34 Words

Spawn-Next Feature added, Cops blinking/balancing

Today we got some changes for police officers. Its not that easy to arrest somebody now. Also they got nice blinking colors, while beeing cop, to be easier to see fo the criminals.

Also since today we got a next-spawn feature. It spawns player at a multispawn right next the players death, to keep playing in a special area.

Details:

  • [440] [Gameplay] Added: /spawnn, toggles next-to-death spawning on and off. (DracoBlue)
  • [438] [Balancing] Zone info hides faster (DracoBlue)
  • [437] [Balancing] Cops blink on the map, so you can see them easier (DracoBlue)
  • [436] [Balancing] Readded start bank money (DracoBlue)
  • [413] [Balancing] Start Canisters (DracoBlue)
  • [435] [Balancing] Added: Cops need to be slower then 2 km/h to arrest somebody (DracoBlue)

In gta:tournament, project by DracoBlue @ 05 May 2007 | 186 Words

Command line escape character for .bat on windows

If you want to escape special characters on .bat-files for windows, you need to put a

^ in front of it.

I noticed this, while trying to write a ">" to a file with one line.

echo test=^<info^> > test.txt

This writes "test=" into the file test.txt.

In , .bat, articles, open source, windows by DracoBlue @ 30 Apr 2007 | 53 Words

Lua table introduction

Today I finished the small

introduction in lua's powerful table element. Even though it shows most of the intuitive design of tables in lua, its good if you also have a look at the pages of the other table-functions like table.concat, to get detailed examples.

In lua, luanet, open source, project by DracoBlue @ 30 Apr 2007 | 48 Words

Page 43 - Page 44 - Page 45