07.04.2020, 07:50
So we need to determine every single weapon that will be used in our server ?
or we can just put
or we can just put
Code:
switch (weaponid)
{
default:
{
// invalid bullet weapon
return 0; // desync the shot
}
}

