This is a test forum with a static import from forum.open.mp it will not be automatically synchronised so any posts you make here will be lost when we migrate fully.
@hiwyn
hiwyn
Why i'm getting this error: error 090: public functions may not return arrays (symbol "GetRegionName") return string; on this:
forward GetRegionName(Float: X, Float: Y, Float: Z); public GetRegionName(Float: X, Float: Y, Float: Z) { ? ? new string[128]; ? ? format(string, sizeof(string), "Idlewood"); ? ? return string; }
Please sign up or log in to reply