Author Topic: ifScore  (Read 704 times)

Could someone make it as a variable mod extension?

Already exists.

Quote from: VCE v5's server.cs
Code: [Select]
RegisterSpecialVar(GameConnection,"score","%this.score");

How do I use it? Checked the manual, no help.

How do I use it? Checked the manual, no help.

<var:client:score>
<var:cl:score>

<var:client:score>
<var:cl:score>
So

Onactivate-Client-VCE_Ifvariable- <var:client:score>- >= 5- 1 1
Onvariabletrue-client-centerprint-Hi

I have tried that heed it doesn't work, Not for me at least.

So

Onactivate-Client-VCE_Ifvariable- <var:client:score>- >= 5- 1 1
Onvariabletrue-client-centerprint-Hi

ifValue uses variable replacers.

So wait you use ifValue and <var:client:score>?