[FilterScript] Advance SAMP-Attachment Filterscript **Sorry for <Dini>
#1

Advance SAMP Attachments
Version: 1 (There will be on further updated, so this means you can do whatever with the script but keep the credits)
By Excel © 2014

NOTE: add "scriptfiles\Player Object" folder for letting the script save attachments of players.

What is special in this ?
Yes, this script is simple although but very good and clean, With this script, you can attach any object(Avaliable in samp history) to your body in a very easy way. The script uses (Dini) - (Sorry for dini, as y_ini wasn't working for me in 0.3z yet, I am trying to fix although), mSelection for model preview menu, SScanf2 for the dialog configuration and thats all. This system let you attach objects from a dialog, where you can fill your custom objectid or use the script default objects model preview menu and You can edit/delete/add anytime in the server even the server get restarted or u disconnect or whatever. And yes this script uses zcmd, command processor.

Features
  • Saves the attachments
  • 2 ways of editing objects, use the script model menu or insert your own object id
  • User friendly script
  • You can easily add your own objects in the list or you can remove some if you want, Like in here:
    pawn Код:
    new AttachmentObjectsList[] = {
    18632,
    18633,
    18634,
    18635,
    18636,
    18637,
    18638,
    18639,
    18640,
    18975,
    19136,
    19274,
    18641,
    18642,
    18643,
    18644,
    18645,
    18865,
    18866,
    18867,
    18868,
    18869,
    18870,
    18871,
    18872,
    18873,
    18874,
    18875,
    18890,
    18891,
    18892,
    18893,
    18894,
    18895,
    18896,
    18897,
    18898,
    18899,
    18900,
    18901,
    18902,
    18903,
    18904,
    18905,
    18906,
    18907,
    18908,
    18909,
    18910,
    18911,
    18912,
    18913,
    18914,
    18915,
    18916,
    18917,
    18918,
    18919,
    18920,
    18921,
    18922,
    18923,
    18924,
    18925,
    18926,
    18927,
    18928,
    18929,
    18930,
    18931,
    18932,
    18933,
    18934,
    18935,
    18936,
    18937,
    18938,
    18939,
    18940,
    18941,
    18942,
    18943,
    18944,
    18945,
    18946,
    18947,
    18948,
    18949,
    18950,
    18951,
    18952,
    18953,
    18954,
    18955,
    18956,
    18957,
    18958,
    18959,
    18960,
    18961,
    18962,
    18963,
    18964,
    18965,
    18966,
    18967,
    18968,
    18969,
    18970,
    18971,
    18972,
    18973,
    18974,
    18976,
    18977,
    18978,
    18979,
    19006,
    19007,
    19008,
    19009,
    19010,
    19011,
    19012,
    19013,
    19014,
    19015,
    19016,
    19017,
    19018,
    19019,
    19020,
    19021,
    19022,
    19023,
    19024,
    19025,
    19026,
    19027,
    19028,
    19029,
    19030,
    19031,
    19032,
    19033,
    19034,
    19035,
    19036,
    19037,
    19038,
    19039,
    19040,
    19041,
    19042,
    19043,
    19044,
    19045,
    19046,
    19047,
    19048,
    19049,
    19050,
    19051,
    19052,
    19053,
    19085,
    19086,
    19090,
    19091,
    19092,
    19093,
    19094,
    19095,
    19096,
    19097,
    19098,
    19099,
    19100,
    19101,
    19102,
    19103,
    19104,
    19105,
    19106,
    19107,
    19108,
    19109,
    19110,
    19111,
    19112,
    19113,
    19114,
    19115,
    19116,
    19117,
    19118,
    19119,
    19120,
    19137,
    19138,
    19139,
    19140,
    19141,
    19142,
    19160,
    19161,
    19162,
    19163,
    19317,
    19318,
    19319,
    19330,
    19331,
    19346,
    19347,
    19348,
    19349,
    19350,
    19351,
    19352,
    19487,
    19488,
    19513,
    19515,
    331,
    333,
    334,
    335,
    336,
    337,
    338,
    339,
    341,
    321,
    322,
    323,
    324,
    325,
    326,
    343,
    346,
    347,
    348,
    349,
    350,
    351,
    352,
    353,
    355,
    356,
    372,
    357,
    358,
    361,
    363,
    364,
    365,
    366,
    367,
    368,
    369,
    371
    };
  • You can easily set the max attachments limit, Default it is set to max, i.e. 10
  • It auto saves every attachments and auto creates the player file in scriptfiles, no need for login or register system.
  • Commands to load the menu: /O, /Att, /Attachments
Images
http://imgur.com/a/cf8PQ
Thnx to imgur

Download
Y_Ini version
- Thanks to AroseKhanNaizi
Script + inbuilt mSelection (Pastebin)
Script (Pastebin) - Fixed the unsaving and "modelid2 to modelid"
Dini - INI PRocessor
ZCMD - Command Processor
Sscanf2 - Used in dialog in my script
mSelection - Model preview menu system

Credits
  • Excel
  • Zeex
  • ******
  • dO
  • DarcoBlue
How to Install ? ?
  • Download the filterscript
  • Go to Scriptfiles and create a folder Player Objects
  • Compile the script and add the script name in filterscripts in server.cfg
Reply


Messages In This Thread
Advance SAMP-Attachment Filterscript **Sorry for <Dini> - by Excel™ - 21.03.2014, 08:50
Re: Advance SAMP-Attachment Filterscript **Sorry for <Dini> - by AleemIqbalBhatti - 21.03.2014, 09:08
Re: Advance SAMP-Attachment Filterscript **Sorry for <Dini> - by Arjanz - 21.03.2014, 09:14
Re: Advance SAMP-Attachment Filterscript **Sorry for <Dini> - by Raza2013 - 21.03.2014, 09:16
Re: Advance SAMP-Attachment Filterscript **Sorry for <Dini> - by AleemIqbalBhatti - 21.03.2014, 09:20
Re: Advance SAMP-Attachment Filterscript **Sorry for <Dini> - by Excel™ - 21.03.2014, 11:11
Re: Advance SAMP-Attachment Filterscript **Sorry for <Dini> - by vassilis - 21.03.2014, 11:17
Re: Advance SAMP-Attachment Filterscript **Sorry for <Dini> - by Excel™ - 21.03.2014, 11:25
Re: Advance SAMP-Attachment Filterscript **Sorry for <Dini> - by Avi Raj - 21.03.2014, 11:25
Re: Advance SAMP-Attachment Filterscript **Sorry for <Dini> - by vassilis - 21.03.2014, 12:10
Re: Advance SAMP-Attachment Filterscript **Sorry for <Dini> - by KingServerIRAN - 21.03.2014, 12:10
Re: Advance SAMP-Attachment Filterscript **Sorry for <Dini> - by iThePunisher - 21.03.2014, 12:53
Re: Advance SAMP-Attachment Filterscript **Sorry for <Dini> - by Excel™ - 22.03.2014, 00:27
Re: Advance SAMP-Attachment Filterscript **Sorry for <Dini> - by SPA - 22.03.2014, 09:20
Re: Advance SAMP-Attachment Filterscript **Sorry for <Dini> - by AroseKhanNiazi - 23.03.2014, 05:47
Re: Advance SAMP-Attachment Filterscript **Sorry for <Dini> - by GShock - 23.03.2014, 05:48
Re: Advance SAMP-Attachment Filterscript **Sorry for <Dini> - by VenomMancer - 23.03.2014, 06:42
Re: Advance SAMP-Attachment Filterscript **Sorry for <Dini> - by AroseKhanNiazi - 23.03.2014, 08:19
Re: Advance SAMP-Attachment Filterscript **Sorry for <Dini> - by AroseKhanNiazi - 23.03.2014, 09:29
Re: Advance SAMP-Attachment Filterscript **Sorry for <Dini> - by Excel™ - 23.03.2014, 10:21
Re: Advance SAMP-Attachment Filterscript **Sorry for <Dini> - by AroseKhanNiazi - 23.03.2014, 10:50
Re: Advance SAMP-Attachment Filterscript **Sorry for <Dini> - by SPA - 23.03.2014, 12:29
Re: Advance SAMP-Attachment Filterscript **Sorry for <Dini> - by SPA - 23.03.2014, 12:33
Re: Advance SAMP-Attachment Filterscript **Sorry for <Dini> - by hhaaoo123 - 23.03.2014, 14:29
Re: Advance SAMP-Attachment Filterscript **Sorry for <Dini> - by Excel™ - 24.03.2014, 06:35
Re: Advance SAMP-Attachment Filterscript **Sorry for <Dini> - by SPA - 24.03.2014, 10:43
Re: Advance SAMP-Attachment Filterscript **Sorry for <Dini> - by AroseKhanNiazi - 24.03.2014, 11:55
Re: Advance SAMP-Attachment Filterscript **Sorry for <Dini> - by SPA - 24.03.2014, 13:21
Re: Advance SAMP-Attachment Filterscript **Sorry for <Dini> - by AroseKhanNiazi - 24.03.2014, 16:56
Re: Advance SAMP-Attachment Filterscript **Sorry for <Dini> - by SalvBreaking - 24.03.2014, 17:52
Re : Advance SAMP-Attachment Filterscript **Sorry for <Dini> - by Younes44 - 24.03.2014, 18:34
Re: Advance SAMP-Attachment Filterscript **Sorry for <Dini> - by SPA - 25.03.2014, 00:28
Re: Advance SAMP-Attachment Filterscript **Sorry for <Dini> - by AroseKhanNiazi - 25.03.2014, 09:53
Re: Advance SAMP-Attachment Filterscript **Sorry for <Dini> - by VenomMancer - 25.03.2014, 12:58
Re: Advance SAMP-Attachment Filterscript **Sorry for <Dini> - by Excel™ - 25.03.2014, 13:27
Re: Advance SAMP-Attachment Filterscript **Sorry for <Dini> - by AroseKhanNiazi - 25.03.2014, 14:49
Re: Advance SAMP-Attachment Filterscript **Sorry for <Dini> - by VenomMancer - 28.03.2014, 13:06
Re: Advance SAMP-Attachment Filterscript **Sorry for <Dini> - by [IND]Crazy - 28.03.2014, 13:53
Re: Advance SAMP-Attachment Filterscript **Sorry for <Dini> - by Excel™ - 28.03.2014, 16:25
Re: Advance SAMP-Attachment Filterscript **Sorry for <Dini> - by iHawks - 28.03.2014, 16:43
Re: Advance SAMP-Attachment Filterscript **Sorry for <Dini> - by Bingo - 28.03.2014, 17:39
AW: Advance SAMP-Attachment Filterscript **Sorry for <Dini> - by Enrico_Matthes - 28.03.2014, 22:33
Re: Advance SAMP-Attachment Filterscript **Sorry for <Dini> - by VenomMancer - 29.03.2014, 02:58
Re: AW: Advance SAMP-Attachment Filterscript **Sorry for <Dini> - by AroseKhanNiazi - 29.03.2014, 03:30
Re: Advance SAMP-Attachment Filterscript **Sorry for <Dini> - by WhiteAngels - 03.04.2014, 10:59
Re: Advance SAMP-Attachment Filterscript **Sorry for <Dini> - by Excel™ - 03.04.2014, 17:12
Re: Advance SAMP-Attachment Filterscript **Sorry for <Dini> - by WhiteAngels - 04.04.2014, 01:15
Re: Advance SAMP-Attachment Filterscript **Sorry for <Dini> - by Excel™ - 04.04.2014, 08:34
Re: Advance SAMP-Attachment Filterscript **Sorry for <Dini> - by Newchie - 13.04.2014, 08:21
Re: Advance SAMP-Attachment Filterscript **Sorry for <Dini> - by Excel™ - 13.04.2014, 11:37
Re: Advance SAMP-Attachment Filterscript **Sorry for <Dini> - by VenomMancer - 21.05.2014, 08:43
Re: Advance SAMP-Attachment Filterscript **Sorry for <Dini> - by Excel™ - 21.05.2014, 16:31
Re: Advance SAMP-Attachment Filterscript **Sorry for <Dini> - by Hwang - 21.05.2014, 17:42
Re: Advance SAMP-Attachment Filterscript **Sorry for <Dini> - by GeekSiMo - 21.05.2014, 17:55
Re: Advance SAMP-Attachment Filterscript **Sorry for <Dini> - by TazmaNiax - 22.05.2014, 06:17
Re: Advance SAMP-Attachment Filterscript **Sorry for <Dini> - by mohdapiz - 22.05.2014, 07:56
Re: Advance SAMP-Attachment Filterscript **Sorry for <Dini> - by RoboN1X - 22.05.2014, 09:00
Re: Advance SAMP-Attachment Filterscript **Sorry for <Dini> - by THE_KING$5$ - 22.05.2014, 17:40
Re: Advance SAMP-Attachment Filterscript **Sorry for <Dini> - by GeekSiMo - 22.05.2014, 17:56
Re: Advance SAMP-Attachment Filterscript **Sorry for <Dini> - by VenomMancer - 29.05.2014, 09:16
Re: Advance SAMP-Attachment Filterscript **Sorry for <Dini> - by AiRaLoKa - 29.05.2014, 12:24
Re: Advance SAMP-Attachment Filterscript **Sorry for <Dini> - by iFarbod - 29.05.2014, 12:31
Re: Advance SAMP-Attachment Filterscript **Sorry for <Dini> - by VenomMancer - 29.05.2014, 14:53
Re: Advance SAMP-Attachment Filterscript **Sorry for <Dini> - by VenomMancer - 25.06.2014, 21:07
Re: Advance SAMP-Attachment Filterscript **Sorry for <Dini> - by Raza2013 - 26.06.2014, 04:46
Re: Advance SAMP-Attachment Filterscript **Sorry for <Dini> - by Excel™ - 27.06.2014, 11:14
Re: Advance SAMP-Attachment Filterscript **Sorry for <Dini> - by VenomMancer - 27.06.2014, 17:07
Re: Advance SAMP-Attachment Filterscript **Sorry for <Dini> - by VenomMancer - 28.06.2014, 20:45
Re: Advance SAMP-Attachment Filterscript **Sorry for <Dini> - by Excel™ - 04.09.2014, 14:43
Re: Advance SAMP-Attachment Filterscript **Sorry for <Dini> - by DhO0m - 04.09.2014, 15:09
Re: Advance SAMP-Attachment Filterscript **Sorry for <Dini> - by DRCharlie - 13.09.2014, 01:53
Re: Advance SAMP-Attachment Filterscript **Sorry for <Dini> - by Excel™ - 14.09.2014, 13:41
Re: Advance SAMP-Attachment Filterscript **Sorry for <Dini> - by DRCharlie - 14.09.2014, 14:14
Re: Advance SAMP-Attachment Filterscript **Sorry for <Dini> - by danish007 - 11.01.2015, 14:13
Re: Advance SAMP-Attachment Filterscript **Sorry for <Dini> - by Lacrim - 11.01.2015, 14:14
Re: Advance SAMP-Attachment Filterscript **Sorry for <Dini> - by AroseKhanNiazi - 05.03.2015, 10:26
Re: Advance SAMP-Attachment Filterscript **Sorry for <Dini> - by NinjahZ - 05.03.2015, 12:07
Re: Advance SAMP-Attachment Filterscript **Sorry for <Dini> - by AroseKhanNiazi - 05.03.2015, 13:14
Re: Advance SAMP-Attachment Filterscript **Sorry for <Dini> - by Excel™ - 05.03.2015, 16:11
Re: Advance SAMP-Attachment Filterscript **Sorry for <Dini> - by izeatfishz - 11.04.2015, 20:38
Re: Advance SAMP-Attachment Filterscript **Sorry for <Dini> - by shadowstorm - 15.04.2015, 20:35
Re: Advance SAMP-Attachment Filterscript **Sorry for <Dini> - by Pi5tol - 15.04.2015, 20:53
Re: Advance SAMP-Attachment Filterscript **Sorry for <Dini> - by CprYseeR - 30.06.2015, 17:25
Re: Advance SAMP-Attachment Filterscript **Sorry for <Dini> - by arlindi - 30.06.2015, 20:43
Re: Advance SAMP-Attachment Filterscript **Sorry for <Dini> - by CprYseeR - 01.07.2015, 08:22
Re: Advance SAMP-Attachment Filterscript **Sorry for <Dini> - by arlindi - 01.07.2015, 08:35
Re: Advance SAMP-Attachment Filterscript **Sorry for <Dini> - by Frle - 01.11.2015, 15:00
Re: Advance SAMP-Attachment Filterscript **Sorry for <Dini> - by yassier741 - 02.01.2016, 15:24
Re: Advance SAMP-Attachment Filterscript **Sorry for <Dini> - by OsvaldoS - 03.09.2016, 21:34
Re: Advance SAMP-Attachment Filterscript **Sorry for <Dini> - by AstroZ - 04.09.2016, 05:52
Re: Advance SAMP-Attachment Filterscript **Sorry for <Dini> - by Richturtle - 18.04.2018, 04:22
Re: Advance SAMP-Attachment Filterscript **Sorry for <Dini> - by TitoRayne - 18.04.2018, 09:59
Re: Advance SAMP-Attachment Filterscript **Sorry for <Dini> - by Dice_ - 18.04.2018, 12:08
Re: Advance SAMP-Attachment Filterscript **Sorry for <Dini> - by Unidad - 05.07.2018, 20:55

Forum Jump:


Users browsing this thread: 1 Guest(s)