17.11.2009, 16:48
well.. i understood it like this:
return 1 means the script will go on.
return 0 means the script checks the callback again.
You can return variables, too, to make their change visible at the global variables.
Callbacks should return a value.
I guess you just have another kind of problem, looks like SetPlayerUnjail gives a value, but it cannot be taken.
It's just a suggestion, so pls correct me if i'm wrong.
Cheers.
return 1 means the script will go on.
return 0 means the script checks the callback again.
You can return variables, too, to make their change visible at the global variables.
Callbacks should return a value.
I guess you just have another kind of problem, looks like SetPlayerUnjail gives a value, but it cannot be taken.
It's just a suggestion, so pls correct me if i'm wrong.
Cheers.

