Author Topic: whata bug [ FBS Echo]  (Read 2891 times)

0 Members and 1 Guest are viewing this topic.

Offline scripter_pawn

  • Street Thug
  • *
  • Posts: 30
    • View Profile
whata bug [ FBS Echo]
« on: September 09, 2011, 10:29:27 pm »
Code: [Select]
function onScriptLoad()
{
        LoadModule("sq_ini");
        //ECHO-SYSTEM
        Echosys();
}
 
function Echosys()
{
        dofile( "Echo.nut" );
        ActivateEcho();
}
 
function onScriptUnload()
{
        DisconnectBots()
}
IT FAILS :P

Offline Morphine

  • Made Man
  • ***
  • Posts: 109
    • View Profile
Re: whata bug [ FBS Echo]
« Reply #1 on: September 09, 2011, 10:32:22 pm »
..?

Offline Fuzzy168

  • VC:MP Veteran
  • *****
  • Posts: 729
  • Programming since 2011
    • View Profile
Re: whata bug [ FBS Echo]
« Reply #2 on: September 10, 2011, 07:10:47 am »
That suppose to be in the Squirrel forum?
I'm beginning to feel like a Lag God, Lag God

yazeen

  • Guest
Re: whata bug [ FBS Echo]
« Reply #3 on: September 10, 2011, 07:36:17 am »
Post it on Squirrel forum

doesn't work?: Are you sure the sq_ini is present in Modules folder?
you should have given the whole script nothing else is wrong in here and next time explain your problem.

Offline thijn

  • LU testers
  • VC:MP Veteran
  • *
  • Posts: 667
  • Im proud to be pro.
    • View Profile
    • Vice Underdogs
Re: whata bug [ FBS Echo]
« Reply #4 on: September 12, 2011, 09:13:41 am »
The module is not FBS Echo. It's vrocker's echo. Check the example script you should have within the zip.