Thread: NoBlock
View Single Post
SWAT_88
SourceMod Donor
Join Date: Jan 2008
Location: Austria
Old 05-06-2009 , 16:18   Re: [CSS] NoBlock
Reply With Quote #6

Quote:
Originally Posted by altex View Post
In my plugin there is timer. But if you want to disable block you have 2 ways: wait for timer or say !block again. It is good if you stuck in somebody.

For example:
00:00 say !block # blocking player for 20 seconds
00:20 # player unblocked
01:00 say !block # blocking player for 20 seconds
01:05 say !block # player unblocked


I can not find where it is used
Code:
#grep g_hostage sm_noblock.sp
new Handle:g_hostage;
    g_hostage = CreateConVar("nb_hostage", "1");
    CloseHandle(g_hostage);
I have used it in an earlier version, but apparently I have overwritten it after providing a new version.

Thanks for the hint.
__________________
SWAT_88 is offline