I have a trouble with these scripts :
The first block the line
Code: Select all
script 81 OPEN
{
Line_SetBlocking (26, ON, BLOCKF_PLAYERS );
}
Code: Select all
Script 90 (void)
{
SetLineTexture (26, SIDE_FRONT, TEXTURE_MIDDLE, "-");
Line_SetBlocking (26, OFF, BLOCKF_PLAYERS );
}
So, what i have made wrong these scripts ?