Need 2 things...

Started by MajeStic
28/07/2007 14:39
Page 1 of 1
MajeStic28/07/2007 14:39

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?

puppetz mapper28/07/2007 15:15

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.

MajeStic28/07/2007 15:45

where I have to put this? what file?

1337ard28/07/2007 15:59

just press tab twice and the top 15 will come up

BooLiSH28/07/2007 16:04

just press tab twice and the top 15 will come up

1337ard


lol never knew this, thx... although it's shit that the prokreedz timer always differs from the real timer :/

MajeStic28/07/2007 16:15

PuppetZ^ the code don't work :(

http://img444.imageshack.us/img444/998/123awaerg5.jpg
[ Edited 07/28/07 - 16:22:35 ]

electron28/07/2007 16:50

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.

MajeStic28/07/2007 16:58

compile failed! :(

Please send the whole file pro_kreedz.amxx or .sma

Page 1 of 1

Please log in to post replies.