i need help with cowntdown. - 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: i need help with cowntdown. (
/showthread.php?tid=428969)
i need help with cowntdown. -
Configuration - 07.04.2013
Hello i need help with this cowntdown

REP++
My Litell Server: 217.65.2.178:7878
Re: i need help with cowntdown. -
Sithis - 07.04.2013
What help do you need? What is your current code?
Re: i need help with cowntdown. -
Configuration - 07.04.2013
with Cowntdown se in pic that cowntdown i want
Re: i need help with cowntdown. -
Sithis - 07.04.2013
Is it a chatmessage or a textdraw?
Re: i need help with cowntdown. -
Riddick94 - 07.04.2013
You want a ready code for muting player with countdown functionality? No, we won't give you ready code. We can just help you, if you want a ready code, then try other topic which is called "Scripting Request Thread #6" it's sticked topic on the top of "Scripting Help" section.
Quote:
Originally Posted by Sithis
Is it a chatmessage or a textdraw?
|
It's a message in chat box. You can see a bits of previous message and next one.
Re: i need help with cowntdown. -
ReVo_ - 07.04.2013
You can use GetTickCount (
https://sampwiki.blast.hk/wiki/GetTickCount ) to know when the player is muted.
If you dont know how to work w/ timestamp, you can use a not efficient but simpler way to do this: Timers.
https://sampwiki.blast.hk/wiki/SetTimerEx
Re: i need help with cowntdown. -
Configuration - 07.04.2013
Thanks so Much @_ReVo_