CheckPoint Timer Set .. Help !
#1

Hello!
I have built a hide and seek ..
I want the player enters the checkpoint then automatically starts a countdown of 30 seconds ..

Anybody can send me PWN?

Not PASTBIN !!

Thank you! :]

It's my codes:
http://pastebin.com/8pzK1ZQg

You can do it automatically starts my countdown of 30 seconds of GAMETEXT?
Reply
#2

A timer for what?
Reply
#3

Quote:
Originally Posted by DiGiTaL_AnGeL
Посмотреть сообщение
A timer for what?
when i enter the checkpoint , i want a timer for 30 sec ..

sorry for my bad english ..
Reply
#4

A timer to show the next checkpoint?
pawn Код:
forward NextCP();
public NextCP()
{
    SetPlayerCheckPoint//add the cp coords here
    return 1;
}
And add this to OnplayerEnterCheckpoint:
pawn Код:
SetTimer("NextCP", 30000, 0);
Reply
#5

Quote:
Originally Posted by DiGiTaL_AnGeL
Посмотреть сообщение
A timer to show the next checkpoint?
pawn Код:
forward NextCP();
public NextCP()
{
    SetPlayerCheckPoint//add the cp coords here
    return 1;
}
And add this to OnplayerEnterCheckpoint:
pawn Код:
SetTimer("NextCP", 30000, 0);
noo !!

when i enter the checkpoint , i want a countdown for 30 seconds ..
see:
http://t1.gstatic.com/images?q=tbn:A...-DhMKUeXA2z2Qv

but for 30 seconds .. help me !
Reply
#6

You mean gametexts?
Reply
#7

Quote:
Originally Posted by DiGiTaL_AnGeL
Посмотреть сообщение
You mean gametexts?
.....

ok ..
i connect to the game
i go to /lv
and i see checkpoint
i enter it and it start auto cd for 30 seconds ..
i wait 30 seconds


end.

ok ?!?!?
Reply
#8

Quote:
Originally Posted by WorldPro
Посмотреть сообщение
.....

ok ..
i connect to the game
i go to /lv
and i see checkpoint
i enter it and it start auto cd for 30 seconds ..
i wait 30 seconds


end.

ok ?!?!?
Look at my post that I did before you posted yours, it works.
Reply
#9

Quote:
Originally Posted by SKAzini
Посмотреть сообщение
Look at my post that I did before you posted yours, it works.
you can send me a pastbin link ?
Reply
#10

Quote:
Originally Posted by WorldPro
Посмотреть сообщение
you can send me a pastbin link ?
Pastebin
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)