AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Scripting Help (https://forums.alliedmods.net/forumdisplay.php?f=11)
-   -   Help Leader ammo & frags zp (https://forums.alliedmods.net/showthread.php?t=311297)

The Striker 10-12-2018 10:19

Help Leader ammo & frags zp
 
1 Attachment(s)
I tried to do something different, the code is functional but the problem is that the message appears twice

https://imgur.com/a/vGLabzP

when you kill someone in the round, only the message with the parenthesis should appear

but when someone else is a frags leader to appear without those parentheses

I do not know if anyone understands what I mean but I really need some help

In that parenthesis, it appears how many kills the player made in that round

Ghosted 10-12-2018 11:27

Re: Help Leader ammo & frags zp
 
client_print_color(0, ... - will print message to everyone on server and you use this multiple times, i think you need to use iKillsLeader/iPacksLeader instead 0

The Striker 10-12-2018 12:12

Re: Help Leader ammo & frags zp
 
Quote:

Originally Posted by Ghosted (Post 2619376)
client_print_color(0, ... - will print message to everyone on server and you use this multiple times, i think you need to use iKillsLeader/iPacksLeader instead 0

i try and still same problem


All times are GMT -4. The time now is 22:21.

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