6 lines
110 B
Plaintext
6 lines
110 B
Plaintext
|
// gs_c_ysbleed - Enable player bleeding
|
||
|
void main()
|
||
|
{
|
||
|
SetLocalInt(GetModule(),"bPlayerBleeding",TRUE);
|
||
|
}
|