From 813bc1a21246a6440c83ae30791a7efb3e1b1d43 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Tue, 31 Aug 2004 02:58:28 +0000 Subject: [PATCH] Removed pvPrivateData manipulation - see fakemeta_amxx --- plugins/include/engine.inc | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/plugins/include/engine.inc b/plugins/include/engine.inc index 2f053f21..d8d285a7 100755 --- a/plugins/include/engine.inc +++ b/plugins/include/engine.inc @@ -62,18 +62,6 @@ native get_msg_origin(Float:_Origin[3]); * The module will automatically add +5 for Linux. */ -/* Gets pvPrivateData offset. */ -native get_offset_int(id, offset, linux=5); -native Float:get_offset_float(id, offset, linux=5); -native get_offset_short(id, offset, linux=5); -native get_offset_char(id, offset, linux=5); - -/* sets pvPrivateData offset. */ -native set_offset_int(id, offset, value, linux=5); -native set_offset_float(id, offset, Float:value, linux=5); -native set_offset_short(id, offset, value, linux=5); -native set_offset_char(id, offset, value, linux=5); - /* Precaches any file. */ native precache_generic(szFile[]); /* Precaches an event. */