12.05.2009, 10:51
Have each function defined in each script is alot better than using call remote, which from what I've heard is laggy/inefficient/etc..
If you're trying to keep it efficient you could just make a big include full of stocks, and then have all your scripts "link" to it with #include.
That way only the functions that each script needs will be included in their respective .amx's
If you're trying to keep it efficient you could just make a big include full of stocks, and then have all your scripts "link" to it with #include.
That way only the functions that each script needs will be included in their respective .amx's