Quote:
Originally Posted by N A V E N
PHP Code:
public Fwd_StartFrame(id) {
Replace with
Code:
public Fwd_StartFrame(id) {
if(!(is_user_alive(id)){
Don't forget about adding closing brace at the end of function.
|
That's wrong.
FM_StartFrame doesn't even pass a player id, so the original id is always 0.
He should check inside the loop.
__________________