Need 2 things...
1. I'm with ProKreedz 1.0 Mod and I want to make /top15 but with climb records( not kills, deaths etc. ). How to transform the command from .top10 to /top15 = .top15 ?
2. I need to know how to make the timer resets it self... ex. when I press the start button AGAIN to reset?
I cannot answer the first one, but the second I may have the right answer for.
Go to prokreedz.sma, and search for this line:
if((equal(entname,"counter_start") || equal(entname,"clockstartbutton") || equal(entname,"firsttimerelay") && !timer_started[id-1]) {
Replace it with this line:
if((equal(entname,"counter_start") || equal(entname,"clockstartbutton") || equal(entname,"firsttimerelay") && reset_checkpoints(id) && !timer_started[id-1]) {
That should do it, if I'm understanding you correctly.
where I have to put this? what file?
just press tab twice and the top 15 will come up
just press tab twice and the top 15 will come up
lol never knew this, thx... although it's shit that the prokreedz timer always differs from the real timer :/
PuppetZ^ the code don't work :(
http://img444.imageshack.us/img444/998/123awaerg5.jpg
[ Edited 07/28/07 - 16:22:35 ]
if((equal(entname,"counter_start") || equal(entname,"clockstartbutton") || equal(entname,"firsttimerelay")) && reset_checkpoints(id) &&!timer_started[id-1]) { // Man hat den Startbutton gedrueckt
That is what i have, and it works.. Remember that it is ONE line, it has just been wrapped.
compile failed! :(
Please send the whole file pro_kreedz.amxx or .sma
Please log in to post replies.