Page 3 of 3

Re: [Plugin] Checkpoint Records

Posted: 19 Mar 2020, 15:12
by undef.de
RelaxedRacer wrote: 19 Mar 2020, 14:58 I found a little problem today in the plugin (and maybe more plugins have this not shure)
When a player has a " in the nickname i got errors and it didnt displayed correctly.

I changed this in the code that solved it:

Code: Select all

    public function getPlayerNick()
    {
       // return $this->player->nickname;
		$nicknrpl = str_ireplace('"', '', $this->player->nickname);
		return $nicknrpl;
    }
Maybe this " can be added to stripstyles, or i donno, i'm no expert on this :roflol:
Are the " displayed wrong in chat or in some widgets? Screenshot?

Re: [Plugin] Checkpoint Records

Posted: 19 Mar 2020, 15:17
by RelaxedRacer
in chat its normal, its just in this plugin i think
i can make a screen, but it only shows a empty cp

Re: [Plugin] Checkpoint Records

Posted: 19 Jun 2020, 02:30
by kahwix
First : Thanks to Braker to dev this plugin :yes: & undef to update it !
i have only One question, this plugin haven't a Max limit ? So on a RPG Max , 20CPS or More... Take all the screen :roflol: !
[ 15 is perfect ]