Skip to content

Instantly share code, notes, and snippets.

@ZaSpai
Created July 15, 2014 11:27
Show Gist options
  • Select an option

  • Save ZaSpai/d33abc1770d7d6382caf to your computer and use it in GitHub Desktop.

Select an option

Save ZaSpai/d33abc1770d7d6382caf to your computer and use it in GitHub Desktop.
//Server command to inform all clients of a deleted QCWep object
//argument0: weapon ID
global.qcWepBuffer = buffer_create();
write_ubyte(global.qcWepBuffer, QCWEP_DELETE);
write_ubyte(global.qcWepBuffer, argument0);
PluginPacketSend(zsQC, global.qcWepBuffer, false);
buffer_destroy(global.qcWepBuffer);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment