DispatchKeyValue
Dispatches a KeyValue into given entity using a string value.
native bool DispatchKeyValue(int entity, const char[] keyName, const char[] value)
Parameters
int entity
Destination entity index.
const char[] keyName
Name of the key.
const char[] value
String value.
Return Value
bool True on success, false otherwise.Error
Invalid entity index or lack of mod support.