Quote:
Originally Posted by danielkza
'msg' is an array,so the argument declaration must be 'msg[]'.
|
Ok, thanks alot!
Quote:
|
Originally Posted by ot_207
FM_PlayerPreThink is a function which takes place repetetively on an ammount of x miliseconds.
The same for postThink. But the diference is that these ones take place one after another.
Then the func will execute this way: -> PRETHINK -> POSTHINK -> PRETHINK ...
|
Ok, but what does it do besides that? or that is the main action the function do? how do I use it? when? like the following?
PHP Code:
register_forward(FM_PlayerPreThink, "my_func")
Is PlayerPre/PostThink an event? If it is, what event is it?
Why should I use it? Could you give me an example of things that would be good to have them working repetetively on an amount of x miliseconds?
And if Hamsandwich is same as FakeMeta, why should I use it?
Sorry for all the questions and thanks again,
dor123
__________________