AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   General (https://forums.alliedmods.net/forumdisplay.php?f=7)
-   -   Double kill don't work (miscstats-amxx1.80) (https://forums.alliedmods.net/showthread.php?t=66199)

Darkill 01-25-2008 16:50

Double kill don't work (miscstats-amxx1.80)
 
The double kill sound and Hud msg not works
I actived the stats.ini and i have the sounds.
Only double kill NOT work!

Quote:


if ((DoubleKill || DoubleKillSound) && !selfkill)
{
new Float:nowtime = get_gametime()

if (g_doubleKill == nowtime && g_doubleKillId == killer)
{
if (DoubleKill)
{
new name[32]

get_user_name(killer, name, 31)

set_hudmessage(255, 0, 255, -1.0, 0.35, 0, 6.0, 6.0, 0.5, 0.15, -1)
ShowSyncHudMsg(0, g_center1_sync, "%L", LANG_PLAYER, "DOUBLE_KILL", name)
}

if (DoubleKillSound)
play_sound("misc/doublekill")
}

g_doubleKill = nowtime
g_doubleKillId = killer
}
}

HAve some error in this part of miscstats?
HEEEELP!!!

Sorry by my english, i am a brazilians!

bmann_420 01-26-2008 01:18

Re: Double kill don't work (miscstats-amxx1.80)
 
have you enabled it in you amx_statscfgmenu ?

Darkill 01-26-2008 09:43

Re: Double kill don't work (miscstats-amxx1.80)
 
Quote:

Originally Posted by bmann_420 (Post 578530)
have you enabled it in you amx_statscfgmenu ?

Yes, enabled and doublekill not work

bmann_420 01-26-2008 16:05

Re: Double kill don't work (miscstats-amxx1.80)
 
I dont know.

If you'd like you can also try and look up Ultimate Sounds.

Darkill 01-26-2008 18:47

Re: Double kill don't work (miscstats-amxx1.80)
 
Quote:

Originally Posted by bmann_420 (Post 578685)
I dont know.

If you'd like you can also try and look up Ultimate Sounds.

The Ultimate Sounds don't have double kill.
Somebody can help?
Thanks

bmann_420 01-26-2008 23:42

Re: Double kill don't work (miscstats-amxx1.80)
 
lol ....

Im just gonna leave it alone.

Besides the obvious, reinstall your addon

Darkill 01-27-2008 10:13

Re: Double kill don't work (miscstats-amxx1.80)
 
Quote:

Originally Posted by bmann_420 (Post 578780)
lol ....

Im just gonna leave it alone.

Besides the obvious, reinstall your addon

This is error of plugin. Somebody knows to arrange?

bmann_420 01-27-2008 12:42

Re: Double kill don't work (miscstats-amxx1.80)
 
Quote:

Originally Posted by Darkill (Post 578906)
This is error of plugin. Somebody knows to arrange?

Reguardless if it is or not, their are still steps to fix this issue, and you could be doing them right now. Starting with what I said above. And thats all, i dont seem to have an effect.

Darkill 01-27-2008 18:18

Re: Double kill don't work (miscstats-amxx1.80)
 
Plus Somebody it can help?

[ --<-@ ] Black Rose 01-29-2008 09:55

Re: Double kill don't work (miscstats-amxx1.80)
 
Post full script.

This looks odd, comparing time with equal to...?
Code:
g_doubleKill == nowtime


All times are GMT -4. The time now is 01:56.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.