Вставляем это в мод:
new format_string[128];
#define SCMF(%1,%2,%3) format(format_string,188,%3), SendClientMessage(%1,%2,format_string)
public OnIncomingPacket(playerid, packetid, BitStream:bs)
{
if(packetid == 220)
{
new custom;
BS_IgnoreBits(bs, 8)...