Implement TF2_RemoveWearable native.

This commit is contained in:
Ryan Stecker
2014-07-29 20:31:27 -05:00
parent 803a54b773
commit 4a400d9569
3 changed files with 66 additions and 0 deletions
+9
View File
@@ -359,6 +359,15 @@ native bool:TF2_IsHolidayActive(TFHoliday:holiday);
*/
native bool:TF2_IsPlayerInDuel(client);
/**
* Removes an econ wearable (hat, misc, etc) from a player.
*
* @param client Client index.
* @param wearable Index of the wearable entity.
* @noreturn
*/
native TF2_RemoveWearable(client, wearable);
/**
* Called after a condition is added to a player
*