timestamp.. - 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)
+--- Thread: timestamp.. (
/showthread.php?tid=291869)
timestamp.. -
Exsite - 21.10.2011
how do i check if player enabled the timestamp?
AW: timestamp.. -
xerox8521 - 21.10.2011
You mean the timestamp in the chat right ?..as far as i know (if there is no hidden command for it) you cant check it...
Re: timestamp.. -
Exsite - 21.10.2011
how?
AW: timestamp.. -
xerox8521 - 21.10.2011
You mean something like this [26:41:23]xerox8521: Some text here displayed on your screen..
Re: timestamp.. -
Exsite - 21.10.2011
no..
I want to know if there is a function like:
pawn Код:
if(IsPlayerUsedTimeStamp(playerid) == 1)...
AW: timestamp.. -
xerox8521 - 21.10.2011
nope
Re: timestamp.. -
Exsite - 21.10.2011
kk thanks.
Re: timestamp.. -
Roperr - 22.10.2011
You can try checking it in onplayercmdtext, but it will probably fail.