Hey there, i made a map restriction script so it will not let you enter unless you are in a group of 5+
#IF
CHECKGROUCOUNT 5
#ACT
ENTER_OK
#ELSESAY
You must be in a group of at least 5
Everything works perfect if your not in a group of 5, but if you are, it crashes the whole CD.ini and resets it or something, i never thought it could happen off a simple script.
ANy ideas where iv went wrong please?
I know its not the pre of this stuff as well because it does load up perfectly if you are not in the required group.
#IF
CHECKGROUCOUNT 5
#ACT
ENTER_OK
#ELSESAY
You must be in a group of at least 5
Everything works perfect if your not in a group of 5, but if you are, it crashes the whole CD.ini and resets it or something, i never thought it could happen off a simple script.
ANy ideas where iv went wrong please?
I know its not the pre of this stuff as well because it does load up perfectly if you are not in the required group.
