mirror of
https://github.com/Jackzmc/sourcemod-plugins.git
synced 2025-05-07 06:13:21 +00:00
Attempt to get rock throwing to work
This commit is contained in:
parent
08874d5266
commit
b6ccd98725
7 changed files with 105 additions and 3 deletions
|
@ -138,7 +138,8 @@ public Action Timer_KickBot(Handle timer, int client) {
|
|||
}
|
||||
|
||||
public Action Timer_Delete(Handle h, int id) {
|
||||
AcceptEntityInput(id, "Kill");
|
||||
if(IsValidEntity(id))
|
||||
AcceptEntityInput(id, "Kill");
|
||||
return Plugin_Handled;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue