• Welcome to Vice City Multiplayer.
 

help!!

Started by [GCK]KoFFe, January 12, 2011, 04:56:10 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

[GCK]KoFFe

guys what is tickcount??
gettickcount??

i want to run a clock on my server please tell me any code

[GCK]KoFFe

Help here

i saw tickcount from time.inc

i want to run the clock like mirc any one help me plz

aXXo

TickCount returns the number of seconds elapsed.

For example:

Time1=GetTickCount();
Time2=GetTickCount();

Time2-Time1 will be the seconds elapsed between the execution of the above two statements.

[GCK]KoFFe

thx :)

but what is KillTimer?

how to use it!!

shivambansal

hiiiiiiiii.........
i am [GCK]Avinash

aXXo

To start a timer:

new MyTimer;
MyTimer=SetTimer("HealAll",1000,true);


It will call the HealAll() function infinite times in 1 second interval.
The timerid for that timer is saved in MyTimer variable.

so on

KillTimer(MyTimer);

The timer will stop.

[GCK]KoFFe

#6
thx but if i had a timer running on Gamemodeinit()
then how to close it and it will automatically start after 15 mins :) i had try this its not works but Bugged
its sick script
SetTimer("putoutofcar",300000,0);