Vice City Multiplayer

VC:MP 0.3 => mIRC/pawn Scripting => Topic started by: scripter_pawn on December 03, 2011, 09:21:05 pm

Title: callfunc question ...
Post by: scripter_pawn on December 03, 2011, 09:21:05 pm
Code: [Select]
if ( cmd == "calf" )
{
CallFunc("Echo.nut","EchoMessage","hello");
}
it doesn't return any message in mirc ... any help ? thx
Title: Re: callfunc question ...
Post by: Fuzzy168 on December 04, 2011, 04:51:59 pm
I thought any files ending with .nut is a Squirrel file?