Hello frenchpapa!, im not sure to exactly how you have your scripts and map set up but I have noticed a few errors.
1. You called state=1 action twice when only 1 is needed.
2. plrfreeze is an action not a condition so it needs to come after the second ' : '
3. You have plrfreeze set to 100,000 when it should be 10,000 for the 10 seconds.
4. do not loop the second line back with state=0 instead leave it alone or to be safe turn it into an unused state.
Anyways here is what I made for you.
:state=0,activated=1:etimerstart,plrfreeze=10000,state=1
:state=1,etimergreater=5000:state=2,win
I am using a simple switch to activate the script. The Script is placed in a winzone anywhere in the map just for convenience. In order for the script to work there must be a value other than 0 in the "isObjective" field of the winzone ...I used 5.
As always, Game on! -2S!K Productions