Using virables of other filterscript, is it possible?
#6

pawn Код:
forward GetSomething( playerid )
public GetSomething( playerid )
{
        return YourVariable;
}

// in your filterscript
new SomeVariable = CallRemoteFunction( "GetSomething", "i", playerid );
// now SomeVariable will hold the result of that function.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)