• Welcome to Vice City Multiplayer.
 
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Topics - Forge

#1
mIRC/pawn Scripting / Wich is the best script?
February 01, 2010, 02:13:24 AM
Wich is the best script? :D
#2
General Discussion / Help to the country Haiti
January 18, 2010, 10:23:35 PM
I take the opportunity that I think everyone is aware of this tragedy that occurred a few days ago and want to be as direct as possible so as not remove much time, I ask that together we help the Haitian people to survive this catastrophe, under such circumstances no matter whether there is little they can do, no matter if only one liter of water we can get them because someone who lost everything, including loved ones, you can quench your thirst and you'll know you're not alone.

We can donate online

Internet is a great communication medium, and willing and able to make a donation, they can do with your credit / debit card via the website:
http://donate.ifrc.org/donate_response_sp.asp

(Specifying what you want your donation to be used in this case: Haiti: Earthquake.)

Haiti embassies and consulates worldwide are receiving support in kind: bottled water, blankets, medicines that do not require refrigeration, rice, beans in packages of 1 Kilo (it is easier to move them) and anything else you think might ease the pain our brothers in Haiti.

How do I help them from Latin America and Mexico?

If you live in Argentina, Chile, Colombia, Peru and Venezuela, on the next page you will find all necessary information to help:
http://noticias.latam.msn.com/cl/internacional/articulo.aspx?cp-documentid=23255032

For residents of Mexico, on this page:
http://vivirmexico.com/2010/01/ubicacion-de-centros-de-acopio-para-ayuda-humanitaria-a-haiti

Thank you very much all the fans that will serve any donation!
#3
Tutorial By Forge(ME)


1ºDownload the dll VRocker, Link: http://life-urban.co.cc/04/vcmp.dll

Already open the FBS, and search this alias FBS.Load {
and add this,   PsySQLite make -f vcmp.db

Example:
Quote
alias FBS.Load {
 PsySQLite make -f vcmp.db
 if (!%serverip) $FBS.EnterDetails(serverip, the IP of the server)
 if (!%rconport) $FBS.EnterDetails(rconport, the RCON Port of the server)
 if (!%pass) $FBS.EnterDetails(pass, the RCON Pass for the server)
 if (!%echochan) $FBS.EnterDetails(echochan, the servers echo channel e.g. #echochannel)
 if (!%servername) $FBS.EnterDetails(servername, the servers name e.g. Test Server)
 if (!%limit) $FBS.EnterDetails(limit, the servers players limit, e.g. 16)
 if (!%botname) $FBS.EnterDetails(botname, the bot's name e.g. FBS-Bot (No spaces allowed))
 if ($?!="Would you like to proceed to the echo channel? $crlf $+ I hope you Enjoy FBS v0.3 $+ ") $FBS.LoadChan
}

Already below it add this:

Quote
alias PsySQLite {
 var %flag = $remove($2,-), %makefile = $3
 if ($1 == make) && (%flag == f) {
   set %db.path $+($mircdir,PsySQLite\databases\)
   set %db $sqlite_open( $+(%db.path,%makefile) )
   if ( !%db ) { echo 4 -s Error: %sqlite_errstr | !return }
   sqlite_exec %db CREATE TABLE IF NOT EXISTS main (owner UNIQUE)
   sqlite_exec %db CREATE TABLE IF NOT EXISTS accounts (nick UNIQUE, password, level, lin, ip, lastactive)
   sqlite_exec %db CREATE TABLE IF NOT EXISTS ips (nick UNIQUE, ip)
   sqlite_exec %db CREATE TABLE IF NOT EXISTS stats (nick UNIQUE, status, kills, deaths, spree, cash, bank)
   sqlite_exec %db CREATE TABLE IF NOT EXISTS vehicles (VehicleID UNIQUE, VehicleModel, IsPassenger, Checksum)
   sqlite_exec %db CREATE TABLE IF NOT EXISTS classes (SkinID UNIQUE, SkinName, IsActive, Users, Checksum)
 }
}

Part 1 list.

In You Script ADD folder that is inside the rar,
Link Rar: http://www.mediafire.com/?nfmzqngdnyj
then unpacked it and should look like the steering.

C:\Documents and Settings\Forge\Escritorio\You Script\PsySQLite

In Status in the mirc type:
/load -rs PsySQLite\addons\PsyLms.mrc
/load -rs PsySQLite\library\msqlite.mrc


~Edited~

~The Fin~
#4
Script Showroom / The Command /c Repair for all Scripts
December 12, 2009, 03:15:22 AM
Hi all is my new creation, is the command /c repair for everyone Scripts.

Description:The command fix the car.

· Download: Download Repair

Intrusions

 ·Type /load -rs Repair.mrc in the status of mirc.

Commands:
 · /c Repair

Note: The dll is of Vrocker is the dll v5.

Bye all!