mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2025-01-13 23:38:07 +03:00
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
|
||||
* 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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user