GivePlayerItem
Gives a named item to a player.
native int GivePlayerItem(int client, const char[] item, int iSubType = 0)
Parameters
const char[] item
Item classname (such as weapon_ak47).
Return Value
int Entity index on success, or -1 on failure.Error
Invalid client or client not in game, or lack of mod support.