Implement TF2_RemoveWearable native.

This commit is contained in:
Ryan Stecker
2014-07-31 12:46:09 +01:00
committed by Asher Baker
parent a038181193
commit e8111f3c0a
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
*