View Single Post
Jhob94
AMX Mod X Donor
Join Date: Jul 2012
Location: Siiiiiiiiuu
Old 03-07-2017 , 17:44   Re: Round End Events
Reply With Quote #20

Well EFFx, i don't actually understand what's the problem you are having, explain it better please.
I don't have much time but i had a quick look on the plugin, there is something you should change:

PHP Code:
formatex
            
(
                
formatMsg,charsmax(formatMsg),
                
EventMessages[LastBullet],
                
PlayerData[g_UserEventKiller][PlayerName],
                
bMoreThanOne szValue "an",
                
bMoreThanOne "ies" "y"
            

You should use if(bMoreThanOne){...} and then use else{...}.
It may not look very beautiful but it's unnecessary to check 2 times the value of bMoreThanOne.
__________________
Jhob94 is offline