Cstrike: cs_get_user_armor - Make optional armortype param
This commit is contained in:
parent
7842d0160b
commit
81f9a23d16
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user