1. C++
   1.1 San Andreas: Multiplayer
   1.2 Chat
2. C#
   2.1 LVP Launcher
   2.2 simpleIRC
   2.3 Notepad Supersized
3. PHP
   3.1 CoolioBot v1.3
   3.2 Subtitle Editor
   3.3 SVN Revision Viewer
4. Squirrel
   4.1 LVP: IV
5. Pawn
   5.1 Las Venturas Playground
   5.2 OnPlayerRequestClass
   5.3 RandomVehicleSpawner
   5.4 Instagib


1. C++



   1.1 San Andreas: Multiplayer

data/SanAndreasMultiplayer.jpg San Andreas: Multiplayer is a Grand Theft Auto: San Andreas modification which allows you to play the game in multiplayer mode. - Read more here

   1.2 Chat

data/Chat.png Chat (it doesn't have a name due to a lack of creativity) is as its name implies a simple chat application, written in C++. It uses RakNet for the networking. Both the server and client are very lightweight (1.7~ MB in size). - Download here - Read more here


2. C#



   2.1 LVP Launcher

data/LVPLauncher.png This application allows you to connect directly to the Las Venturas Playground (San Andreas: Multiplayer based) server instead of having to open the SA:MP browser and then connecting. - Download here - Read more here

   2.2 simpleIRC

data/simpleIRC.png simpleIRC is as the name implies an Internet Relayed Chat client. It's written in C#. The layout is very simple and lightweight. This is a WIP project. - Read more here

   2.3 Notepad Supersized

data/NotepadSupersized.png This application is a remake of Windows' Notepad. It has support for basic textbox layout editing. - Download here - Read more here


3. PHP



   3.1 CoolioBot v1.3

data/CoolioBot.png CoolioBot (version 1.3) is a PHP based IRC bot. It uses a MySQL database as command backend. It connects with that database through MySQLi. The bot allows you to edit, add and remove commands on the fly using built-in commands. - Download here - Read more here

   3.2 Subtitle Editor

data/SubtitleEditor.png This PHP script takes a subtitle file (an .srt file) and subtracts or adds the a given amount of milliseconds throughout the entire file and outputs that back to the user. - Read more here

   3.3 SVN Revision Viewer

data/svn-viewer.png This script takes one URL parameter, being a projectname for a Google Code project. If no parameter is passed the default project is simpleIRC. It outputs the latest 20 revisions for that project and functions as a replacement for the Google Code Update page for each project, that was recently removed by Google. - Read more here


4. Squirrel



   4.1 LVP: IV

data/LVPIV.png LVP:IV is a gamemode for the Grand Theft Auto: IV multiplayer modification, IV:Multiplayer. The gamemode is written in Squirrel. I was the lead developer of this project. - Read more here


5. Pawn



   5.1 Las Venturas Playground

data/LasVenturasPlayground.png LVP (or Las Venturas Playground) is a community based around the San Andreas: Multiplayer modification for Grand Theft Auto: San Andreas. I am a staff member and I was part of the management team. I was lead developer and I helped out with several projects in and around the server, including projects such as LVM (Las Venturas Mineground). - Read more here

   5.2 OnPlayerRequestClass

data/OnPlayerRequestClass.png This filterscript for the San Andreas: Multiplayer modification allows you to easily save OnPlayerRequestClass coordinates. It's saved in your scriptfiles folder. Use /viewclass [on/off] to view one and /saveclass [filename] to save it. - Download here

   5.3 RandomVehicleSpawner

data/RandomVehicleSpawner.png This include for the San Andreas: Multiplayer modification allows you to spawn vehicles randomly of a certain class (eg: planes, cheap cars, expensive cars, boats..). Instead of spawning the same vehicle model over and over, this include chooses a random model from the same "model class". - Download here - Read more here

   5.4 Instagib

data/Instagib.png This include for the San Andreas: Multiplayer modification allows you to disable or enable one shot one kill (instagib) per weapon and per player. This include was originally written for 0.2x servers, I don't advice using this for later versions, as there are better ways to achieve this now. - Download here - Read more here