Bugged top killstreaks textdraw
#7

Quote:
Originally Posted by Pokemon64
Посмотреть сообщение
Well i try explain better.

First bug.

So i playing alone right? everything work fine its show like this
Top 3 killstreaks
1.Name_Name - 36 (killstreaks)

Then new player online, and luck what happen
Top 3 killstreaks
1.Name_Name - 0 (killstreaks)
2.Second_Name - 0 (killstreaks)

Second bug.
So when its playing 2players textdraw luck like this
Top 3 killstreaks
1.Name_Name - 0 (killstreaks) if i make kills its still show zero
2.Second_Name - 0 (killstreaks) if him make kill this textdraw show kills both of us.

And its luck like this
Top 3 killstreaks
1.Name_Name - 1 (killstreaks)
2.Second_Name - 1 (killstreaks)
ok.. possibly is here

PHP код:
if(KSSlot2 != -1)
    {
           
format(stringsizeof(string), "______Top_3_KillStreaks~n~~n~1._~g~%s_~w~(KillStreak:_%d)~n~~n~2._~y~%s_~w~(KillStreak:_%d)"PlayerName2(KSSlot1), pInfo[KSSlot2][pKills], PlayerName2(KSSlot2), pInfo[KSSlot2][pKills]);
    } 
lookat
PHP код:
PlayerName2(KSSlot1), pInfo[KSSlot2][pKills]// player 1's score is player2's score 
should be
PHP код:
PlayerName2(KSSlot1), pInfo[KSSlot1][pKills
(if that's only happened with 2 players)
Reply


Messages In This Thread
Bugged top killstreaks textdraw - by Pokemon64 - 25.11.2016, 12:31
Re: Bugged top killstreaks textdraw - by Pokemon64 - 25.11.2016, 14:56
Re: Bugged top killstreaks textdraw - by Pokemon64 - 26.11.2016, 09:49
Re: Bugged top killstreaks textdraw - by BrianFaria - 26.11.2016, 10:30
Re: Bugged top killstreaks textdraw - by Alvitr - 26.11.2016, 10:38
Re: Bugged top killstreaks textdraw - by Pokemon64 - 26.11.2016, 11:50
Re: Bugged top killstreaks textdraw - by Alvitr - 26.11.2016, 11:54
Respuesta: Bugged top killstreaks textdraw - by BrianFaria - 26.11.2016, 11:57
Re: Bugged top killstreaks textdraw - by Pokemon64 - 26.11.2016, 12:50
Re: Bugged top killstreaks textdraw - by Pokemon64 - 26.11.2016, 12:52

Forum Jump:


Users browsing this thread: 1 Guest(s)