Using a SQF script to create an explosion:
...
_Strike = "M_RPG32_AA_F" createVehicle Strike_Pos;
...
The game gives the point to the local machine only when the local machine is the server. This does not happen when exactly same code is used in a client machine.
Why it links the killer with the server but it does not link the killer with the client?