From 750b098e0283fe8560da79674204af7381dd2012 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Wed, 8 Feb 2006 22:59:58 +0000 Subject: [PATCH] sigh... --- plugins/include/amxmodx.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/include/amxmodx.inc b/plugins/include/amxmodx.inc index e56d7e7c..5f82d35a 100755 --- a/plugins/include/amxmodx.inc +++ b/plugins/include/amxmodx.inc @@ -720,7 +720,8 @@ native log_error(error, const fmt[], ...); // (and just like modules, you must use these special natives). // two: you CANNOT call your native from inside your native. This is very bad. -// This function should only be called if you registered with style=1 +//This function should only be called if you registered with style=1 +//You only need to use it on by-reference parameters. native param_convert(num); // Gets a string from the calling plugin