SA-MP Forums Archive
[FilterScript] TRL Freeze System | 2nd Script - 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: Filterscripts (https://sampforum.blast.hk/forumdisplay.php?fid=17)
+--- Thread: [FilterScript] TRL Freeze System | 2nd Script (/showthread.php?tid=581465)



TRL Freeze System | 2nd Script - TheRaGeLord - 13.07.2015

TRL Freeze System



Hello, It's TheRaGeLord uhmmm or you can say TRL. I'm Here with my 2nd Filterscript. I released my 1st Filterscript Yesterday, I was very exicted to work on my second project. So, I made it within 4 hours.
uhmm.. It's a Freeze System. Currently command is only authorised for RCON Admin. So, what you gonna do is type /freeze [Player ID/NAME] [Time(seconds)] To Freeze the Player. Player whom you have freezed will see a textdraw with Time left and name of admin who freezed him and that's all.

If you find any bugs then please let me know. I would love to hear your feedback.

Credit$:
TRL - Me
Zcmd
Sscanf2


Screenshot:



Pastebin:

Click Me




Re: TRL Freeze System | 2nd Script - SpikY_ - 13.07.2015

Nice one.


Re: TRL Freeze System | 2nd Script - TheRaGeLord - 13.07.2015

Thanks..Spiky


Re: TRL Freeze System | 2nd Script - Younes44 - 13.07.2015

Good Job dude..
+Rep


Re: TRL Freeze System | 2nd Script - kristo - 13.07.2015

I really like your design style, but you should straighten the columns manually (via script, not the textdraw editor). This one looks okay, but your ammunation is quite sinuous. Apart from that thing, I really like your textdraws!


Re: TRL Freeze System | 2nd Script - TheRaGeLord - 13.07.2015

Quote:
Originally Posted by Younes44
Посмотреть сообщение
Good Job dude..
+Rep
Thanks

Quote:
Originally Posted by kvann
Посмотреть сообщение
I really like your design style, but you should straighten the columns manually (via script, not the textdraw editor). This one looks okay, but your ammunation is quite sinuous. Apart from that thing, I really like your textdraws!
Thanks for your suggestion..


Re: TRL Freeze System | 2nd Script - Pottus - 13.07.2015

This script is going to fuck up when you got two or more players using it because it only uses one textdraw to update the time.


Re: TRL Freeze System | 2nd Script - TheRaGeLord - 13.07.2015

Quote:
Originally Posted by Pottus
Посмотреть сообщение
This script is going to fuck up when you got two or more players using it because it only uses one textdraw to update the time.
uhmm.. Thanks for reporting that Bug. I'll try to Solve that.


Re: TRL Freeze System | 2nd Script - Denying - 13.08.2015

"Frozen" not "freezed". It really bugged me to see that.


Re: TRL Freeze System | 2nd Script - monisoft - 27.09.2016

hi , When I compile error was :
Код:
C:\Users\MoniSoft\Desktop\VRGC_GameMod\VRGC_GameMod\filterscripts\freeze.pwn(27) : warning 217: loose indentation
C:\Users\MoniSoft\Desktop\VRGC_GameMod\VRGC_GameMod\filterscripts\freeze.pwn(146) : warning 217: loose indentation
C:\Users\MoniSoft\Desktop\VRGC_GameMod\VRGC_GameMod\filterscripts\freeze.pwn(173) : warning 235: public function lacks forward declaration (symbol "Updatetimer")
C:\Users\MoniSoft\Desktop\VRGC_GameMod\VRGC_GameMod\filterscripts\freeze.pwn(175) : warning 217: loose indentation
C:\Users\MoniSoft\Desktop\VRGC_GameMod\VRGC_GameMod\filterscripts\freeze.pwn(177) : warning 217: loose indentation
C:\Users\MoniSoft\Desktop\VRGC_GameMod\VRGC_GameMod\filterscripts\freeze.pwn(178) : warning 217: loose indentation
C:\Users\MoniSoft\Desktop\VRGC_GameMod\VRGC_GameMod\filterscripts\freeze.pwn(190) : warning 217: loose indentation
C:\Users\MoniSoft\Desktop\VRGC_GameMod\VRGC_GameMod\filterscripts\freeze.pwn(204) : warning 217: loose indentation
C:\Users\MoniSoft\Desktop\VRGC_GameMod\VRGC_GameMod\filterscripts\freeze.pwn(205) : warning 217: loose indentation
C:\Users\MoniSoft\Desktop\VRGC_GameMod\VRGC_GameMod\filterscripts\freeze.pwn(206) : warning 217: loose indentation
C:\Users\MoniSoft\Desktop\VRGC_GameMod\VRGC_GameMod\filterscripts\freeze.pwn(208) : warning 217: loose indentation
C:\Users\MoniSoft\Desktop\VRGC_GameMod\VRGC_GameMod\filterscripts\freeze.pwn(212) : error 017: undefined symbol "x"
C:\Users\MoniSoft\Desktop\VRGC_GameMod\VRGC_GameMod\filterscripts\freeze.pwn(215) : warning 217: loose indentation
C:\Users\MoniSoft\Desktop\VRGC_GameMod\VRGC_GameMod\filterscripts\freeze.pwn(220) : warning 217: loose indentation
C:\Users\MoniSoft\Desktop\VRGC_GameMod\VRGC_GameMod\filterscripts\freeze.pwn(221) : warning 217: loose indentation
C:\Users\MoniSoft\Desktop\VRGC_GameMod\VRGC_GameMod\filterscripts\freeze.pwn(235) : warning 217: loose indentation
C:\Users\MoniSoft\Desktop\VRGC_GameMod\VRGC_GameMod\filterscripts\freeze.pwn(236) : warning 217: loose indentation
C:\Users\MoniSoft\Desktop\VRGC_GameMod\VRGC_GameMod\filterscripts\freeze.pwn(244) : warning 217: loose indentation
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Error.