Author Topic: [Tutorial] Psyscript like putting in FBS of lms.  (Read 4139 times)

0 Members and 1 Guest are viewing this topic.

Offline Forge

  • Street Thug
  • *
  • Posts: 10
  • Hello All :D
    • View Profile
    • http://life-urban.co.cc/index.php
[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~
« Last Edit: December 28, 2009, 04:48:59 pm by Forge »
Record Server!!!

Offline thijn

  • LU testers
  • VC:MP Veteran
  • *
  • Posts: 667
  • Im proud to be pro.
    • View Profile
    • Vice Underdogs
Re: [Tutorial] Psyscript like putting in FBS of lms.
« Reply #1 on: December 28, 2009, 02:05:36 pm »
I don't see what you want to do?
Loading both PsySqlite and FBS at the same time in one server?

Offline Javi

  • VC:MP Beta Tester (inactive)
  • Made Man
  • *
  • Posts: 149
    • View Profile
Re: [Tutorial] Psyscript like putting in FBS of lms.
« Reply #2 on: December 28, 2009, 03:05:58 pm »
I don't see what you want to do?
Loading both PsySqlite and FBS at the same time in one server?

He wants to load PsySQLite's LastManStanding in FBS

Offline Forge

  • Street Thug
  • *
  • Posts: 10
  • Hello All :D
    • View Profile
    • http://life-urban.co.cc/index.php
Re: [Tutorial] Psyscript like putting in FBS of lms.
« Reply #3 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
« Last Edit: December 28, 2009, 04:59:34 pm by Forge »
Record Server!!!

Offline venkatreading

  • Street Thug
  • *
  • Posts: 30
    • View Profile
Re: [Tutorial] Psyscript like putting in FBS of lms.
« Reply #4 on: December 29, 2009, 07:45:54 am »
Tutorial For adding Psy's LMS into FBS . i guess

Offline Forge

  • Street Thug
  • *
  • Posts: 10
  • Hello All :D
    • View Profile
    • http://life-urban.co.cc/index.php
Re: [Tutorial] Psyscript like putting in FBS of lms.
« Reply #5 on: December 29, 2009, 08:22:26 pm »
Yeah! :)
Record Server!!!

Offline thijn

  • LU testers
  • VC:MP Veteran
  • *
  • Posts: 667
  • Im proud to be pro.
    • View Profile
    • Vice Underdogs
Re: [Tutorial] Psyscript like putting in FBS of lms.
« Reply #6 on: December 30, 2009, 01:10:47 am »
lolz ok, for a beginner its not that bad :P