Uudecode
From SA-MP Wiki
uudecode
|   | Note: This function name starts with a lowercase letter. | 
Description:
Decode an UU-encoded string.
(dest[],const source[],maxlength=sizeof dest)
| dest[] | The destination for the decoded string array. | 
| const source[] | The UU-encoded source string. | 
| maxlength | The maximum length of dest that can be used. | 
Return Values:
This function does not return any specific values.
Example Usage:
uudecode(normalString, encodedString);
|   | This article/section is a stub You can help SA-MP by expanding it |   | 
