Vice City Multiplayer

VC:MP 0.3 => mIRC/pawn Scripting => Topic started by: scripter_pawn on September 09, 2011, 10:29:27 pm

Title: whata bug [ FBS Echo]
Post by: scripter_pawn 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
Title: Re: whata bug [ FBS Echo]
Post by: Morphine on September 09, 2011, 10:32:22 pm
..?
Title: Re: whata bug [ FBS Echo]
Post by: Fuzzy168 on September 10, 2011, 07:10:47 am
That suppose to be in the Squirrel (http://vcmp.liberty-unleashed.co.uk) forum?
Title: Re: whata bug [ FBS Echo]
Post by: yazeen on September 10, 2011, 07:36:17 am
Post it on Squirrel (http://vcmp.liberty-unleashed.co.uk) 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.
Title: Re: whata bug [ FBS Echo]
Post by: thijn 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.