CS_OnBuyCommand Forward

Called when a player attempts to purchase an item. Return Plugin_Continue to allow the purchase or return a higher action to deny.

Action CS_OnBuyCommand(int client, const char[] weapon)

Parameters

int client

Client index

const char[] weapon

User input for weapon name

Return Value

No description.