Add Timer Betwen Each Report?
#1

RESOLVED long time..
Reply
#2

https://sampwiki.blast.hk/wiki/GetTickCount
Reply
#3

ok explain more?
Reply
#4

Quote:
Originally Posted by Saw®
Посмотреть сообщение
....... You Know that i'm New ? why U Send to me that , i don't Understand AnyThing , so , Can u Explain yourself ?

Cause all Tutorials/Wiki-samp Are Hard and Bad Bad Explained.
watch you are saying...
Just because your mind-lazy doesn't mean all the documents trying to help people like you are bad.
Reply
#5

@Saw: no need to report, your enhanced command have let us all assume that you dont really need help at coding your copy-n-pasted little shit, so Kush pointed you to the right direction. GetTickCount() returns a milliseconds value of the time the server is up already. so by assuming that i would type a command for my very first time, would lead me to the conclusion that
ActualTime-PreviouslyStoredTime = Difference in ms
so how to script that? make a check like
Код:
if(GetTickCount()-GetPVarInt(playerid,"LastCommandUsedTime")>2*60*1000)
{
SetPVarInt(playerid,"LastCommandUsedTime",GetTickCount());
}
you will figure out how to indent, and how and where to insert it in your command?
or shall someone else explain/show you that? if you respond wisely, someone will.
Reply
#6

Quote:
Originally Posted by Saw®
Посмотреть сообщение
Reported
BTW : why whene u insulte Some one u say Kid ? Kid are Good than U.
You submitted a false report and now, instead of me getting in trouble you will.
Reply
#7

Wrong Message...
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)