i know is possible but to hard 4 me
counter script
Moderator: Core Staff
-
Goro92
- CJ Spammer!

- Posts: 605
- Joined: March 7th, 2011, 5:54 pm
- Location: Brescia, Italy
counter script
can someone give me a script that show u in what place you finished at?
i know is possible but to hard 4 me
i know is possible but to hard 4 me

-
Creep
- CJ Worshipper

- Posts: 268
- Joined: August 31st, 2006, 10:32 am
- Location: Hungary
Re: counter script
first u should make a trigger_multiple at the end.
then create a level.counter = 0; variable
when somebody trigger the finish line check
if(!isDefined(user.ended)){
level.counter +=1;
now write out the level.counter + name with some costum text.
user.ended = true;
}
If user.ended defined already the trigerr won't write out his new position, only once.
that's all.
then create a level.counter = 0; variable
when somebody trigger the finish line check
if(!isDefined(user.ended)){
level.counter +=1;
now write out the level.counter + name with some costum text.
user.ended = true;
}
If user.ended defined already the trigerr won't write out his new position, only once.
that's all.
