Warn Command Bug
#4

PHP код:
}
                else
                {
                
format(strsizeof (str), "Admin %s[%d] Has Given %s A Warning Reason: %s [Warn: %d/%d]"IsPlayerName(playerid),playeridIsPlayerName(warned),warnedreasonPInfo[warned][Warn], MaxWarn);
                } 
you've used to show playerid [ warned player id ] but did not use [%d] after he's name it should be:
PHP код:
}
                else
                {
                
format(strsizeof (str), "Admin %s[%d] Has Given %s[%d] A Warning Reason: %s [Warn: %d/%d]"IsPlayerName(playerid),playeridIsPlayerName(warned),warnedreasonPInfo[warned][Warn], MaxWarn);
                return 
SendClientMessageToAll(-1str);
                } 
Best Regards,
Reply


Messages In This Thread
Warn Command Bug - by dh240473 - 04.12.2015, 03:37
Re: Warn Command Bug - by Trevor19012 - 04.12.2015, 04:05
Re: Warn Command Bug - by dh240473 - 04.12.2015, 05:54
Re: Warn Command Bug - by jlalt - 04.12.2015, 06:13
Re: Warn Command Bug - by dh240473 - 04.12.2015, 06:52

Forum Jump:


Users browsing this thread: 1 Guest(s)