native
zp_give_item
Syntax
native zp_give_item(id, const item[], ammo=0);
Description
Give item
Parameters
| id | Player Index |
|---|---|
| item | Item name (Not Extra Item) |
| ammo | Give ammunation |
Return
true if sucess / false otherwise
native
native zp_give_item(id, const item[], ammo=0);
Give item
| id | Player Index |
|---|---|
| item | Item name (Not Extra Item) |
| ammo | Give ammunation |
true if sucess / false otherwise