Thread: rearm terror
View Single Post
Supremache
Veteran Member
Join Date: Sep 2019
Location: Egypt
Old 09-05-2020 , 14:12   Re: rearm terror
Reply With Quote #5

Quote:
Originally Posted by Cirovic View Post
no need for edit plugin, just need new plugin that will give terror KNIFE after 1 sec of round start.
Okay then try this plugin
PHP Code:
#include <amxmodx>

public plugin_init() 
{
    
register_plugin("Give Knife When Round Start""1.0""Supremache")
    
register_event("HLTV",     "ev_RoundStart""a""1=0""2=0")
}

public 
ev_RoundStart(id)
{
    
engclient_cmd(id"weapon_knife");

Supremache is offline