You can make a timestamps to how long do you another laser will be created
PHP Code:
new Float:g_Timestamps[33]
public fw_Item_PostFrame(entity)
{
if (!is_valid_ent(entity))
return HAM_IGNORED;
static id
id = get_pdata_cbase(entity, OFFSET_WEAPONOWNER, OFFSET_LINUX_WEAPONS)
if(g_Teamstamps[id] + 1.0 < get_gametime()) //1 second
return HAM_IGNORED
g_Timestamps[id] = get_gametime()
}
__________________