public logevent_round_start()
{
static iMaxPlayers;
if ( !iMaxPlayers )
iMaxPlayers = get_maxplayers();
for(new id = 1; id <= get_maxplayers(); id++)
{
if(is_user_alive(id)
{
strip_user_weapons(id);
give_item(id, "weapon_knife")
set_hudmessage();
show_hudmessage(0, "This is a knife only round");
}
}