SA-MP Forums Archive
[FilterScript] Simple Smokebomb by [Twixx] - 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] Simple Smokebomb by [Twixx] (/showthread.php?tid=363127)



Simple Smokebomb by [Twixx] - [Twixx] - 26.07.2012

Info

What is this? This is a simple filterscript which'll create a smoke particle if the necessary command is done.
This is my first filterscript by the way, so no bullshitting please
Commands

There's only one simple command - /smokebomb

Screenshoots





Download

Pastebin.




Re: Simple Smokebomb by [Twixx] - Kindred - 26.07.2012

Simple and easy, although this would actually be better suited for "'Useful Snippets" in my opinion, since it's just a 5+ line code


Re: Simple Smokebomb by [Twixx] - Littlehelper - 26.07.2012

Code which comes under 25 lines must be posted at "Useful Snippets"
If you remove all those unnecessary callbacks the code is under 6 or 7 lines..


Re: Simple Smokebomb by [Twixx] - [Twixx] - 26.07.2012

Alright, I didn't knew


Re: Simple Smokebomb by [Twixx] - Kalroz - 26.07.2012

Too simple script,but good.
But why it's like a gamemode,instead of filterscript.


Re: Simple Smokebomb by [Twixx] - [Twixx] - 26.07.2012

Quote:
Originally Posted by Kalroz
Посмотреть сообщение
Too simple script,but good.
But why it's like a gamemode,instead of filterscript.
Thanks! It's very simple because it's my first script ever xD, yet there's no good smokebomb filterscritps around here, so I thought of making this
It's a filterscript, what makes you think it's a gamemode?;o


Re: Simple Smokebomb by [Twixx] - Kalroz - 26.07.2012

Quote:
Originally Posted by [Twixx]
Посмотреть сообщение
Thanks! It's very simple because it's my first script ever xD, yet there's no good smokebomb filterscritps around here, so I thought of making this
It's a filterscript, what makes you think it's a gamemode?;o
Setgamemodetext...used
AddPlayerClass etc used


Re: Simple Smokebomb by [Twixx] - Akira297 - 26.07.2012

<removed>


Re: Simple Smokebomb by [Twixx] - [Twixx] - 26.07.2012

Quote:
Originally Posted by Kalroz
Посмотреть сообщение
Setgamemodetext...used
AddPlayerClass etc used
I just didn't delete it, it dosen't change anything into your gamemode/other filterscripts anyways.


Re: Simple Smokebomb by [Twixx] - Rudy_ - 26.07.2012

Nice work.