[Help] Time is off - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: [Help] Time is off (
/showthread.php?tid=96524)
[Help] Time is off -
Matthew_Murdoch - 08.09.2009
I got a script that when you type /time it displays the time exept its 1hr slow, whats the problem.
Plz help.
Re: [Help] Time is off -
Takumi.WS - 08.09.2009
Any code to show ? lol ..
Re: [Help] Time is off -
Matthew_Murdoch - 09.09.2009
Isnt there a general way to up the time +1hr?
Re: [Help] Time is off -
woot - 09.09.2009
You can fix it ..
.. by fixing your servertime.
.. by adding +1 to your value where the hour is.
Re: [Help] Time is off -
Matthew_Murdoch - 09.09.2009
How do you do that?
Re: [Help] Time is off -
woot - 09.09.2009
Quote:
Originally Posted by Matthew_Murdoch
How do you do that?
|
Obviously you cannot script, show us your /time command and I/someone will do it.
Re: [Help] Time is off -
Matthew_Murdoch - 10.09.2009
download link to the pwn:
http://www.sendspace.com/file/srkgho
Re: [Help] Time is off -
Matthew_Murdoch - 10.09.2009
new bump()
{
return 1;
}
?
Re: [Help] Time is off -
Redirect Left - 10.09.2009
All you do is do + or -[amount] next to the hour.
Re: [Help] Time is off -
Correlli - 10.09.2009
Quote:
Originally Posted by Matthew_Murdoch
new bump()
{
return 1;
}
?
|
pawn Код:
public OnPlayerBumpsTopic(playerid, topicid)
{
SendClientMessage(playerid, 0xFFFFFFAA, "SERVER: Stop bumping!");
return 1;
}