Merged with ns2amx header
This commit is contained in:
parent
3ed92695be
commit
2980fb1d82
|
@ -245,7 +245,11 @@ stock set_mask(id,mask,value)
|
||||||
return ns_set_mask(id,mask,value)
|
return ns_set_mask(id,mask,value)
|
||||||
|
|
||||||
stock get_special(id,mask)
|
stock get_special(id,mask)
|
||||||
return ns_get_special(id,mask)
|
{
|
||||||
|
if (pev(id,pev_iuser4) & mask)
|
||||||
|
return 1
|
||||||
|
return 0
|
||||||
|
}
|
||||||
|
|
||||||
stock get_res(id)
|
stock get_res(id)
|
||||||
return floatround(ns_get_res(id))
|
return floatround(ns_get_res(id))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user