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