Cstrike: cs_get_user_armor - Make optional armortype param

This commit is contained in:
Arkshine 2015-07-04 19:59:30 +02:00
parent 7842d0160b
commit 81f9a23d16

View File

@ -615,7 +615,7 @@ native cs_get_user_stationary(index);
* MaxClients, or the client is not connected, an error * MaxClients, or the client is not connected, an error
* will be thrown. * will be thrown.
*/ */
native cs_get_user_armor(index, &CsArmorType:armortype); native cs_get_user_armor(index, &CsArmorType:armortype = CS_ARMOR_NONE);
/** /**
* Sets the client's armor value the type of armor. * Sets the client's armor value the type of armor.