Vice City Multiplayer
VC:MP 0.3 => mIRC/pawn Scripting => Topic started by: scripter_pawn on September 09, 2011, 10:29:27 pm
-
function onScriptLoad()
{
LoadModule("sq_ini");
//ECHO-SYSTEM
Echosys();
}
function Echosys()
{
dofile( "Echo.nut" );
ActivateEcho();
}
function onScriptUnload()
{
DisconnectBots()
}
IT FAILS :P
-
..?
-
That suppose to be in the Squirrel (http://vcmp.liberty-unleashed.co.uk) forum?
-
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.
-
The module is not FBS Echo. It's vrocker's echo. Check the example script you should have within the zip.