SetString
Sets a string value in a Map, either inserting a new entry or replacing an old one.
native bool SetString(const int key, const char[] value, bool replace = true)
Parameters
const int key
Key integer.
const char[] value
String to store.
bool replace
If false, operation will fail if the key is already set.
Return Value
bool True on success, false on failure.