native cod_set_user_item(id, item = 0, value = RANDOM, force = false);
id | Player index |
item | Item index |
value | Item value |
force | Disable restrictions |
Sets player item with value.
Set item index to 0 to remove player item.
Set item index to RANDOM (-3) to give random item.
Set value to RANDOM (-3) to set random value.
COD_STOP (4) will be returned if item is not random and cannot be set.
This function has no return value.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.