i have some adminmod functions i need need equali amxx functions with them. I will tell what does that functions in adminmod, and if can somebody tell me equali functions in amxx
1) strstripquotes(str) - Strips the quotes from the beginning and ending of str, if they exist. Ignores those in the middle.
2) servertime(sTimeString, iMaxLen, sFormat = "none") - Stores the current time of the server into the string sTimeString of size iMaxLen. If sFormat is "none" a default format is used (e.g. "Wed Jun 30 21:49:08 1993"). sFormat, if specified, is of the form used by the strftime() system call. See the strftime man page or the manual for details.
3) strcpy( dest, source, maxlen ) - Copy the string in source to the string dest. maxlen is the size of the destination array.