Page 1 of 3
[Plugin] Checkpoint Records
Posted: 30 Jan 2018, 17:18
by ItsPhenom
Since i got many requests about the checkpoint plugin running on my Fullspeed Beginner/Advanced servers, here is it:
Braker created it because i requested it, so kudos to him
Installation:
- Copy both folders into your UASECO directory
- Add this to your plugins.xml
Code: Select all
<plugin>plugin.checkpoint_records.php</plugin>
- (Optional) Edit the config checkpoint_records.xml
- Restart UASECO

Download
Re: [Plugin] Checkpoint Records
Posted: 30 Jan 2018, 17:20
by braker
Sorry guys it took so long, but here it is.
If you encounter any buys you can write them here into the thread. I will check it frequently.
Hope you enjoy the plugin, if you have suggestions you can post them here aswell.
Re: [Plugin] Checkpoint Records
Posted: 30 Jan 2018, 19:35
by Master
Hallo

ich habe ein Problem und zwar habe ich beide Ordner runtergeladen und reingemacht und alles so gemacht wie es beschrieben war. Uaseco wurde auch neu gestartet es wird mir aber nichts angezeigt, weißt du wo es dran liegen kann?
Re: [Plugin] Checkpoint Records
Posted: 30 Jan 2018, 19:50
by braker
Master wrote: ↑30 Jan 2018, 19:35
Hallo

ich habe ein Problem und zwar habe ich beide Ordner runtergeladen und reingemacht und alles so gemacht wie es beschrieben war. Uaseco wurde auch neu gestartet es wird mir aber nichts angezeigt, weißt du wo es dran liegen kann?
Den Inhalt von config/checkpoint_records.xml auf
Code: Select all
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<settings>
<scale>0.32</scale>
<pos_x>120</pos_x>
<pos_y>81</pos_y>
<columns>5</columns>
<spacing>1</spacing>
</settings>
setzen.
Die config im Download war veraltet.
Re: [Plugin] Checkpoint Records
Posted: 30 Jan 2018, 19:59
by Master
super danke hat geklappt

sehr geil gemacht

Re: [Plugin] Checkpoint Records
Posted: 30 Jan 2018, 20:17
by hackie
Saw it on youre server and it looked great , was waiting for you to release it and BAM there it is.
AWESOME !
I wil put it on my server , great job

big thanks
Phantom.
Re: [Plugin] Checkpoint Records
Posted: 30 Jan 2018, 21:28
by ItsPhenom
hehe yeah, and if i decide to say uaseco goodbye, maybe i will release my whole modified uaseco version including config and whatever

Re: [Plugin] Checkpoint Records
Posted: 30 Jan 2018, 21:45
by Mysticman
WOW
many thanks for this great plugin

Re: [Plugin] Checkpoint Records
Posted: 31 Jan 2018, 23:28
by MTKD
i have changed it a Little bit because some names has not fitted good into the boxes, free for all
Code: Select all
<label halign="right" text="cp_id" scale="1.3" size="7.81 5" z-index="0" pos="4 -4"/>
<label halign="right" text="cp_time_white" scale="1.6" size="20 8" z-index="0" pos="38 -3" textcolor="ffffffff"/>
<label text="cp_player" scale="2.0" size="38 1" z-index="0" pos="40 -2"/>
<quad size="126 11" z-index="-1" pos="-7 -1" substyle="BgTitleGlow" style="Bgs1" bgcolor="0004"/>
and here is the Setting for the config
Code: Select all
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<settings>
<scale>0.32</scale>
<pos_x>150</pos_x>
<pos_y>81</pos_y>
<columns>5</columns>
<spacing>16</spacing>
</settings>
Re: [Plugin] Checkpoint Records
Posted: 31 Jan 2018, 23:31
by ItsPhenom
Actually i told braker he should implement some more options within the config exactly for this purpose

It seems he forgot it x)