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.


Messages - Forge

Pages: [1]
1
mIRC/pawn Scripting / Re: Wich is the best script?
« on: February 02, 2010, 10:08:30 pm »
Hello all ,

Mmm , Forge the lier , nab , and copier lol , according the people say me

are u envious because the imagen don't show u ? that can't be never !!! LOL ..

Someone sent me that imagen  .. look this picture when the person sent me the imagen  .. http://img687.imageshack.us/content_round.php?page=done&l=img687/4474/vcmp.png&via=mupload


Forge the lier , nab , and copier lol , according the people say me
Wtf you are lier and nab, all in VC-MP says you're a noob(Swear, Spam, Admin Abuse) better not talk at the place where these is disgusting.

And Thanks Thijn ;)

2
mIRC/pawn Scripting / Re: Wich is the best script?
« on: February 01, 2010, 09:56:50 pm »
Eh???, this image, you the create ¬¬.

3
mIRC/pawn Scripting / Re: bug in !getcar commands is DLL
« on: February 01, 2010, 09:55:36 pm »
skimart the
Code: [Select]
vcmp.setvehicle $1 $2 $4is from same in the car, no for the get of the car, from the getcar is
Code: [Select]
var %loc.x = $calc($vcmp.location($1, $2).x + 3)
var %loc.y = $calc($vcmp.location($1, $2).y + 3)
var %loc.z = $calc($vcmp.location($1, $2).z - 1)
vcmp.setvehicleloc $1 $4 %loc.x %loc.y %loc.z

4
mIRC/pawn Scripting / Wich is the best script?
« on: February 01, 2010, 04:13:24 am »
Wich is the best script? :D

5
mIRC/pawn Scripting / Re: IP Locator (Country Lookup)
« on: January 19, 2010, 03:57:19 am »
ok, man

6
mIRC/pawn Scripting / Re: IP Locator (Country Lookup)
« on: January 19, 2010, 01:13:52 am »

7
mIRC/pawn Scripting / Re: [Tutorial] Psyscript like putting in FBS of lms.
« on: December 29, 2009, 08:22:26 pm »
Yeah! :)

8
mIRC/pawn Scripting / Re: [Tutorial] Psyscript like putting in FBS of lms.
« on: December 28, 2009, 04:33:51 pm »
no is a tutorial on how to do that.


Nota: The FBS Default + the psylms of Rulk.
Link: http://www.mediafire.com/?nzhzzttgtot

9
mIRC/pawn Scripting / [Tutorial] Psyscript like putting in FBS of lms.
« on: December 28, 2009, 07:17:18 am »
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~

10
mIRC/pawn Scripting / Re: make admin in psySQlite 1.0
« on: December 25, 2009, 07:58:29 pm »
in psyscript in the server type !set admin :)

Pages: [1]