21.01.2015, 04:13
No it's not. It's automatically set to 0 when a player connects. I would suggest that you set it if you're going to use it for player IDs. Such as:
pawn Код:
public OnPlayerConnect(playerid)
{
SetPVarInt(playerid, "Killer", INVALID_PLAYER_ID);
return 1;
}