Posts: 89
Threads: 19
Joined: Jan 2010
Reputation:
0
06.01.2011, 05:03
(
Last edited by r3k1lLz_; 06/01/2011 at 05:50 AM.
)
As you can see on the subject I'm asking if you can do that without using Hooks by Y-Less.
Posts: 2,169
Threads: 206
Joined: Jul 2010
Reputation:
0
Can you explain more clearly.
EDIT: So u want a FS to be a include aka a inc file?
Posts: 89
Threads: 19
Joined: Jan 2010
Reputation:
0
err What I want is with some scripts like SA-MP Streamer Plugin v2.5.2 by Incognito he has like OnPlayerSpawn and stuff in the .inc/include and I want to do that so when my include is included it does that function when the person spawns without putting like r_OnPlayerSpawn(playerid); or something on the OnPlayerSpawn function in the filterscript.
Posts: 2,421
Threads: 52
Joined: Mar 2009
Reputation:
0
****** has a post on callback hooking if your not going to use y_hooks then you will need to do your own callback hooking (ALS), No other way is possible. (that i'm aware of).
Posts: 89
Threads: 19
Joined: Jan 2010
Reputation:
0
How do I do ALS, I'm new to that stuff.