diff --git a/plugins/include/sdktools.inc b/plugins/include/sdktools.inc index dcce2eb4..07fc55f8 100644 --- a/plugins/include/sdktools.inc +++ b/plugins/include/sdktools.inc @@ -194,6 +194,7 @@ native Handle EndPrepSDKCall(); * rules will result in crashes or wildly unexpected behavior! * * If the return value is a float or integer, the return value will be this value. + * If the return value is a string, the value returned by the function will be the number of bytes written, or -1 for NULL. * If the return value is a CBaseEntity, CBasePlayer, or edict, the return value will * always be the entity index, or -1 for NULL. *