29.04.2009, 15:22
SetCameraBehindPlayer(killerid);
TogglePlayerControllable(playerid, 0);
SetCameraBehindPlayer(killerid) only affects the person that is the killer.
Why are you using TogglePlayerControllable(playerid,0) if the player is dead and can't move anyway?
and do a check to make sure killerid != 255 incase the player killed himself or died of other means.
TogglePlayerControllable(playerid, 0);
SetCameraBehindPlayer(killerid) only affects the person that is the killer.
Why are you using TogglePlayerControllable(playerid,0) if the player is dead and can't move anyway?
and do a check to make sure killerid != 255 incase the player killed himself or died of other means.

