Under my bullet templete I have a cog assigned to my bullet. And in this cog I have a touched message and under it I have:
victim = GetSourceRef;
PrintInt(victim);
When I shoot another person jk prints some weird number like 6667553 or something similar to that... and its really disturbing me. What am I doing wrong?
victim = GetSourceRef;
PrintInt(victim);
When I shoot another person jk prints some weird number like 6667553 or something similar to that... and its really disturbing me. What am I doing wrong?