Originally posted by athrun340
can somebody help me??
this is the no blue boxes for unspent SP script
I'll have a crack, seeing as it's one of mine
You need to set the players ID's at the top of the script for the players who you want to hide the blue boxes for.
Your player's ID's are 256743,330912 and 598768, so if you want to hide blue boxes for all 3 you need to change this...
var players=new Array('123456','234567');
into this...
var players=new Array('256743','330912','598768');
That help?
can somebody help me??
this is the no blue boxes for unspent SP script
I'll have a crack, seeing as it's one of mine

You need to set the players ID's at the top of the script for the players who you want to hide the blue boxes for.
Your player's ID's are 256743,330912 and 598768, so if you want to hide blue boxes for all 3 you need to change this...
var players=new Array('123456','234567');
into this...
var players=new Array('256743','330912','598768');
That help?





























