Author Topic: Gun Game [v0.1.2] - Other Topic Too Old  (Read 6230 times)

also yeah i tried using h+k weapons on this and stuff didnt work
i was killing people but i wasnt getting new weapons
i changed the first weapon into a regular default gun and leveled after a kill
please fix this

Released a beta version that tries a different method of detecting who killed who with what. Try it out and get back to me.

Quote
Code: [Select]
if(%source.getClassName() !$= "projectile")
{
return;
}

Wouldn't this cause kills by raycasting weapons to be ignored?

Wouldn't this cause kills by raycasting weapons to be ignored?
I looked at the code for Support_RaycastingWeapons.cs. It creates a projectile for an explosion or something.

I looked at the code for Support_RaycastingWeapons.cs. It creates a projectile for an explosion or something.
then why does is it broken
cant you like replace the "projectile" with raycast
or something like that