whoa, forgot a SEMICOLON
This commit is contained in:
@ -27,7 +27,7 @@ stock dod_make_deathmsg(killer, victim, weaponNUM)
|
|||||||
stock user_silentkill(index)
|
stock user_silentkill(index)
|
||||||
{
|
{
|
||||||
static msgid = 0;
|
static msgid = 0;
|
||||||
new msgblock
|
new msgblock;
|
||||||
if (!msgid)
|
if (!msgid)
|
||||||
{
|
{
|
||||||
msgid = get_user_msgid("DeathMsg");
|
msgid = get_user_msgid("DeathMsg");
|
||||||
|
Reference in New Issue
Block a user