Re: Advance SAMP-Attachment Filterscript **Sorry for <Dini> -
Bingo - 28.03.2014
Great work.
Excellence in your fs. Brilliant!
AW: Advance SAMP-Attachment Filterscript **Sorry for <Dini> -
Enrico_Matthes - 28.03.2014
Hey Help my Please!

public OnPlayerEditAttachedObject( playerid, response, index, modelid, boneid,
Float:fOffsetX, Float:fOffsetY, Float:fOffsetZ,
Float:fRotX, Float:fRotY, Float:fRotZ,
Float:fScaleX, Float:fScaleY, Float:fScaleZ)
become Error:
error 025: function heading differs from prototype
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Error.
Re: Advance SAMP-Attachment Filterscript **Sorry for <Dini> -
VenomMancer - 29.03.2014
Quote:
Originally Posted by [IND]Crazy
why if i click slot 1 and other dialog not showed ?
|
go to your mSelection include and edit "mS_CUSTOM_MAX_ITEMS" to a higher value like 500.
Re: AW: Advance SAMP-Attachment Filterscript **Sorry for <Dini> -
AroseKhanNiazi - 29.03.2014
Quote:
Originally Posted by Enrico_Matthes
Hey Help my Please! 
public OnPlayerEditAttachedObject( playerid, response, index, modelid, boneid,
Float:fOffsetX, Float:fOffsetY, Float:fOffsetZ,
Float:fRotX, Float:fRotY, Float:fRotZ,
Float:fScaleX, Float:fScaleY, Float:fScaleZ)
become Error:
error 025: function heading differs from prototype
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Error.
|
Quote:
Originally Posted by VenomMancer
Change All modelid2 to modelid..
pawn Код:
public OnPlayerModelSelectionEx(playerid, response, extraid, modelid) { if(extraid==DIALOG_ATTACH_MODEL_SELECTION) { if(!response) { ShowPlayerDialog(playerid,DIALOG_ATTACH_OBJECT_SELECTION,DIALOG_STYLE_LIST,"Player Objects/Attachment: (Select Object Path)","Path:1 :: "COL_GREY"Server Objects Menu\n"COL_WHITE"Path:2 :: "COL_GREY"Custom Object","Next(>>)","Back(<<)"); } if(response) { if(GetPVarInt(playerid, "AttachmentUsed") == 1) EditAttachedObject(playerid, modelid); else { SetPVarInt(playerid, "AttachmentModelSel", modelid); new string[256+1]; new dialog[500]; for(new x;x<sizeof(AttachmentBones);x++) { format(string, sizeof(string), "Bone:%s\n", AttachmentBones[x]); strcat(dialog,string); } ShowPlayerDialog(playerid, DIALOG_ATTACH_BONE_SELECTION, DIALOG_STYLE_LIST, \ "{FF0000}Attachment Modification - Bone Selection", dialog, "Select", "Cancel"); }//else DeletePVar(playerid, "AttachmentIndexSel"); } } return 1; }
|
this is your answer
Quote:
Originally Posted by [IND]Crazy
why if i click slot 1 and other dialog not showed ?
|
Quote:
Originally Posted by AroseKhanNaizi
go to your mSelection include and edit "mS_CUSTOM_MAX_ITEMS" to a higher value like 500.
Код:
#define mS_CUSTOM_MAX_ITEMS 500
this is mine one i changed it
|
if you can't do it pm me
Re: Advance SAMP-Attachment Filterscript **Sorry for <Dini> -
WhiteAngels - 03.04.2014
it isn't works

please tell me how to add this Filterscript...
Re: Advance SAMP-Attachment Filterscript **Sorry for <Dini> -
Excel™ - 03.04.2014
Quote:
Originally Posted by WhiteAngels
it isn't works 
please tell me how to add this Filterscript...
|
Get this file and paste it in "filterscripts" folder and then compile.
No go back and open "server.cfg" and add the file name in "filterscripts" section.
Now run "server.exe" and thats it.
Re: Advance SAMP-Attachment Filterscript **Sorry for <Dini> -
WhiteAngels - 04.04.2014
Quote:
Originally Posted by Excel™
Get this file and paste it in "filterscripts" folder and then compile.
No go back and open "server.cfg" and add the file name in "filterscripts" section.
Now run "server.exe" and thats it.
|
Not Working

.
When i Click Slot 1 until Slot 9 other dialog is not shown
*SorryForMyBadEnglish
Re: Advance SAMP-Attachment Filterscript **Sorry for <Dini> -
Excel™ - 04.04.2014
Quote:
Originally Posted by WhiteAngels
Not Working  .
When i Click Slot 1 until Slot 9 other dialog is not shown
*SorryForMyBadEnglish
|
I can't understand your translate .. ?
EDIT: fixed the unsaving of player objects. Actually it was saving the data but i mistakenly plotted ''
!'' with
dini_Exists in on player spawn callback, due to which the objects didn't loaded.
Re: Advance SAMP-Attachment Filterscript **Sorry for <Dini> -
Newchie - 13.04.2014
I installed everything like you said so in your post, But I get this compile error?
D:\Santos - Roleplay\filterscripts\toys.pwn(78

: error 017: undefined symbol "TEXT_DRAW_FONT_MODEL_PREVIEW"
D:\Santos - Roleplay\filterscripts\toys.pwn(792) : error 017: undefined symbol "PlayerTextDrawSetPreviewModel"
D:\Santos - Roleplay\filterscripts\toys.pwn(793) : error 017: undefined symbol "PlayerTextDrawSetPreviewRot"
D:\Santos - Roleplay\filterscripts\toys.pwn(785) : warning 203: symbol is never used: "mZoom"
D:\Santos - Roleplay\filterscripts\toys.pwn(785) : warning 203: symbol is never used: "Zrot"
D:\Santos - Roleplay\filterscripts\toys.pwn(785) : warning 203: symbol is never used: "Yrot"
D:\Santos - Roleplay\filterscripts\toys.pwn(785) : warning 203: symbol is never used: "Xrot"
D:\Santos - Roleplay\filterscripts\toys.pwn(785) : warning 203: symbol is never used: "modelindex"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
3 Errors.
Re: Advance SAMP-Attachment Filterscript **Sorry for <Dini> -
Excel™ - 13.04.2014
Quote:
Originally Posted by Newchie
I installed everything like you said so in your post, But I get this compile error?
D:\Santos - Roleplay\filterscripts\toys.pwn(78  : error 017: undefined symbol "TEXT_DRAW_FONT_MODEL_PREVIEW"
D:\Santos - Roleplay\filterscripts\toys.pwn(792) : error 017: undefined symbol "PlayerTextDrawSetPreviewModel"
D:\Santos - Roleplay\filterscripts\toys.pwn(793) : error 017: undefined symbol "PlayerTextDrawSetPreviewRot"
D:\Santos - Roleplay\filterscripts\toys.pwn(785) : warning 203: symbol is never used: "mZoom"
D:\Santos - Roleplay\filterscripts\toys.pwn(785) : warning 203: symbol is never used: "Zrot"
D:\Santos - Roleplay\filterscripts\toys.pwn(785) : warning 203: symbol is never used: "Yrot"
D:\Santos - Roleplay\filterscripts\toys.pwn(785) : warning 203: symbol is never used: "Xrot"
D:\Santos - Roleplay\filterscripts\toys.pwn(785) : warning 203: symbol is never used: "modelindex"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
3 Errors.
|
Check your includes, or samp version.
Re: Advance SAMP-Attachment Filterscript **Sorry for <Dini> -
VenomMancer - 21.05.2014
I have problem when i want to load the attachmenst on y_ini.
Look this :
https://sampforum.blast.hk/showthread.php?tid=512931
Help me guys
Re: Advance SAMP-Attachment Filterscript **Sorry for <Dini> -
Excel™ - 21.05.2014
Quote:
Originally Posted by $$inSane
EPIC Work...
You made mistake in OnPlayerSpawn callback. You actully wrote if(bini_exists(file)) return 1; which actually resists saving system.
|
Thnx for the query. Fixed it..
Check the Pastebin links....
Re: Advance SAMP-Attachment Filterscript **Sorry for <Dini> -
Hwang - 21.05.2014
Good job.
Re: Advance SAMP-Attachment Filterscript **Sorry for <Dini> -
GeekSiMo - 21.05.2014
Good Job !
Re: Advance SAMP-Attachment Filterscript **Sorry for <Dini> -
TazmaNiax - 22.05.2014
it's Not saved anyway
Re: Advance SAMP-Attachment Filterscript **Sorry for <Dini> -
mohdapiz - 22.05.2014
it work now thank you
but why this mask don have
http://farm9.staticflickr.com/8155/6...8e727f7f_b.jpg
when i try use this mask id 19607 it show question mark logo
how to fix that ?
thank you
sorry for my bad english
Re: Advance SAMP-Attachment Filterscript **Sorry for <Dini> -
RoboN1X - 22.05.2014
Quote:
Originally Posted by mohdapiz
|
Unfortunately, that's not
sa-mp object
The mask image you show is a part of Custom IMG file objects published and featured on the server i play (GamerX) where it's originally from GTA IV.
To get it working, you need the custom.img file installed, but it will ONLY CAN BE SEEN BY YOURSELF and another player that use the mod.
You might want to chose another mask objects that can be found at
https://sampwiki.blast.hk/wiki/Samp_objects
Re: Advance SAMP-Attachment Filterscript **Sorry for <Dini> -
THE_KING$5$ - 22.05.2014
Great Work.
Re: Advance SAMP-Attachment Filterscript **Sorry for <Dini> -
GeekSiMo - 22.05.2014
Nice Job !!!
Re: Advance SAMP-Attachment Filterscript **Sorry for <Dini> -
VenomMancer - 29.05.2014
Anyone can update to y_ini ?