Quote:
Originally Posted by MarianImmortalGod
So we need to determine every single weapon that will be used in our server ?
or we can just put
Code:
switch (weaponid)
{
default:
{
// invalid bullet weapon
return 0; // desync the shot
}
}
|
That'll desync every shot for every weapon. Use the code I posted.