diff --git a/plugins/include/dbi.inc b/plugins/include/dbi.inc index 070741f8..34033df9 100755 --- a/plugins/include/dbi.inc +++ b/plugins/include/dbi.inc @@ -46,10 +46,7 @@ native dbi_nextrow(_result=1); */ native dbi_field(_result, _fieldnum, {Float,_}:... ); -/* Gets a field by number. Returns 0 on failure. - * Although internally fields always start from 0, - * This function takes fieldnum starting from 1. - * No extra params: returns int +/* Gets a field by name. Returns 0 on failure. * One extra param: returns Float: byref * Two extra param: Stores string with length */ diff --git a/plugins/include/engine.inc b/plugins/include/engine.inc index 69073abf..ce6f8642 100755 --- a/plugins/include/engine.inc +++ b/plugins/include/engine.inc @@ -63,9 +63,6 @@ native set_offset_float(id, offset, Float:value); native set_offset_short(id, offset, value); native set_offset_char(id, offset, value); -/* Get entity pointer into string pointer[]. If pointer/len is 0 pointer is returned as integer. */ -native get_entity_pointer(index, pointer[] = 0, len = 0); - /* Precaches any file. */ native precache_generic(szFile[]); /* Precaches an event. */