how to remove that?
#1

how to remove 1 timer?

Reply
#2

Quote:
Originally Posted by ► James_Alex
use
KillTimer
where?
Reply
#3

I tink he/she is talkin about the clock , it's a bad ideea to put an clock because most of the server already have one.

I don't know if it's going to work , but try TogglePlayerClock(playerid,0) at ongamemodeinit .
Reply
#4

pawn Код:
public OnPlayerConnect(plaeyrid)
{
    TogglePlayerClock(playerid, 0);
    return 1;
}
Reply
#5

Quote:
Originally Posted by ► James_Alex
try
pawn Код:
new mytimer; // in the top of the script

mytimer = SetTimer...// your timer functions

// then where you want to stop the timer
KillTimer(mytimer);
thx.. do you know how to set the server time thats it is always midnight?
Reply
#6

Quote:
Originally Posted by ZeeX
pawn Код:
public OnPlayerConnect(plaeyrid)
{
    TogglePlayerClock(playerid, 0);
    return 1;
}
if i remove that the timer will not show?
Reply
#7

Yes, you will have only real time clock
Reply
#8

thx ZeeX ... now how to do always night?
Reply
#9

Remove gl_realtime filterscript from server.cfg
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)