08.05.2009, 16:02
You have
under:
So that means that PlayerDied only will be called when there is a killerid.
(correct me if i'm wrong, because this script has a real bad indentation, so i can't realy see on which ''if()'' it is.
If you still have got any problems, then ''debug'' it, and look where it stops.
Код:
PlayerDied[playerid] = 1;
Код:
if(killerid != INVALID_PLAYER_ID) {
(correct me if i'm wrong, because this script has a real bad indentation, so i can't realy see on which ''if()'' it is.
If you still have got any problems, then ''debug'' it, and look where it stops.